parcel-tracking
Track parcels and check delivery status for Australian and international couriers. Searches Gmail for dispatch/shipping emails and provides tracking links for all major Australian couriers including AusPost, StarTrack, Aramex, CouriersPlease, Sendle, Toll, Team Global Express, DHL, FedEx, TNT, Hunter Express, Border Express, Direct Freight Express, and UPS. Triggers: 'where is my parcel', 'track my order', 'has my package arrived', 'tracking status', 'check tracking', 'where is my delivery'.
Profile →npx skills add jezweb/claude-skills --skill parcel-tracking --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Parcel Tracking Find tracking numbers from Gmail dispatch emails and check delivery status for Australian and international couriers. ## When to Use - "Where's my parcel / package / order?" - "Has my [product] arrived / shipped yet?" - "Track my order from [store]" - "What's the status of my delivery?" - "Do I have a tracking number for [item]?" - User pastes or mentions a tracking number - "Check the StarTrack / AusPost / Aramex / Toll tracking" ## Workflow ### Step 1: Find the Tracking Number If the user already provided a tracking number, skip to Step 2. Otherwise, search Gmail for dispatch emails. Look for recent messages matching: ``` dispatched OR shipped OR "tracking number" OR "consignment number" newer_than:30d ``` For a specific store or order, narrow the search: ``` from:mwave.com.au dispatched from:amazon.com.au shipped ``` Read the email body and extract: - Tracking / consignment number - Carrier name - Order number - Dispatch date - Delivery notes (signature required, etc.) **Gmail access**: Use whatever Gmail tool is available (Gmail MCP, gws CLI `gws gmail`, or ask the user to check manually and paste the tracking number). ### Step 2: Identify the Carrier and Buil
- When to Use
- Workflow
- Step 1: Find the Tracking Number
- Step 2: Identify the Carrier and Build the Tracking Link
- Step 3: Try to Get Live Status
- Step 4: Present Results
- Handling Multiple Parcels
- Carrier Contact Numbers (Australia)
- Carrier-Specific Notes
- Tool Flexibility
What does the parcel-tracking skill do?
Track parcels and check delivery status for Australian and international couriers. Searches Gmail for dispatch/shipping emails and provides tracking links for all major Australian couriers including AusPost, StarTrack, Aramex, CouriersPlease, Sendle, Toll, Team Global Express, DHL, FedEx, TNT, Hunter Express, Border Express, Direct Freight Express, and UPS. Triggers: 'where is my parcel', 'track my order', 'has my package arrived', 'tracking status', 'check tracking', 'where is my delivery'.
How do I install it?
Run `npx skills add jezweb/claude-skills --skill parcel-tracking --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From jezweb/claude-skills, a repository with 954 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.