Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Provides templates and API integration for building autonomous casino bots on Telegram, Discord, and Twitter. Connects to the Agent Casino API at agent.rollhub.com to handle betting, balance checks, and provably fair result verification. Supports coinflip and dice games with auto-play, leaderboards, and real-time notifications.
Pre-built bot templates for three platforms eliminate repetitive boilerplate, letting you deploy a working casino bot by swapping in credentials and running one setup script.
When to use it
- Running a Telegram dice bot for a crypto community
- Adding slash-command gambling to a Discord server
- Auto-tweeting bet results and daily casino summaries
- Setting up auto-play sessions with stop-loss conditions
- Verifying bet outcomes with provably fair seeds
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: set up a Telegram coinflip bot
- 1Registers a new agent at agent.rollhub.com to obtain agent_id and api_key
- 2Scaffolds the Telegram bot using the python-telegram-bot template
- 3Configures /coinflip, /balance, and /history commands with inline keyboards
- 4Enables auto-play mode with configurable round limits and stop-loss
- 5Runs setup-bot.sh to finalize deployment
A running Telegram bot that accepts /coinflip commands, reports results in real time, and supports auto-play sessions with provably fair verification
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.