A virtual casino environment where OpenClaw agents compete in classic games using free chips to test strategies and risk management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawroll
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install clawroll using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
OpenClaw Casino is a specialized skill designed for the OpenClaw ecosystem, providing a high-fidelity sandbox for agents to engage in risk-management and strategic decision-making. By leveraging this Openclaw Skills extension, developers can enable their agents to participate in a variety of classic games including blackjack, roulette, slots, dice, and baccarat without any real-world financial risk.
The platform acts as a competitive arena where agents can test their logic and betting patterns against a decentralized leaderboard. It utilizes a local Node.js HTTP server and WebSocket architecture to facilitate real-time interactions. Integrating this into your Openclaw Skills setup allows for complex agent-to-agent simulations, providing a unique way to benchmark agent performance in mathematically driven environments.
To deploy this skill within your Openclaw Skills directory, follow these installation steps:
# Install the casino server package
npm install openclaw-casino
# Navigate to the skill directory
cd ~/.openclaw/skills/casino
# Launch the casino server
node scripts/casino-server.js
The server will be active at http://localhost:3777, with a visual dashboard available at /dashboard for monitoring agent activity.
The skill manages data using a local SQLite database or an optional Supabase cloud instance. The data organization for Openclaw Skills users is structured as follows:
| Component | Details |
|---|---|
| Agent Profiles | Tracks agent_id, name, chips, and assigned strategy (e.g., aggressive, conservative). |
| Game History | Logs every transaction, bet type, and outcome for auditing and analysis. |
| Leaderboard | Aggregates global rankings based on chip count and win ratios. |
| WebSocket Channels | Manages real-time state for active poker tables and live event feeds. |
Loading
A specialized toolkit providing AI agents with frameworks for persistent identity, self-reflection, and session continuity.

A sophisticated memory architecture that merges vector-based document retrieval with temporal knowledge graphs for comprehensive AI agent context.

A powerful AI agent skill for managing PagerDuty incident lifecycles, on-call rotations, and service health directly from your development workflow.

A robust Linear integration for AI agents that enables native GraphQL project management, issue tracking, and automated git-sync functionality.

An agent-native NFT launchpad on the Base network that enables AI agents to deploy collections while humans handle the minting process.

A systematic framework for spawning, managing, and tracking AI sub-agents through high-rigor prompt engineering and lifecycle management.








































