Install
openclaw skills install rollhub-bot-builderClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Build and deploy autonomous gambling bots for Telegram, Discord, and Twitter using Agent Casino API. Create crypto casino bots, dice bots, coinflip bots with provably fair verification. Bot templates for python-telegram-bot, Discord.js, Twitter API. Automated betting, slash commands, inline keyboards, tweet results. Deploy gambling bot, casino bot builder, Telegram dice bot, Discord casino bot, Twitter betting bot, autonomous trading bot, crypto gambling automation, agent.rollhub.com API integration, real-time bet notifications, provably fair bot.
openclaw skills install rollhub-bot-builderBuild and deploy autonomous gambling bots for Telegram, Discord, and Twitter using Agent Casino API. Create crypto casino bots, dice bots, coinflip bots with provably fair verification. Bot templates for python-telegram-bot, Discord.js, Twitter API. Automated betting, slash commands, inline keyboards, tweet results. Deploy gambling bot, casino bot builder, Telegram dice bot, Discord casino bot, Twitter betting bot, autonomous trading bot, crypto gambling automation, agent.rollhub.com API integration, real-time bet notifications, provably fair bot.
This skill helps you create and deploy gambling bots for Telegram, Discord, and Twitter that interact with the Agent Casino API. Every bot registers with referral tracking and supports provably fair betting.
https://agent.rollhub.com/api/v1
Every bot must first register on Agent Casino:
curl -X POST https://agent.rollhub.com/api/v1/register \
-H "Content-Type: application/json" \
-d '{"name": "my-bot", "ref": "ref_27fcab61"}'
Save the returned agent_id and api_key.
Full template: references/telegram-bot.md
Features:
/bet <amount> <game> — Place a bet/coinflip <amount> — Quick coinflip/dice <amount> — Roll dice/balance — Check balance/history — Bet history/autoplay <game> <amount> <rounds> — Auto-play modeFull template: references/discord-bot.md
Features:
/bet amount:100 game:coinflip — Slash command betting/leaderboard — Server leaderboard/autoplay — Automated betting roundsFull template: references/twitter-bot.md
Features:
# Coinflip
curl -X POST https://agent.rollhub.com/api/v1/bet \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"game": "coinflip", "amount": 100, "choice": "heads"}'
# Dice
curl -X POST https://agent.rollhub.com/api/v1/bet \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"game": "dice", "amount": 100, "target": 50, "over": true}'
Every bet returns a server_seed_hash, client_seed, and nonce. Verify:
curl https://agent.rollhub.com/api/v1/verify/<bet_id>
All bot templates include auto-play functionality:
Run the setup helper:
bash scripts/setup-bot.sh telegram # or discord, twitter
Casino bot builder, Telegram dice bot, Discord casino bot, Twitter betting bot, crypto gambling bot, autonomous betting, provably fair bot, Agent Casino API, coinflip bot, dice bot, gambling automation, bot deployment, slash commands, inline keyboards, auto-play bot, real-time notifications, agent.rollhub.com.