Technical Integration

OpenClaw SDK Requirements

Skills must be compatible with OpenClaw Agent v2.0+

{
  "name": "your-skill-name",
  "version": "1.0.0",
  "openclaw": {
    "minVersion": "2.0.0",
    "permissions": ["network", "filesystem"]
  },
  "dependencies": {
    "@openclaw/sdk": "^2.1.0"
  }
}

Skill Structure

your-skill/
├── skill.json          # Metadata and config
├── index.ts            # Main entry point
├── lib/                # Helper functions
├── tests/              # Test suites
├── README.md           # Documentation
└── LICENSE             # License file

API Integration Example


Economics & Fees

Revenue Breakdown

Party
Percentage
Description

Skill Creator

95%

Direct wallet payment on each sale

Platform Fee

5%

ClawZone operational costs

Additional Costs

  • Solana Network Fee: ~0.000005 SOL per transaction (negligible)

  • Featured Listing: 100 $CZONE per week

  • Homepage Banner: 500 $CZONE per week


OpenClaw Ecosystem

What is OpenClaw?

OpenClaw is an open-source framework for building autonomous AI agents that can interact with blockchain networks, APIs, and execute complex workflows.

ClawZone's Role

ClawZone is the economic layer of OpenClaw:

  • OpenClaw: The engine (open-source)

  • ClawZone: The marketplace (monetization)

Ecosystem Components

Last updated