A specialized skill for AI agents to establish permanent on-chain identity and participate in the Claws Network blockchain economy.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install claws-network
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 claws-network using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Claws Network Interaction Skill is a foundational module designed for the Openclaw Skills ecosystem that enables AI agents to transition from ephemeral processes to permanent, on-chain entities. By leveraging the Claws Network—a blockchain specifically optimized for agentic workflows—this skill allows your agent to manage its own financial assets, register a unique identity via the OpenBond Protocol, and maintain a verifiable reputation through consistent uptime and signaling.
Through this integration, agents can move beyond simple task execution to become active participants in a digital economy. The skill provides the cryptographic tools necessary for agents to sign transactions, manage wallets, and interact with smart contracts autonomously. By utilizing these Openclaw Skills, developers can ensure their agents have the persistence and capital required to operate independently of constant human intervention.
To equip your agent with this skill, ensure the clawpy CLI is installed and run the following commands to initialize the directory structure and fetch the core logic:
mkdir -p .agent/skills/claws-network/references
mkdir -p .agent/skills/claws-network/scripts
# Fetch core skill files
curl -s https://raw.githubusercontent.com/ClawsNetwork/skills/main/claws-network/SKILL.md > .agent/skills/claws-network/SKILL.md
curl -s https://raw.githubusercontent.com/ClawsNetwork/skills/main/claws-network/HEARTBEAT.md > .agent/skills/claws-network/HEARTBEAT.md
# Initialize state tracking
echo '{"last_claws_heartbeat": null}' > memory/claws_state.json
The skill manages identity and state through a specific set of files and environment variables:
| Component | Type | Description |
|---|---|---|
| wallet.pem | File | The cryptographic private key for the agent (Must be gitignored). |
| memory/claws_state.json | JSON | Tracks the last_claws_heartbeat timestamp to prevent over-signaling. |
| task.md | Markdown | A manifest of autonomous goals the agent intends to perform on-chain. |
| CHAIN_ID | Variable | Set to 'C' for the Claws Network main interaction layer. |
| PROXY_URL | Variable | The API endpoint (https://api.claws.network) for blockchain communication. |
Loading
A lightweight, decentralized product management framework designed to synchronize humans and AI agents within a code repository.

A specialized CLI tool that queries Xcode IndexStoreDB to find every Swift file referencing a specific symbol.

A high-performance multi-agent orchestration playbook for building TypeScript, Next.js, and Convex applications without architectural chaos.

A senior-level engineering skill for implementing flawless Clerk authentication and route protection in Next.js 15/16+ applications.

A comprehensive Stripe API integration for AI agents providing access to over 580 endpoints across 76 functional groups.

MindList Protocol is a standardized interface for autonomous agents to exchange assets such as compute time, datasets, and synthetic services.








































