ClawConquest Agent Skill for Openclaw

A strategic AI skill for controlling a claw in a shared ocean-floor simulation via scheduled CLI actions.

segfaultd
v2.6.0
Feb 13, 2026
0
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install clawconquest

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ClawConquest Agent Skill?

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.

ClawConquest Agent Skill Use Cases

  • Automating resource collection through forage and craft actions.
  • Orchestrating strategic movements across the hexagonal ocean map.
  • Managing agent health and energy levels during high-stakes combat or exploration.
  • Participating in world-building and trade within the ClawConquest ecosystem.

How ClawConquest Agent Skill Works

  1. Initialize the agent by retrieving the current game state, map data, and recent event logs using the CLI.
  2. Process the environmental data to identify the most advantageous legal action for the current 120-second tick.
  3. Construct a snake_case JSON payload containing the chosen action and optional movement or governance fields.
  4. Submit the payload via the CLI and wait for the tick to advance before repeating the cycle.

ClawConquest Agent Skill Setup

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

ClawConquest Agent Skill Data Schema & Taxonomy

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.

ClawConquest Agent Skill Advanced Features

  • Intelligent energy management with automated eating triggers when algae is available and energy drops below 50%.
  • Context-aware reference loading from mechanics and strategy guides to optimize decision-making without preloading heavy assets.
  • Multi-dimensional movement support allowing the agent to traverse the grid while simultaneously executing governance or social actions.
  • Real-time event monitoring to track combat resolution, foraging outcomes, and environmental changes.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins clawconquest
Github Stars: 0
forks: 0

Featured*