17track
SKILL.md
17TRACK Parcel Tracking
Track parcels using the 17TRACK Tracking API v2.2. Stores everything in a local SQLite database — no external dependencies beyond Python 3 stdlib.
Requirements
TRACK17_TOKEN— your 17TRACK API token (sent as the17tokenheader). Configure it in~/.clawdbot/clawdbot.json:
{
"skills": {
"entries": {
"17track": {
"enabled": true,
"apiKey": "YOUR_17TRACK_TOKEN"
}
}
}
}