← Back to Skills Marketplace
arcobalneo

GameClaw

by Arcobalneo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
223
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install 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,...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gameclaw
  3. After installation, invoke the skill by name or use /gameclaw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
init version
Metadata
Slug gameclaw
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 223 downloads so far.

How do I install GameClaw?

Run "/install gameclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is GameClaw free?

Yes, GameClaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does GameClaw support?

GameClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created GameClaw?

It is built and maintained by Arcobalneo (@arcobalneo); the current version is v1.0.0.

💬 Comments