Agent skill
c-tracking
Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-tracking
SKILL.md
What This Skill Does
Uses ordercli to look up package tracking information across all major carriers. Returns current status, location, and estimated delivery without opening a browser.
CLI Tool: ordercli
Common Commands
# Track a package (carrier auto-detected)
ordercli track 1Z999AA10123456784
# Specify carrier explicitly
ordercli track --carrier ups 1Z999AA10123456784
ordercli track --carrier fedex 123456789012
ordercli track --carrier usps 9400111899223397623472
ordercli track --carrier dhl 1234567890
# Get full shipment history/events
ordercli track --history 1Z999AA10123456784
# Track multiple packages
ordercli track 1Z999AA10123456784 9400111899223397623472
Supported Carriers
ups, fedex, usps, dhl
Usage Guidelines
- If the user provides a tracking number, attempt auto-detection first before specifying a carrier.
- Show: current status, last known location, and estimated delivery date.
- If tracking fails or carrier is unrecognized, ask the user to confirm the carrier name.
- Use
--historywhen the user asks for a full timeline of events.
Notes
- Tracking numbers must be exact — no spaces or dashes unless the carrier format requires them.
- Some carriers have delayed updates; results reflect the last carrier scan.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
c-slack
Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.
c-timer
Timers, alarms, and pomodoro — set countdowns with native notifications.
c-telegram
Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.
c-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
c-network
DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.
c-video
Download videos, extract audio, convert formats, and clip segments using `yt-dlp` and `ffmpeg`. Supports YouTube, Vimeo, and hundreds of other sites.
Didn't find tool you were looking for?