Changelog

New features, improvements, and fixes. Only significant, customer-facing changes are listed.

April 2026
New

Agent Shopping Protocol v0.1 — the wallet for AI agents

SkillBoss now implements Agent Shopping Protocol v0.1, an open spec for how AI agents discover, pay for, and reconcile paid services without a human signing up. Shipped together: /api/agent/bootstrap (one-shot onboarding), /api/status (machine-readable health), /api/try/anonymous-wallet (free $0.50 wallet, no signup), /playground (browser skill runner), /snippets (drop-in CLAUDE.md / .cursorrules / AGENTS.md / .windsurfrules rules files), /badge (Powered by SkillBoss embed), /api/receipts/verify (signed JWT audit), /api/wallet/rules (server-side spending guardrails), /api/wallet/sub-wallets (per-agent budget delegation), /api/reviews (rate any skill), /api/referrals (both sides get $5). Protocol spec at /docs/agent-shopping-protocol.

New

SDK family: TypeScript, Python, LangChain, CrewAI, Vercel AI SDK

Five new SDKs published so every agent framework can reach SkillBoss without writing glue code: skillboss-agent-wallet (npm, TypeScript), skillboss-wallet (PyPI, Python), langchain-skillboss[langchain] and langchain-skillboss[crewai] (PyPI), and skillboss-ai-provider (npm, Vercel AI SDK). Plus starter templates at packages/openai-agents-starter and packages/google-adk-starter, a Claude Agent Skills entry at packages/claude-agent-skill, a Smithery.ai manifest at packages/mcp-server/smithery.yaml, and the create-skillboss-app CLI scaffolder.

New

Copy-to-IDE buttons on every /use page

Every /use/[slug] page now has a one-click Install in your IDE panel above the code examples with copy-ready commands for Claude Code, Cursor, Windsurf, and Cline, plus a Copy button on every curl / python / x402 / mpp code block.

New

Try-it-now — $0.50 anonymous wallet

Visitors on any /use page can click Try it now — free and get a throwaway SkillBoss API key with $0.50 credit, no signup, no email. Rate limited to 1 per network per day. Leftover balance claims into a real account via the /console claim flow.

New

Referral program — both sides get $5

New /api/referrals endpoint plus an inline invite card in /console. Every user gets a referral code; new signups that claim it grant both the claimer and the referrer a $5 signup_bonus credit via the canonical wallet grant path.

March 2026
New

MPP (Stripe) payment protocol support

SkillBoss APIs now support MPP (Machine Payments Protocol) via Stripe. AI agents can pay per-request using Stripe PaymentIntent — no API key required. Combined with x402, SkillBoss now offers the most flexible payment options for AI agents.

Improved

Complete AEO documentation overhaul

Rewrote core documentation pages (introduction, quickstart, AI agent guide, why SkillBoss) with full AEO optimization. Added agent-readable structured JSON to every key page. Standardized endpoint count to 688+ across all 57 documentation files. Enhanced onboarding flow with 5 platform-specific install paths.

Improved

SEO & AI discoverability overhaul

All 62 API vendor pages now appear in the sitemap with multilingual alternates (1,054 new URLs). Added FAQ rich-result schema to every vendor page. Fixed duplicate title tags. Improved hreflang coverage across all pages.

New

x402 payment protocol support

SkillBoss APIs now support the x402 HTTP payment protocol. AI agents can pay per-request using x402 headers — no API key required. See the demo at /x402.

Improved

Models page redesigned

The /models page now features popularity-based default sorting so the most-used models surface first. Added category filters (Chat, Image, Video, Audio, Code) for faster browsing.

Fixed

Fixed $NaN pricing on API pages

Some API endpoint cards displayed "$NaN" for pricing when cost data was missing. Added null/NaN guards so pricing always shows a valid value or "See pricing."

Improved

Console translations for all 14 languages

The billing UI, auto-refill settings, and console dashboard are now fully translated into Chinese, Spanish, Japanese, French, German, Korean, Hindi, Arabic, Bengali, Portuguese, Russian, Vietnamese, Italian, and Turkish.

New

Skill Studio — publish and sell skills

Skill Studio lets you create, test, and publish MCP-compatible skills to ClawHub. Includes GitHub sync, real-time SKILL.md validation, and a monetization dashboard.

Improved

Simplified billing & auto-refill

Merged "Add Balance" into the balance bar. One-click auto-refill with configurable amount and threshold. Removed redundant billing tab clutter.

New

SkillBoss Alpha launched

SkillBoss Alpha officially launched with 100+ AI models (Claude, GPT-5, Gemini, DeepSeek), MCP server for Claude Code / Cursor / Windsurf, pay-as-you-go billing with $2 free credits, and an OpenAI-compatible API.