Skip to content
This repository was archived by the owner on Jun 9, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

Deprecated. No longer maintained.

Shippo's AI integrations (ClawHub skill, Claude Code plugin, and more) are now consolidated in one repository, goshippo/ai. The ClawHub skill is published from there as shippo/goshippo (install with openclaw skills install goshippo). The setup described below points at a retired endpoint; for the current hosted Shippo MCP (per-user OAuth, no API key to copy), see the Shippo MCP documentation.

Shippo Skill for ClawHub

Ship packages with Shippo via AI agents. This ClawHub skill gives Claude the knowledge and workflows to validate addresses, compare carrier rates, purchase shipping labels, track packages, and more -- all through natural language.

Installation

npx clawhub@latest install shippo

MCP Server Setup

This skill requires a connection to the Shippo MCP server. Follow both steps below.

1. Set your API key

export SHIPPO_API_KEY="ShippoToken shippo_test_xxxxx"

Replace shippo_test_xxxxx with your actual Shippo API key. You can get one at apps.goshippo.com/register.

2. Configure the MCP server

Add the following to your MCP configuration:

  • URL: https://app.getgram.ai/mcp/shippo-mcp-beta
  • Header: Mcp-Shippo-Merged-Api-Key-Header with the value of your API key (e.g., ShippoToken shippo_test_xxxxx)

What You Can Do

  • Validate and standardize shipping addresses
  • Compare rates across USPS, UPS, FedEx, DHL
  • Purchase shipping labels (domestic and international)
  • Track packages across carriers
  • Process bulk shipments from CSV files
  • Analyze shipping costs and optimize packaging

Examples

"Compare rates for a 2lb package from San Francisco to New York"
"Purchase a shipping label for a return from Chicago to LA"
"Track package 1Z999AA10123456784"

Links

License

MIT

About

Shippo shipping skill for ClawHub — rate shopping, label generation, tracking, address validation, customs, and batch processing

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors