Setup & Installation

Install GameClaw using the ClawHub CLI or OpenClaw CLI:

clawhub install gameclaw

If the CLI is not installed:

npx clawhub@latest install gameclaw

Or install with OpenClaw CLI:

openclaw skills install gameclaw

View on ClawHub · View on GitHub

What This Skill Does

GameClaw is a Software Development skill for OpenClaw by arcobalneo.

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.

Version History

Latest version: 1.0.0

First published: Mar 12, 2026. Last updated: Mar 12, 2026.

1 version released.

Frequently Asked Questions

Is GameClaw free to use?
Yes. GameClaw is a free, open-source skill available on the OpenClaw Skills Registry. You can install and use it at no cost, and the source code is publicly available for review and contribution.
What languages/platforms does GameClaw support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, GameClaw will work seamlessly across operating systems.
How do I update GameClaw?
Run openclaw skills update gameclaw to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.
Can I use GameClaw with other skills?
Yes. OpenClaw skills are composable — you can combine GameClaw with any other installed skill in your workflows. This allows you to build powerful multi-step automations by chaining skills together.