Back to Directory
general

17track package tracking

Track parcels via the 17TRACK API (local SQLite DB, polling + optional webhook ingestion)

Installation

Run this in your terminal or add to your configuration:

# Clone into your skills directory git clone ...

About this Skill

Initial release of track17: parcel tracking via 17TRACK API with local database. - Track packages and their status via the 17TRACK API. - Stores all package data locally in a SQLite database within the workspace. - Supports both periodic polling (sync) and optional webhook ingestion for updates. - CLI for adding, listing, syncing, and managing parcels. - Optional webhook server and ingestion utilities included. - API credentials required via environment variables; flexible data directory configuration.