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, want a GameClaw game, need Linux/macOS download links, or want quick run instructions for a released game.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arcobalneo/gameclawWhat This Skill Does
The gameclaw skill serves as a dedicated directory and distribution assistant for the GameClaw project. It enables your OpenClaw agent to provide accurate, up-to-date information regarding available terminal-based games hosted in the Arcobalneo ecosystem. Rather than requiring the user to navigate complex repositories, this skill acts as an intelligent intermediary, identifying the user's operating system and providing direct links to the latest GitHub release assets. It streamlines the onboarding process for terminal gaming by providing instant access to the exact download links, unpacking instructions, and execution commands required to start playing immediately. By focusing on pre-compiled binary distribution, it ensures that users spend less time configuring build environments and more time engaging with the CLI experience.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/arcobalneo/gameclaw
Ensure that you have the latest version of the ClawKit CLI installed to facilitate proper skill resolution and dependency management.
Use Cases
- Game Discovery: Helping users find which CLI games are currently available in the GameClaw collection.
- Deployment Assistance: Guiding users through the download, decompression, and execution process for specific architectures (linux-x86_64 and darwin-arm64).
- Platform Compatibility Checks: Automatically verifying if a user's system meets the requirements for a specific game binary.
- Quick Access: Providing concise CLI commands to get a game running from a downloaded tarball without needing to clone or build source code.
Example Prompts
- "What games can I play using the GameClaw skill?"
- "I'm on a MacBook with an M2 chip, how can I download and run the lobster roguelike?"
- "Where can I find the latest binary for the lobster-cli-roguelike for Linux?"
Tips & Limitations
- Binary Priority: This skill is designed to prioritize released binaries. Use this when users want a plug-and-play experience. Only suggest source code inspection if the user explicitly requests to contribute or audit the code.
- System Architecture: Always verify the user's platform before recommending a download. The skill currently supports linux-x86_64 and darwin-arm64.
- Security Note: While these binaries are provided for ease of use, they reduce casual source visibility compared to manual builds. If a specific release asset appears missing, inform the user directly rather than attempting to provide an unsupported link.
- Scope: Remember that this skill is a prompt-only assistant. It does not contain the game source files themselves, so do not assume local file presence.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-arcobalneo-gameclaw": {
"enabled": true,
"auto_update": true
}
}
}