anypost-tiktok-analyzer
For TikTok video links. Your agent calls GET /api/analyze/video and receives an AI summary, content signals, caption, creator, duration, and hashtags as structured Markdown — without downloading the video file.
For TikTok video links. Your agent calls GET /api/analyze/video and receives an AI summary, content signals, caption, creator, duration, and hashtags as structured Markdown — without downloading the video file.
When to use
- User shares tiktok.com/@handle/video/123…
- Agent needs what the clip is about before replying or researching
- Optional custom question via prompt= (caption/metadata only)
When not to use
- Caption-only Markdown export — use anypost-md + /convert/tiktok
- Short vm.tiktok.com links without resolving to full URL
- Spoken transcript or subtitles — page-only analysis in v1
What you get
- AI summary and “what happens” bullets
- Content signals table (format, tone, audience, CTA)
- Caption, creator, duration, hashtags
- Optional prompt answer and visible comments
Requirements
- Pro+ plan apk_ key — no anonymous free tier for live URLs
- 5 credits per successful analysis
- Full @user/video/ID URL (short links are unreliable)
GET /api/analyze/video?url=…
Install
Pro+ apk_ key required for live TikTok URLs. Preview output shape on the free tool first.
Skill URLs
Live on anypost.md
https://anypost.md/i/tiktok-analyzer/skill.mdGitHub raw (main branch)
https://raw.githubusercontent.com/AnyPostMD/anypost/main/skills/anypost-tiktok-analyzer/SKILL.mdInstall with npx skills (recommended)
Same flow as npx skills add anthropics/skills --skill …. Installs from the open AnyPostMD/anypostrepo into your agent's skills folder.
npx skills add AnyPostMD/anypost --skill anypost-tiktok-analyzer -yGlobal (all projects): npx skills add AnyPostMD/anypost --skill anypost-tiktok-analyzer -g -y
Quick install (live URL)
Downloads to skills/ — copy the folder into your agent's path below. Paste your API key at Login for Agents.
mkdir -p skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o skills/anypost-tiktok-analyzer/SKILL.mdInstall from GitHub raw
Same SKILL.md as in the public repo — useful before deploy or for pinned installs.
mkdir -p skills/anypost-tiktok-analyzer && curl -fsSL https://raw.githubusercontent.com/AnyPostMD/anypost/main/skills/anypost-tiktok-analyzer/SKILL.md -o skills/anypost-tiktok-analyzer/SKILL.mdGlobal install: mkdir -p skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o skills/anypost-tiktok-analyzer/SKILL.md
Per-agent
Cursor
mkdir -p .cursor/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .cursor/skills/anypost-tiktok-analyzer/SKILL.mdClaude Code
mkdir -p .claude/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .claude/skills/anypost-tiktok-analyzer/SKILL.mdCodex (ChatGPT)
mkdir -p .agents/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .agents/skills/anypost-tiktok-analyzer/SKILL.mdOpenCode
mkdir -p .opencode/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .opencode/skills/anypost-tiktok-analyzer/SKILL.mdOpenClaw
mkdir -p skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o skills/anypost-tiktok-analyzer/SKILL.mdWindsurf
mkdir -p .windsurf/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .windsurf/skills/anypost-tiktok-analyzer/SKILL.mdGemini CLI
mkdir -p .gemini/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .gemini/skills/anypost-tiktok-analyzer/SKILL.mdFactory
mkdir -p .factory/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .factory/skills/anypost-tiktok-analyzer/SKILL.mdKiro
mkdir -p .kiro/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .kiro/skills/anypost-tiktok-analyzer/SKILL.mdSkill file: anypost-tiktok-analyzer agent skill file (SKILL.md)
Agents: curl https://anypost.md/i/tiktok-analyzer/skill.md and install into your agent's skills directory.
Humans: run mkdir -p skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o skills/anypost-tiktok-analyzer/SKILL.md or open /i/tiktok-analyzer.
After install, read SKILL.md and add your Pro+ apk_ key for live TikTok URLs (5 credits per analysis).
Try free samples: TikTok video analyzer · Caption-only: TikTok to Markdown · Convert skill: anypost-md
Raw skill file: anypost-tiktok-analyzer agent skill file (SKILL.md)