Agent skills for the Orbis API Marketplace — 2,800+ x402-enabled APIs, pay per call in USDC on Base. No subscriptions required for agents using x402.
| Skill | Description |
|---|---|
| browse-orbis-apis | Search and discover 2,800+ APIs on the Orbis marketplace |
| subscribe-to-api | Subscribe to an Orbis API and get an API key |
| call-orbis-api | Call any Orbis API via x402 USDC or API key |
npx skills add orbisapi/agent-skills# Browse available APIs
curl "https://orbisapi.com/api/marketplace/apis?search=sentiment&limit=5"
# Call any API via x402 (pay $0.001 USDC per call)
npx awal@2.0.3 x402 pay https://orbisapi.com/proxy/<api-slug>/<endpoint>For the best agent experience, connect directly via MCP:
{
"mcpServers": {
"orbis": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://orbisapi.com/mcp?key=YOUR_KEY"]
}
}
}Get your key at orbisapi.com/for-agents.