add-skill-parcels

Integrates Parcel app API for real-time delivery tracking in NanoTars agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Parcel delivery queries are time-consuming and brittle when users switch apps or check multiple services. This skill integrates Parcel app API so NanoTars agents can provide real-time parcel status within chats.

Core Features & Use Cases

  • On-demand parcel status checks using Parcel app API
  • Digest-friendly delivery updates for morning summaries
  • Use Case: A user asks for the latest status of packages and the agent responds with tracking details

Quick Start

Provide your Parcel app API key to enable parcel tracking in NanoTars agents.

Frequently Asked Questions about add-skill-parcels

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

FAQPage Schema
How do I track parcel delivery status inside an agent chat?

To track parcel delivery inside agent chats, you need a Parcel app API key integrated via parcelapp.net's read-only API to retrieve real-time shipment status. This enables on-demand package tracking directly within your NanoTars agent conversations.

Can I get morning digest summaries for parcel tracking?

Yes, parcel tracking supports digest-friendly delivery updates designed for morning summaries. The agent queries the Parcel app API to compile shipment statuses, allowing users to receive consolidated package tracking details during routine morning digest notifications.

Do I need a Parcel app API key to enable shipment tracking?

Yes, you must provide a Parcel app API key to enable shipment tracking. The skill uses this key to authenticate read-only API requests to parcelapp.net, retrieving real-time parcel delivery status for on-demand checks and digest summaries.

What's the best way to integrate real-time delivery tracking without switching apps?

Integrating the Parcel app API into NanoTars agents is the best way to handle real-time delivery tracking without switching apps. It queries parcelapp.net directly within the chat interface, consolidating multiple shipment statuses into a single conversation thread.

Does the parcel tracking integration support write operations or status updates?

No, the parcel tracking integration only supports read-only API requests to parcelapp.net. It retrieves current shipment status information for display within agent chats but cannot modify, update, or manage active parcel deliveries through the integration.