Shipping Products
This skill helps you generate detailed shipping plans for your products, streamlining logistics and ensuring smooth deliveries.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add shipping-products npx -- -y @trustedskills/shipping-products
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"shipping-products": {
"command": "npx",
"args": [
"-y",
"@trustedskills/shipping-products"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to handle tasks related to shipping products. It facilitates actions like generating shipping labels, calculating shipping costs based on dimensions and destination, and tracking shipment status. The agent can also provide estimated delivery dates.
When to use it
- A customer needs a shipping label generated for an order.
- You need to determine the cheapest shipping option for a package of specific size and weight.
- A user wants to know the current location and expected arrival date of their shipment.
- You want to automate the process of updating customers on the status of their orders.
Key capabilities
- Generate shipping labels
- Calculate shipping costs
- Track shipment status
- Provide estimated delivery dates
Example prompts
- "Create a shipping label for order #12345."
- "What's the cheapest way to ship a 10x5x3 inch box to New York?"
- "Where is my package with tracking number ABCDEFG?"
- βWhen will order #98765 be delivered?β
Tips & gotchas
The skill requires access to shipping carrier APIs or data feeds for accurate cost calculations and tracking information. Ensure the agent has the necessary credentials and permissions to utilize these services.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.