keyapi-tiktok
Installation
SKILL.md
TikTok KeyAPI Skill
Turn natural-language TikTok requests into documentation-guided KeyAPI REST workflows. Start from the user's business goal, map it to the closest scenario, verify the current endpoint contract in the latest KeyAPI docs, then execute the request with a helper script when available or with direct REST when it is not.
Execution Contract
- Use KeyAPI REST API execution for live data lookup, ranking, analysis, search, comparison, and reporting.
- Treat
https://docs.keyapi.ai/llms.txtand linked endpoint pages as the source of truth for method,/v1/...path, parameters, enums, pagination, request body, and response shape. - Do not use platform web pages or manual browsing as a substitute for API data.
- Keep credentials local. Never print or restate
KEYAPI_TOKEN. - If official docs conflict with this skill, follow the official docs.