shippo
Shippo — shipping labels, rates comparison, package tracking, address validation, and returns.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/shippoWhat This Skill Does
The Shippo skill for OpenClaw provides a powerful interface to the Shippo API, enabling seamless integration of global shipping operations directly into your AI agent's workflow. This skill empowers your agent to manage the entire lifecycle of a package, including address validation, real-time rate comparison across multiple carriers, the generation of shipping labels, and comprehensive package tracking. By abstracting the complex Shippo API into simple CLI commands, it allows your agent to handle logistics, e-commerce fulfillment, and inventory management without human intervention.
Installation
To install this skill, use the OpenClaw Hub command line interface:
clawhub install openclaw/skills/skills/aiwithabidi/shippo
Ensure you have your SHIPPO_API_TOKEN configured in your environment variables. Without this token, the agent will be unable to authenticate with Shippo’s servers to perform transactions or retrieve rate data.
Use Cases
- Automated E-commerce Fulfillment: Automatically generate shipping labels as soon as an order is confirmed in your store's database.
- Dynamic Shipping Quotes: Offer customers real-time, accurate shipping rates during the checkout process based on precise parcel dimensions and destination data.
- Customer Support Automation: Proactively monitor delivery statuses and provide updates to customers by querying the tracking data via the agent.
- Logistics Optimization: Automatically select the most cost-effective or fastest carrier based on the rates returned by the
get-ratesfunction for specific parcels.
Example Prompts
- "Validate the shipping address for 123 Maple St, Springfield, IL, and if valid, create a shipment for a 5lb box with these dimensions: 10x10x10."
- "Compare shipping rates for my current pending shipment ID 'shp_12345' and pick the cheapest carrier option to purchase a label."
- "Track my latest package sent via FedEx and let me know the current status and estimated delivery date."
Tips & Limitations
- Data Formatting: Ensure all address inputs are passed as valid JSON strings to the CLI to avoid parsing errors.
- Rate Validity: Shipping rates from carriers can fluctuate; always re-fetch rates immediately before purchasing a label to ensure accuracy.
- API Limits: Be mindful of Shippo's API rate limits if your agent is processing a high volume of shipments.
- Security: Never hardcode your
SHIPPO_API_TOKENin scripts; always use secure environment variable management.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-shippo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
skill-auditor
Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.
Model Intel
Live LLM model intelligence and pricing from OpenRouter
deep-search
Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.
amplitude
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.