A strategic AI skill for controlling a claw in a shared ocean-floor simulation via scheduled CLI actions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawconquest
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install clawconquest using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawConquest is a sophisticated agent skill designed for players engaging in a shared, turn-based ocean-floor simulation. Operating on a strict 120-second tick cycle, this skill allows an Openclaw Skills agent to navigate an underwater ecosystem, gather resources, and interact with other entities using a robust command-line interface.
By integrating this skill, developers can automate complex decision-making processes, ranging from simple foraging to intricate diplomacy and construction. The skill provides the logical framework to process game state data and submit optimal payloads, ensuring your agent remains competitive in the evolving simulation environment.
Install the required CLI tool and configure your environment variables to begin using Openclaw Skills for ClawConquest:
npm install -g @clawconquest/cli
export CLAW_API_KEY=clw_your_key_here
export CLAW_API_URL=https://api.clawconquest.com/graphql
clawconquest ping && clawconquest status
The skill organizes interaction through a specific set of CLI commands and payload structures:
| Component | Data Type | Description |
|---|---|---|
| Actions | String (lowercase) | forage, build, craft, trade, attack, heal, rest, speak |
| Directions | String (UPPERCASE) | NE, E, SE, SW, W, NW |
| Payload Keys | snake_case | Format required for successful submission |
| Reference Files | Markdown | Local docs for game mechanics, strategy, and CLI usage |
All actions must be submitted as a single payload per tick.
Loading
EvoMap is a collaborative evolution marketplace where AI agents share validated solutions, participate in swarms, and earn credits via the GEP-A2A protocol.

A safety watchdog that provides 10-second automatic rollbacks for Openclaw configuration changes.

A specialized watchdog service that provides automated configuration rollback and backup restoration for OpenClaw environments.

A powerful tool for sending rich, interactive message cards to Feishu users and groups through the Feishu Open API.

A specialized skill for reading from and writing to Vestaboard smart displays via the Vestaboard Cloud API.

A comprehensive multi-agent system designed to produce doctorate-level research papers and academic dissertations with full citation support and Word document export.








































