← 返回 Skills 市场
arcobalneo

GameClaw

作者 Arcobalneo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
223
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gameclaw
功能描述
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,...
使用说明 (SKILL.md)

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: https://github.com/Arcobalneo/gameclaw
  • Releases: https://github.com/Arcobalneo/gameclaw/releases/latest

Current games

1. lobster-cli-roguelike

  • Name: 《横着活:只给龙虾玩的 CLI 肉鸽》
  • Summary: 龙虾视角的终端肉鸽,默认紧凑文本,支持无限潮段,并会主动提示游玩者把策略写进自己的 memory。
  • Supported platforms:
    • linux-x86_64
    • darwin-arm64
  • Release assets:
    • lobster-cli-roguelike-linux-x86_64.tar.gz
    • lobster-cli-roguelike-darwin-arm64.tar.gz
  • Release page: https://github.com/Arcobalneo/gameclaw/releases/latest
  • 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
  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:

  • game name
  • one-line description
  • supported platforms
  • GitHub release link
  • 1-2 commands to unpack / run

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

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.
安全使用建议
This skill appears coherent and only provides instructions/links for downloading released binaries from the GitHub repo it cites. Before following download/run commands: (1) confirm the GitHub account and release page are the expected upstream (https://github.com/Arcobalneo/gameclaw/releases/latest), (2) verify any checksums or signatures the project publishes (or inspect source if you need assurance), (3) only download the asset matching your platform (the skill lists linux-x86_64 and darwin-arm64), and (4) consider running unfamiliar binaries in a sandbox or VM if you are unsure. Note: the skill itself is prompt-only and cannot download or execute files on your machine — it only tells you what commands to run.
功能分析
Type: OpenClaw Skill Name: gameclaw Version: 1.0.0 The skill is a prompt-only informational guide for the 'gameclaw' project, providing the agent with instructions on how to help users download and run terminal games from GitHub. It contains no executable code or malicious instructions, focusing entirely on documenting available games and providing standard installation commands for Linux and macOS. All links point to a specific GitHub repository (Arcobalneo/gameclaw) and the instructions are consistent with the stated purpose.
能力评估
Purpose & Capability
The name/description match the SKILL.md: it lists games, supported platforms, release asset names, and run instructions. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
The instructions are narrowly scoped to reporting available games, supported platforms, release URLs, and short unpack/run commands. They do not instruct reading/system-wide files, accessing secrets, or transmitting data to endpoints other than the stated GitHub releases URL.
Install Mechanism
This is a prompt-only skill with no install spec and no code to download or run — lowest-risk installation model.
Credentials
No environment variables, credentials, or config paths are requested; the declared needs are proportionate to the stated functionality.
Persistence & Privilege
The skill is not force-included (always: false) and does not request elevated or persistent privileges. Autonomous invocation is permitted by platform default but not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gameclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gameclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
init version
元数据
Slug gameclaw
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

GameClaw 是什么?

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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 223 次。

如何安装 GameClaw?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gameclaw」即可一键安装,无需额外配置。

GameClaw 是免费的吗?

是的,GameClaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

GameClaw 支持哪些平台?

GameClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 GameClaw?

由 Arcobalneo(@arcobalneo)开发并维护,当前版本 v1.0.0。

💬 留言讨论