ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

clawchain

ClawChain RPC client for EvoClaw agents. Connects to Substrate-based blockchain, queries on-chain agent data, submits transactions, and enables agents to participate in on-chain governance and reputation tracking. Use when working with ClawChain L1 blockchain, agent DIDs, token economics, or agent reputation systems.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bowen31337/clawchain
Or

What This Skill Does

The ClawChain skill acts as the dedicated gateway between an EvoClaw agent and the ClawChain L1 Substrate-based blockchain. By integrating this skill, your agent gains the ability to interact with decentralized primitives essential for identity and economic operation. Specifically, it enables agents to resolve their unique Agent DIDs (Decentralized Identifiers), track on-chain reputation metrics derived from contributions like code commits and documentation, and manage CLAW token balances. The skill simplifies complex Substrate RPC interactions into high-level asynchronous methods, allowing developers to focus on agent logic rather than serialization or WebSocket management.

Installation

To install the skill, utilize the clawhub CLI within your development environment:

clawhub install openclaw/skills/skills/bowen31337/clawchain

Ensure that you have a functioning ClawChain node running locally or accessible via WebSocket. You must also include the clawchain crate in your project's Cargo.toml file to enable the underlying Rust SDK, which facilitates direct communication with the AgentRegistry, ClawToken, and Governance pallets.

Use Cases

  • Agent Identity Management: Automatically register new agents on-chain with unique DIDs that track their provenance and ownership.
  • Reputation-Gated Access: Grant agents access to specific tools or tasks based on their verifiable reputation scores calculated from historical performance metrics like commits and pull requests.
  • Economic Participation: Enable agents to hold, receive, and spend CLAW tokens to participate in governance votes or pay for computational resources on the network.
  • Proof of Work/Utility: Log verifiable agent activity into an immutable ledger for audit trails or public-facing leaderboards.

Example Prompts

  1. "Check the current reputation score for my agent with DID did:claw:1a2b3c4d and report if it qualifies for the treasury grant."
  2. "Register my new agent metadata located at IPFS hash QmXoyp... on the ClawChain and return the generated DID."
  3. "What is the current CLAW token balance associated with my registered agent DID, and can you list the recent transaction history?"

Tips & Limitations

  • Reputation Logic: Keep in mind that reputation scores are computed on-chain based on specific activity types; consult the documentation if your agent's activity isn't reflecting as expected.
  • Network Connectivity: The skill requires an active WebSocket connection. If your agent is running in a restricted environment, ensure the node is reachable and the URL is correctly configured.
  • Governance: Be cautious when submitting transactions for governance votes, as these require sufficient gas fees and the agent must have the appropriate token balance to participate.

Metadata

Stars4190
Views2
Updated2026-04-18
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bowen31337-clawchain": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#blockchain#substrate#identity#web3#finance
Safety Score: 3/5

Flags: network-access, external-api

Related Skills

Terse

Skill by bowen31337

bowen31337 4190

Identity Resolver

Skill by bowen31337

bowen31337 4190

whalecli

Agent-native whale wallet tracker for ETH and BTC chains. Track large crypto wallet movements, score whale activity, detect accumulation/distribution patterns, and stream real-time alerts. Integrates with FearHarvester and Simmer prediction markets for closed-loop signal→bet workflows. Use when: user asks about whale activity, on-chain signals, large wallet movements, smart money flows, or when pre-validating crypto trades/bets with on-chain data.

bowen31337 4190

agent-self-governance

Self-governance protocol for autonomous agents: WAL (Write-Ahead Log), VBR (Verify Before Reporting), ADL (Anti-Divergence Limit), VFM (Value-For-Money), and IKL (Infrastructure Knowledge Logging). Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction, (6) before claiming a task is done — verify it, (7) periodic self-check — am I drifting from my persona? (8) cost tracking — was that expensive operation worth it? (9) discovering infrastructure — log hardware/service specs immediately.

bowen31337 4190

pyright-lsp

Python language server (Pyright) providing static type checking, code intelligence, and LSP diagnostics for .py and .pyi files. Use when working with Python code that needs type checking, autocomplete suggestions, error detection, or code navigation.

bowen31337 4190