How this skill is triggered — by the user, by Claude, or both
Slash command
/docs:skills/shipanyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive assistance with shipany development, generated from official documentation.
Comprehensive assistance with shipany development, generated from official documentation.
This skill should be triggered when:
Quick reference patterns will be added as you use the skill.
Example 1 (python):
ShipAny Two <no-reply@mail.shipany.codes>
Example 2 (json):
curl -X POST https://{your-domain}/api/email/send-email \
-H "Content-Type: application/json" \
-d '{
"emails":["support@xxx.com"],
"subject":"Test Email"
}'
This skill includes comprehensive documentation in references/:
Use view to read specific reference files when detailed information is needed.
Start with the getting_started or tutorials reference files for foundational concepts.
Use the appropriate category reference file (api, guides, etc.) for detailed information.
The quick reference section above contains common patterns extracted from the official docs.
Organized documentation extracted from official sources. These files contain:
Add helper scripts here for common automation tasks.
Add templates, boilerplate, or example projects here.
To refresh this skill with updated documentation:
npx claudepluginhub tianzecn/myclaudecode --plugin docsAutomates Shipengine shipping operations via Composio's Shipengine toolkit through Rube MCP. Always searches for current tool schemas before execution.
Generates TypeScript example for Flexport REST API v2: lists shipments, fetches details/milestones, tracks containers via fetch. For new integrations, setup testing, API learning.
Builds WooCommerce shipping methods—WC_Shipping_Method, zones, classes, rate calculations, tracking, carrier integrations—for custom shipping logic.