
Shippo
- 1 repo stars
- Updated July 24, 2026
- goshippo/ai
shippo is a Claude Code and Codex marketplace plugin bundling 9 shipping agent skills and OAuth MCP for developers building ecommerce checkout, label purchase, and tracking integrations.
About
shippo (goshippo/ai) is Shippo's official AI distribution repo combining 9 canonical Agent Skills, a Claude Code plugin, OpenAI Codex plugin, ClawHub bundle, and Claude apps ZIP. Skills split into Decide (`shippo-best-practices`), Do (`address-validation`, `rate-shopping`, `label-purchase`, `tracking`, `batch-shipping`, `shipping-analysis`, `shippo-support-ticket`), and Maintain (`upgrade-shippo`) modes. Eleven shared reference docs under `skills/shippo/references/` load on demand. Remote MCP at `https://mcp.shippo.com` uses per-user OAuth—no API key copy. Install via `/plugin marketplace add goshippo/ai` and `/plugin install shippo`, then `/mcp` sign-in. Skills namespace as `/shippo:rate-shopping`, `/shippo:label-purchase`, etc. Canonical `skills/` syncs to Claude, Codex, and ClawHub providers via `npm test` scripts.
- Bundles 9 canonical Agent Skills across Decide, Do, and Maintain modes
- Remote OAuth MCP at https://mcp.shippo.com (no API key copy)
- 11 on-demand reference docs for carriers, customs, CSV, and errors
- Namespaces skills as /shippo:rate-shopping, /shippo:label-purchase, etc.
- Distributes to Claude Code, Codex, ClawHub, and Claude apps ZIP releases
Shippo by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add goshippo/aiAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | goshippo/ai ↗ |
How do you build Shippo shipping integrations with AI?
Install shippo from goshippo/ai and invoke `/shippo:rate-shopping` or `/shippo:label-purchase` with OAuth MCP to compare carrier rates and buy labels in Claude Code.
Who is it for?
Backend developers adding Shippo rate shopping, label purchase, or batch shipping to checkout flows who want workflow skills plus OAuth MCP semantics.
Skip if: Projects with no shipping domain, or teams needing only generic REST examples without Shippo account authorization.
What you get
Validated address payloads, rate quotes, purchased labels with customs data, tracking statuses, batch CSV labels, and support-ticket JSON.
- shipping rate quotes
- purchased labels
- tracking events
By the numbers
- 9 canonical Agent Skills in skills/ directory
- 11 shared reference docs under skills/shippo/references/
- Remote MCP endpoint at https://mcp.shippo.com with OAuth
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Use Shippo skills for multi-step shipping workflows; call MCP tools directly only when you already know the single API operation and skip narrative routing.
FAQ
How many skills does the Shippo AI repo include?
The goShippo/ai repo ships 9 canonical Agent Skills plus 11 shared reference documents under skills/Shippo/references/. Skills cover routing, address validation, rate shopping, label purchase, tracking, batch shipping, cost analysis, support tickets, and SDK upgrades.
How does Shippo MCP authentication work?
Shippo hosts a remote MCP server at https://mcp.Shippo.com with per-user OAuth. Claude Code and Codex plugins trigger sign-in on first `/mcp` use so developers never copy API keys into agent config.
How do you install Shippo in Claude Code?
Shippo installs with `/plugin marketplace add goShippo/ai` and `/plugin install Shippo`, or `claude --plugin-dir ./ai/providers/claude/plugin` from a local clone. Skills invoke as `/Shippo:rate-shopping` and similar namespaced commands.