traktoken-query
Installation
SKILL.md
TrakToken Query Skill
Installed version: 0.2.0. Canonical source: https://www.traktoken.com/skills/traktoken.md.
Workflow
-
Resolve the requested models without fetching the full catalog:
curl -sS --get --data-urlencode "q=MODEL_NAME" https://www.traktoken.com/api/prices # When exact ids are known: curl -sS "https://www.traktoken.com/api/prices?ids=MODEL_ID_1,MODEL_ID_2"Use localhost only when developing the TrakToken repository itself and its local server is running.