🦀 ClawHub
AIR SDK — Collective Web Intelligence
by @fransdevelopment
Collective web intelligence for browser agents. Discover site capabilities, get CSS selectors, extract structured data, and report outcomes. When one agent l...
⚙️ Configuration
The AIR SDK MCP server must be configured in your OpenClaw config. Run:
npx @arcede/air-sdk install-skill
This auto-detects OpenClaw and writes the MCP config. Or manually add to ~/.openclaw/openclaw.json:
{
"mcpServers": {
"air-sdk": {
"command": "air-sdk",
"args": ["--mcp"],
"env": { "AIR_API_KEY": "your_key_here" }
}
}
}
Get a free API key (1,000 executions/month, no credit card): https://agentinternetruntime.com/extract/dashboard/sdk
TERMINAL
clawhub install air-sdk