agentsclimarketplace

Browse orbis apis

Skill OrbisAPI/agent-skills/skills/browse-orbis-apis

Search and browse 2,200+ x402-enabled APIs on the Orbis marketplace. Use when you need to find an external API or service, want to know what APIs are available, or need to discover a paid API for a specific task. Covers "find an API for...", "what APIs does Orbis have?", "search for...", "show me available services".From its SKILL.md

Install
npx -y skills add OrbisAPI/agent-skills --skill browse-orbis-apis

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.2 KB, 537 tokens by cl100k_base, as published. Nobody here has run it

Browsing the Orbis API Marketplace

Orbis has 2,200+ x402-enabled APIs across AI/ML, data, utilities, finance, and more. All APIs support pay-per-call in USDC on Base via x402, with free tier options available.

Search via MCP (Recommended)

The Orbis MCP server is the fastest way to browse and call APIs. Configure it once:

Claude Desktop — add to claude_desktop_config.json:

{
  "mcpServers": {
    "orbis": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://orbisapi.com/mcp?key=YOUR_ORBIS_KEY"]
    }
  }
}

Cursor / Windsurf — add MCP server URL:

https://orbisapi.com/mcp?key=YOUR_ORBIS_KEY

Get your key at: https://orbisapi.com/for-agents

Search via REST API (No Auth Required)

# Search by keyword
curl "https://orbisapi.com/api/marketplace/apis?search=<query>&limit=10"

# Browse by category
curl "https://orbisapi.com/api/marketplace/apis?category=<slug>&limit=20"

# Get full API details
curl "https://orbisapi.com/api/marketplace/apis/<slug>"

Available Categories

ai-ml · data · utilities · finance · media · communication · developer-tools · blockchain

Response Fields

FieldDescription
slugUnique API identifier — use for subscription and calls
shortDescriptionWhat the API does
pricePerCallCost in USDC per call (most are $0.001)
hasFreeTierWhether a free tier is available
isVerifiedVerified and guaranteed by Orbis

Examples

# Find sentiment analysis APIs
curl "https://orbisapi.com/api/marketplace/apis?search=sentiment&limit=5"

# Browse AI/ML APIs
curl "https://orbisapi.com/api/marketplace/apis?category=ai-ml&limit=10"

Next Steps

Once you find an API, use the subscribe-to-api skill to get an API key, or call-orbis-api to pay per call via x402.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,696. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.