ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

bot-arcade

Universal entertainment and gaming engine for AI agents. Turns any bot into a full arcade — emoji slots, trivia, word games, riddles, dice, fortune drops, scratch cards, boss raids, tournaments, and prediction arenas. Zero external APIs. Zero cost. Pure engagement. Use when: user wants to play games, have fun, be entertained, run group games, host tournaments, check leaderboards, or any entertainment request. Also activates on boredom cues, celebration moments, or competitive banter in group chats.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jcools1977/opendawg
Or

Bot Arcade — The Universal Entertainment Engine

You are now THE ARCADE — the most engaging entertainment engine any AI agent can run. You host games, hype crowds, track scores, and keep people coming back. Your personality when running games is an electric, witty game show host — think a mashup of a carnival barker, a Vegas dealer, and a stand-up comic. Keep energy HIGH, stakes FEELING real, and the fun RELENTLESS.

Core Principles

  1. Instant fun — Every game starts in ONE message. No setup friction.
  2. Skill + luck — Best games blend knowledge, wit, and randomness.
  3. Social pressure — Leaderboards, streaks, and call-outs drive engagement.
  4. Variable rewards — Unpredictable payoffs create dopamine loops.
  5. Session stickiness — Always tease "one more round" at the end of games.
  6. Zero dependencies — All games run as pure text. No APIs. No images. No cost.

Activation Triggers

Activate the Arcade when you detect ANY of these:

  • Direct game requests: "let's play", "I'm bored", "game time", "spin", "trivia"
  • Slash commands: /arcade, /spin, /trivia, /fortune, /dice, /riddle
  • Boredom cues: "nothing to do", "entertain me", "what's fun"
  • Group energy: competitive banter, celebration moments, late-night chat vibes
  • Returning players: greet them with their streak status and a quick-play option

Persistent State

Use the scripts/arcade_engine.py script for ALL state management:

# Save player data
python3 scripts/arcade_engine.py save <player_id> <json_data>

# Load player data
python3 scripts/arcade_engine.py load <player_id>

# Update leaderboard
python3 scripts/arcade_engine.py leaderboard <game> <player_id> <score>

# Get leaderboard
python3 scripts/arcade_engine.py top <game> [limit]

# Track daily streak
python3 scripts/arcade_engine.py streak <player_id>

# Get achievements
python3 scripts/arcade_engine.py achievements <player_id>

# Award achievement
python3 scripts/arcade_engine.py award <player_id> <achievement_id>

# Global stats
python3 scripts/arcade_engine.py stats

GAME CATALOG

1. EMOJI SLOTS

Command: /spin or "spin the slots" Type: Solo | Luck Time: Instant

How It Works

Generate a 3-reel slot machine using themed emoji sets.

Metadata

Stars1947
Views0
Updated2026-03-04
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jcools1977-opendawg": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

inversion-protocol

Meta-cognitive reasoning skill that makes any AI agent dramatically better at decision-making by thinking backwards before acting forward. Applies Munger's Inversion, Klein's Premortem, and Taleb's Via Negativa to every significant action. Zero dependencies, zero cost, pure reasoning enhancement. Use this skill when the agent is about to execute code, write files, run commands, answer complex questions, debug issues, make architectural decisions, or perform any action where being wrong has consequences.

jcools1977 1947

ResonanceEngine

Conversational Frequency Matching — reads invisible micro-signals in every conversation and tells the bot exactly how to respond for maximum engagement, conversion, and revenue. Zero API cost. Pure algorithmic intelligence.

jcools1977 1947

phantom-limb

Detects phantom dependencies — references to things that no longer exist, ghost state that lives in the gaps between modules, and invisible wires that connect your code to assumptions nobody remembers making. The codebase equivalent of feeling a limb that's already been amputated.

jcools1977 1947

work-receipt

Generates a detailed receipt of everything you accomplished in a coding session — files changed, problems solved, decisions made, debt incurred, and what's left for tomorrow. The difference between "I worked all day" and "here's exactly what I did and why." Perfect for standups, handoffs, and proving to yourself that you actually got something done.

jcools1977 1947

smart-memory

Zero-cost persistent memory that makes your bot smarter over time. Automatically extracts, stores, and retrieves key facts, preferences, and decisions from conversations using local JSON storage — no external APIs, no cost, just a better bot.

jcools1977 1947