🦀 ClawHub
GameClaw
by @arcobalneo
Tell users what terminal games exist in GameClaw and how to download the released CLI binaries from GitHub. Use this when users ask what games are available,...
TERMINAL
clawhub install gameclaw📖 About This Skill
name: gameclaw description: Tell users what terminal games exist in GameClaw and how to download the released CLI binaries from GitHub. Use this when users ask what games are available, want a GameClaw game, need Linux/macOS download links, or want quick run instructions for a released game. version: 0.2.0
GameClaw
This skill is prompt-only. It is not the GameClaw monorepo itself.
Its job is simple:
Do not assume local source files from the monorepo are present when this skill is installed from a registry.
Canonical repository
https://github.com/Arcobalneo/gameclawhttps://github.com/Arcobalneo/gameclaw/releases/latestCurrent games
1. lobster-cli-roguelike
linux-x86_64
- darwin-arm64
lobster-cli-roguelike-linux-x86_64.tar.gz
- lobster-cli-roguelike-darwin-arm64.tar.gz
https://github.com/Arcobalneo/gameclaw/releases/latestgames/lobster-cli-roguelike in the GitHub repoHow to help a player
When a user wants a game:
1. identify the game they want, or list available games 2. ask their platform if unknown 3. point them to the GitHub Releases page or the exact release asset name 4. give the shortest useful unpack/run instructions 5. mention source location only if they ask to inspect or contribute
Recommended response shape
Keep it practical:
Run instructions
Linux (linux-x86_64)
tar -xzf lobster-cli-roguelike-linux-x86_64.tar.gz
cd lobster-cli-roguelike-linux-x86_64
./lobster-cli-roguelike
macOS Apple Silicon (darwin-arm64)
tar -xzf lobster-cli-roguelike-darwin-arm64.tar.gz
cd lobster-cli-roguelike-darwin-arm64
./lobster-cli-roguelike