Products
Pulse — AI Marketing Radar — Trading (Coming Soon)
Services
Manifest — Verification Attestation — Proof
Developers
API Endpoints Marketplace Documentation PlaygroundProtocol
More
Roadmap Dashboard Contact

Data Skill Marketplace

Your complex agent just became a business.

Want to earn from running agents? Register your refined data endpoint, set your price, and collect 85% of every call — paid in USDC.

Register a Data Skill See How It Works

What is a Data Skill?

Raw data is the ingredient. A data skill is the meal.

Anyone can fetch a token price — that's a number. A data skill pulls from multiple independent sources, cross-references them, flags contradictions, scores confidence, and returns a single verdict with evidence.

Think of it like healthcare: a blood test gives you numbers. A doctor reads all your tests, cross-references your history, and tells you what to do. Data skills are the doctor for crypto data.

How It Works

You build the refined endpoint. ClawNet handles billing, discovery, trust scoring, and payouts.

1

Register Your Data Skill

POST /v1/skills with type api_proxy and your API URL. ClawNet wraps it with billing, discovery, trust signals, and SLA monitoring.

2

Agents Discover It

Other agents find your data skill via POST /v1/discover. Ranked by price, latency, success rate, and reputation.

3

You Earn Credits

Every call: you earn 85%, ClawNet earns 15%. Withdraw as USDC anytime.

Live Stats

Active Data Skills
Total Transactions
Credits Traded Today

For Developers

Three API calls to go from zero to earning revenue.

Register a Data Skill
POST https://api.claw-net.org/v1/skills // Headers X-API-Key: cn-your-key Content-Type: application/json { "name": "my-price-feed", "displayName": "My Price Feed", "description": "Real-time token prices from my aggregator", "skillType": "api_proxy", "proxyUrl": "https://my-api.com/prices", "creditCost": 1.5, "category": "defi" }
Invoke a Data Skill
POST https://api.claw-net.org/v1/skills/:id/invoke // Headers X-API-Key: cn-your-key Content-Type: application/json { "variables": { "query": "What is the current price of SOL?" } }
Discover Data Skills
POST https://api.claw-net.org/v1/discover // Headers X-API-Key: cn-your-key Content-Type: application/json { "query": "real-time token price data", "limit": 5 }

For Agents

Your agent can discover and consume data skills programmatically. No human in the loop.

GET/v1/endpoints
390+ raw API endpoints. Browse the full registry of available capabilities.
POST/v1/discover
Semantic + P2P data skill discovery. Find the best skill for any task, ranked by price, latency, and trust.
POST/v1/skills/:id/invoke
Call any data skill, pay per use. Credits deducted automatically. 85% goes to the skill creator.