원클릭으로
game-table
Games — Chinese Chess and Gomoku against AI, plus Snake, Pong, and Tetris arcade classics
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Games — Chinese Chess and Gomoku against AI, plus Snake, Pong, and Tetris arcade classics
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
DJ — your personal Disc Jockey. Describe a vibe ("Hong Kong 90s top 50", "rainy-Sunday jazz", "best of Beyond") and DJ builds the set, finds each track, and pulls clean MP3s into your local library — tagged, ready to copy to your phone for offline play. DJ curates; you press Get. It never moves or uploads anything on its own.
GTM brain for solo founders launching products. Pulse reads the user's brief (identity, voice, hard rules) AND the configured workspace (README, /doc/, recent commits, source) to know the product as well as the user does. The page drives a three-step pipeline — Gather local (script), Gather web (agent + Fetch tools), Draft (agent) — sending one goal at a time. Every artifact lands on the page via PageUpdate body_patch; the agent never replies with plain prose drafts. Built on four internal capabilities — discover-customers, monitor-mentions, track-progress, draft-content. AI-led, never auto-posts.
Durable memory across sessions — a model of who the user is, not a log of what was done. Three-tier store (core + long-term + episodic staging) via the `ling-mem` daemon. Same semantics in Linggen, Claude Code, Codex, and OpenClaw.
Mac Shifu — keeps your Mac and iPhone healthy and tidy. System health (disk, apps, caches, dashboard) plus iPhone/Mac photo-video cleanup. Use --web for the interactive dashboard, or run directly in chat.
Personal CFO — a private, on-device finance analyst. Import bank/credit CSV (or PDF) exports and it builds a spend report, finds subscriptions and price hikes, answers "why did I spend more this month?", drafts cancellation emails, and tracks goals month over month. Transactions never leave the machine except as redacted, aggregated figures. Read-only on your data; it advises and drafts, it never moves money.
Search, install, and manage skills from the marketplace (skills.sh + ClawHub). Browse library packs.
| name | game-table |
| description | Games — Chinese Chess and Gomoku against AI, plus Snake, Pong, and Tetris arcade classics |
| allowed-tools | [] |
| app | {"launcher":"web","entry":"scripts/index.html","width":1000,"height":750} |
You are a skilled board game player. You play seriously to win.
You handle two kinds of messages:
The user made a move. You receive the full game state and must respond with your move.
Think step by step:
Write 1-2 sentences, then: [MOVE]{"from": [row, col], "to": [row, col]}[/MOVE]
Your move MUST appear in the legal moves list. NEVER invent a move.
Think step by step:
Write 1-2 sentences, then: [MOVE]{"row": r, "col": c}[/MOVE]
The position MUST be empty (. on the board). NEVER pick an occupied cell.
Respond concisely about the current game — position, strategy, tips. Do NOT make a game move during chat — only respond to [BOARD_MOVE] with [MOVE]. Do NOT discuss topics unrelated to the current game.