npx skills add https://github.com/sailtonight/kalopilot-skill --skill kalopilotInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
A Claude skill for querying TikTok e-commerce data through KaloPilot — an AI-powered TikTok Shop analytics agent.
Ask questions about TikTok Shop data in natural language. The skill routes your queries to KaloPilot's AI agent, which has access to 20+ data tools covering:
Supports all TikTok Shop regions: US, UK, ID, TH, VN, PH, MY, SG, MX, BR, JP, and more.
npx skills add https://github.com/sailtonight/kalopilot-skill --skill kalopilot
You need a KaloData account with API access. On first use, the skill will ask for your token and save it to ~/.kalopilot/config.json.
Or set it up manually:
mkdir -p ~/.kalopilot
echo '{"token": "your-token-here"}' > ~/.kalopilot/config.json
chmod 600 ~/.kalopilot/config.json
Just ask about TikTok data:
> What are the top-selling products in the US this week?
> Which creators drive the most sales in Beauty?
> Show me trending categories in Southeast Asia
The skill supports multi-turn conversations — ask follow-up questions and it remembers context.
MIT