GameClaw is a prompt-only skill that helps users discover and run terminal games distributed as GitHub Release binaries. It lists available games, their supported platforms, points to the correct release asset, and provides copy-paste commands to unpack and run each binary. It also includes troubleshooting tips for permissions and macOS Gatekeeper.
Use this skill when a user asks what games are available, needs platform-specific download links for a GameClaw release, wants ready-to-run commands for downloaded binaries, or needs help fixing common run-time issues. Prefer released binaries rather than source builds.
Works well with conversational agents and helpdesk-style assistants that can provide links and shell snippets (Claude/Chat-style agents, Copilot-style assistants).
Prompt-only skill that lists GameClaw terminal games and provides download/run instructions from GitHub Releases. The SKILL.md is well-structured with clear platform support and troubleshooting guidance. Bundled scripts (build-game.sh, test-game.sh) are maintainer-only build tools requiring the full monorepo and a game-id argument — they cannot run in isolation and failed with usage errors. No security concerns; scripts use set -euo pipefail and proper validation.
Prompt-only skill with clean security profile. Scripts are build/test tools for the monorepo, not part of the skill's runtime functionality. Niche usefulness — only relevant to users of the GameClaw game suite.