GameClaw
This skill is prompt-only. It is not the GameClaw monorepo itself.
Its job is simple:
- - tell the agent which GameClaw games currently exist
- tell the agent which platforms are actually supported
- point users to the correct GitHub Releases download
- explain how to unpack and run the binary
Do not assume local source files from the monorepo are present when this skill is installed from a registry.
Canonical repository
- - Repo: INLINECODE0
- Releases: INLINECODE1
Current games
1. lobster-cli-roguelike
- - Name: 《横着活:只给龙虾玩的 CLI 肉鸽》
- Summary: 龙虾视角的终端肉鸽,默认紧凑文本,支持无限潮段,并会主动提示游玩者把策略写进自己的 memory。
- Supported platforms:
-
linux-x86_64
-
darwin-arm64
-
lobster-cli-roguelike-linux-x86_64.tar.gz
-
lobster-cli-roguelike-darwin-arm64.tar.gz
- - Release page: INLINECODE6
- Source location:
games/lobster-cli-roguelike in the GitHub repo
How to help a player
When a user wants a game:
- 1. identify the game they want, or list available games
- ask their platform if unknown
- point them to the GitHub Releases page or the exact release asset name
- give the shortest useful unpack/run instructions
- mention source location only if they ask to inspect or contribute
Recommended response shape
Keep it practical:
- - game name
- one-line description
- supported platforms
- GitHub release link
- 1-2 commands to unpack / run
Run instructions
Linux (linux-x86_64)
CODEBLOCK0
macOS Apple Silicon (darwin-arm64)
CODEBLOCK1
Safety / accuracy rules
- - Prefer released binaries over source checkouts.
- Do not claim unsupported platforms are supported.
- Do not say binaries are impossible to reverse engineer.
- Say binaries reduce casual source visibility.
- If a release asset is missing, say so plainly.
- Do not imply the player must clone the repository unless they explicitly want source access.
GameClaw
此技能仅限提示词。它并非 GameClaw 单体仓库本身。
其职责很简单:
- - 告知代理当前存在哪些 GameClaw 游戏
- 告知代理实际支持哪些平台
- 引导用户前往正确的 GitHub Releases 下载页面
- 解释如何解压并运行二进制文件
当此技能从注册表安装时,不要假设单体仓库中的本地源文件存在。
规范仓库
- - 仓库:https://github.com/Arcobalneo/gameclaw
- 发布页:https://github.com/Arcobalneo/gameclaw/releases/latest
当前游戏
1. lobster-cli-roguelike
- - 名称:《横着活:只给龙虾玩的 CLI 肉鸽》
- 简介:龙虾视角的终端肉鸽,默认紧凑文本,支持无限潮段,并会主动提示游玩者把策略写进自己的 memory。
- 支持平台:
- 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/latest
- 源码位置:GitHub 仓库中的 games/lobster-cli-roguelike 目录
如何帮助玩家
当用户想要某款游戏时:
- 1. 识别他们想要的游戏,或列出可用游戏
- 若平台未知则询问
- 引导他们前往 GitHub Releases 页面或确切的发布资源名称
- 提供最简短实用的解压/运行说明
- 仅当用户要求查看或贡献源码时才提及源码位置
推荐回复格式
保持实用:
- - 游戏名称
- 一行简介
- 支持平台
- GitHub 发布链接
- 1-2 条解压/运行命令
运行说明
Linux(linux-x86_64)
bash
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)
bash
tar -xzf lobster-cli-roguelike-darwin-arm64.tar.gz
cd lobster-cli-roguelike-darwin-arm64
./lobster-cli-roguelike
安全/准确性规则
- - 优先使用已发布的二进制文件而非源码检出。
- 不要声称不支持的平台得到支持。
- 不要说二进制文件无法逆向工程。
- 应说明二进制文件降低了源码的随意可见性。
- 如果缺少某个发布资源,请如实说明。
- 除非玩家明确要求访问源码,否则不要暗示玩家必须克隆仓库。