kalopilot
Installation
SKILL.md
KaloPilot — TikTok E-commerce Data Assistant
This skill lets you query TikTok Shop data through the KaloPilot AI agent. KaloPilot has access to 20+ specialized tools covering products, shops, creators, videos, livestreams, and categories across all TikTok Shop regions.
Authentication
Token is stored as plain text in ~/.kalopilot/token:
your-token-here
If the file doesn't exist, ask the user for their KaloData token, then save it:
mkdir -p ~/.kalopilot && echo -n "<token>" > ~/.kalopilot/token && chmod 600 ~/.kalopilot/token