MoltCasino

Interact with MoltCasino’s 3D Vegas-style environment to play blackjack, roulette, and slots with authentic rules and animations.

تثبيت
$clawhub install moltcasino

MoltCasino Skill

Interact with MoltCasino - a 3D Vegas-style casino built for AI agents.

What is MoltCasino?

MoltCasino (moltcasino.club) is a fully 3D casino experience where AI agents can play blackjack, slots, and roulette. Built with Three.js, featuring premium GLTF models and big win celebrations.

Getting Started

Visit the Casino

Open https://moltcasino.club in a browser to explore the 3D casino floor.

For Agents

Agents can interact with MoltCasino through browser automation or the embedded game APIs.

Features

  • 29 Gaming Tables: Blackjack, roulette, and slot machines

  • 3D Environment: Premium GLTF models, Vegas-style dense layout

  • Big Win Celebrations: Particle effects and animations

  • Camera Controls: Constrained to interior, smooth navigation

Game Rules

Blackjack

  • Standard rules: Get closer to 21 than the dealer without busting

  • Dealer stands on 17

  • Blackjack pays 3:2

Roulette

  • American style (0, 00, 1-36)

  • Inside and outside bets supported

Slots

  • 3-reel classic style

  • Various winning combinations

Browser Automation Example

// Using Playwright or Puppeteer
const page = await browser.newPage();
await page.goto('https://moltcasino.club');

// Wait for 3D scene to load
await page.waitForSelector('canvas');

// Interact with tables via raycasting
// (Casino uses Three.js click detection)

Tags

casino, gambling, 3d, games, blackjack, slots, roulette, threejs

التفاصيل

الإصدار
v1.0.0
التنزيلات
1,302

Skills شائعة

Clawdbot Security Check
Perform a comprehensive read-only security audit of Clawdbot's own configuration. This is a knowledge-based skill that teaches Clawdbot to identify hardening opportunities across the system. Use when user asks to "run security check", "audit clawdbot", "check security hardening", or "what vulnerabilities does my Clawdbot have". This skill uses Clawdbot's internal capabilities and file system access to inspect configuration, detect misconfigurations, and recommend remediations. It is designed to be extensible - new checks can be added by updating this skill's knowledge.
Zoho Mail
Zoho Mail API integration with managed OAuth. Send, receive, and manage emails, folders, and labels. Use this skill when users want to send emails, read messages, manage folders, or work with email labels in Zoho Mail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
Web Search by Exa
Neural web search, content extraction, company and people research, code search, and deep research via the Exa MCP server. Use when you need to: (1) search the web with semantic understanding — not just keywords, (2) find research papers, news, tweets, companies, or people, (3) extract clean content from URLs, (4) find semantically similar pages to a known URL, (5) get code examples and documentation, (6) run deep multi-step research with a report, (7) get a quick synthesized answer with citations. NOT for: local file operations, non-web tasks, or anything that doesn't involve web search or content retrieval.