parcels

Query Parcel's API to fetch and summarize active and recent shipments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/TerrifiedBug/nanotars-skills --skill parcels
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parcels
Source: https://github.com/TerrifiedBug/nanotars-skills/tree/main/plugins/nanotars-parcels/files/container-skills
Command: npx skills add https://github.com/TerrifiedBug/nanotars-skills --skill parcels

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Keeping track of shipments across multiple carriers is tedious and time-consuming. This Skill centralizes parcel status by querying Parcel's API and returns concise, human-friendly summaries for active and recent deliveries.

Core Features & Use Cases

  • Active deliveries: quickly see what's in transit now, with carrier names and tracking numbers.
  • Recent deliveries: review recently updated or completed shipments.
  • Carrier mapping: resolve carrier codes to readable names and display delivery windows when available.

Quick Start

Ask me to fetch your active parcel deliveries to see what's in transit now.

Frequently Asked Questions about parcels

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track parcel deliveries across multiple carriers in one place?

You can track parcel deliveries across multiple carriers by querying the Parcel API, which normalizes tracking numbers and returns concise, human-friendly summaries for active and recent shipments.

How do I resolve a specific tracking number when I don't know the carrier?

To resolve a tracking number across multiple carriers, the Skill queries the Parcel API, maps carrier codes to readable names, and displays available delivery windows.

Do I need an API key to fetch real-time parcel tracking data?

Yes, you need a PARCEL_API_KEY configured on the host to authenticate requests and fetch real-time parcel tracking data via the parcel_api.py script.

What's the best way to check the status of active shipments in transit?

The best way to check active shipments in transit is to request active parcel deliveries, which queries the Parcel API and returns carrier names and tracking numbers for items currently being shipped.

Can I review recently completed parcel deliveries using this approach?

Yes, you can review recently completed parcel deliveries by querying the Parcel API for recent shipments, which returns recently updated or completed delivery summaries.

How does parcel tracking normalization work across different delivery services?

Parcel tracking normalization works by querying the Parcel API, resolving carrier codes to readable names, and standardizing delivery data into a concise summary format.