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
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
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.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.