ads-tiktok
Originally fromagricidaniel/claude-ads
Installation
SKILL.md
TikTok Ads Deep Analysis
Data Collection (3-tier free-first)
- Capa 1 — MCP:
AdsMCP/tiktok-ads-mcp-server(community, free) provides campaign/adgroup/ad data. Seemcp-integration.mdfor setup. - Capa 2 — Direct API (free; ~30 min OAuth setup): if
tiktok-data.jsonis present in cwd, read it. The user generates it with:
Full setup inpython3 scripts/api/tiktok_fetch.py --account-id <advertiser_id> -o tiktok-data.jsonscripts/api/README.md. - Capa 3 — Manual fallback: TikTok Ads Manager export plus Pixel/Events API status from the Events Manager.
- Also read
platform-specs.mdfor 9:16 vertical and safe-zone requirements before evaluating creative checks.
Then follow the standard 7-step audit process in ads/references/audit-methodology.md using tiktok-audit.md as the check list. Emit dual output (tiktok-audit-results.json against audit-output-schema.json, plus tiktok-audit-results.md).