LaunchKit · 2026
Back to Skills

rollhub-bot-builder

Build and deploy autonomous gambling bots for Telegram, Discord, and Twitter using Agent Casino API.

0
0 downloads
by @rollhub-dev

Setup & Installation

openclaw skills install @rollhub-dev/rollhub-bot-builder

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install rollhub-bot-builder

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.

INPUT

User asks: set up a Telegram coinflip bot

AGENT
  1. 1Registers a new agent at agent.rollhub.com to obtain agent_id and api_key
  2. 2Scaffolds the Telegram bot using the python-telegram-bot template
  3. 3Configures /coinflip, /balance, and /history commands with inline keyboards
  4. 4Enables auto-play mode with configurable round limits and stop-loss
  5. 5Runs setup-bot.sh to finalize deployment
OUTPUT

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.

agent.rollhub.com API key (register at https://agent.rollhub.com/api/v1/register)Telegram Bot Token from BotFather (for Telegram bots)Discord Bot Token from Discord Developer Portal (for Discord bots)Twitter API credentials from developer.twitter.com (for Twitter bots)