AnyPost
All skills

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.

Install 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.

bash
npx skills add AnyPostMD/anypost --skill anypost-tiktok-analyzer -y

Global (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.

bash
mkdir -p skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o skills/anypost-tiktok-analyzer/SKILL.md

Install from GitHub raw

Same SKILL.md as in the public repo — useful before deploy or for pinned installs.

bash
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.md

Global 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

bash
mkdir -p .cursor/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .cursor/skills/anypost-tiktok-analyzer/SKILL.md

Claude Code

bash
mkdir -p .claude/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .claude/skills/anypost-tiktok-analyzer/SKILL.md

Codex (ChatGPT)

bash
mkdir -p .agents/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .agents/skills/anypost-tiktok-analyzer/SKILL.md

OpenCode

bash
mkdir -p .opencode/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .opencode/skills/anypost-tiktok-analyzer/SKILL.md

OpenClaw

bash
mkdir -p skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o skills/anypost-tiktok-analyzer/SKILL.md

Windsurf

bash
mkdir -p .windsurf/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .windsurf/skills/anypost-tiktok-analyzer/SKILL.md

Gemini CLI

bash
mkdir -p .gemini/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .gemini/skills/anypost-tiktok-analyzer/SKILL.md

Factory

bash
mkdir -p .factory/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .factory/skills/anypost-tiktok-analyzer/SKILL.md

Kiro

bash
mkdir -p .kiro/skills/anypost-tiktok-analyzer && curl -fsSL https://anypost.md/i/tiktok-analyzer/skill.md -o .kiro/skills/anypost-tiktok-analyzer/SKILL.md

Skill 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)