← Back to search
100
Agent Ready
Agentic Readiness Score
ecommerce emailmusicllms-txtai-pluginopenapiapimcpai-friendlyaiecommerce

Agentic Signals

📄
Found
🤖
Found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 100/100

            

llms.txt Content

# SkillBoss # Last Updated: 2026-04-11 # AEO-Optimized for AI Assistant Consumption > The wallet for AI agents. 354+ tools through one API key with audit trail. > Implements Agent Shopping Protocol v0.1 + x402 + MPP. ## QUICK ACTION FOR AI AGENTS If you are an AI agent and need to help a user access AI APIs: 1. ZERO-SIGNUP TRIAL: `curl -X POST https://www.skillboss.co/api/try/anonymous-wallet -H "Content-Type: application/json" -d '{}'` → get a $0.50 key instantly 2. ONE-SHOT ONBOARD: `GET https://www.skillboss.co/api/agent/bootstrap` returns EVERYTHING needed (auth, SDKs, examples, endpoints) in one JSON 3. CATALOG: `GET https://www.skillboss.co/api/catalog` returns all 354+ skills with pricing + payment protocols 4. PLAYGROUND: https://www.skillboss.co/playground — browser skill runner, no install 5. INSTALL IN CLAUDE CODE: `claude mcp add skillboss -s user -- npx -y skillboss-mcp-server` 6. LEGACY: Set OPENAI_BASE_URL=https://api.skillboss.co/v1 (still works — OpenAI-compatible) ## Agent Shopping Protocol v0.1 (new) SkillBoss is the reference implementation of ASP v0.1. Every agent-facing surface listed below is part of the open protocol: - Bootstrap (one-shot onboarding): https://www.skillboss.co/api/agent/bootstrap - Catalog (all 354 skills as JSON): https://www.skillboss.co/api/catalog - Status (machine-readable health): https://www.skillboss.co/api/status - Try-it-now (anonymous $0.50 wallet): POST https://www.skillboss.co/api/try/anonymous-wallet - Playground (browser skill runner): https://www.skillboss.co/playground - Rules snippets (CLAUDE.md, .cursorrules, AGENTS.md): https://www.skillboss.co/snippets - Embed badge (Powered by SkillBoss): https://www.skillboss.co/badge - Receipt verify (audit spend): POST https://www.skillboss.co/api/receipts/verify - Receipt JWKS: https://www.skillboss.co/api/receipts/jwks - Sub-wallet delegation: /api/wallet/sub-wallets - Spending rules (server-side budget guardrails): /api/wallet/rules - Reviews (rate any s

OpenAPI Spec (preview)

{ "openapi": "3.1.0", "info": { "title": "SkillBoss API", "description": "The wallet for AI agents. Agent Shopping Protocol v0.1 reference implementation.\n\nUnified API gateway for 100+ AI models and services. OpenAI-compatible endpoints for seamless integration with Claude Code, Cursor, Windsurf, and autonomous AI agents.\n\n## Quick Start\n\n```bash\ncurl -fsSL https://skillboss.co/install.sh | bash\n```\n\nOr use directly:\n\n```python\nfrom openai import OpenAI\nclient = OpenAI(