anypost-tiktok-analyzer

Analyze TikTok video URLs into structured Markdown summaries via the AnyPost API.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/agnivon/viral_thread_generator --skill anypost-tiktok-analyzer-agnivon
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: anypost-tiktok-analyzer
Source: https://github.com/agnivon/viral_thread_generator/tree/main/.agents/skills/anypost-tiktok-analyzer
Command: npx skills add https://github.com/agnivon/viral_thread_generator --skill anypost-tiktok-analyzer-agnivon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Agents and researchers often need to understand what a TikTok video is about without downloading or watching the video file. This Skill converts a TikTok video URL into clean, structured Markdown containing an AI summary, caption, creator, duration, and hashtags. ## Core Features & Use Cases - Video Analysis via API: Send a full TikTok URL to the AnyPost analyze endpoint and receive Markdown with an AI summary, content signals, caption, creator, duration, and hashtags. - Optional Extensions: Ask a custom question about the video (caption/metadata-based) or fetch up to 30 visible comments from the post page. - Use Case: A user shares a link like https://www.tiktok.com/@handle/video/1234567890 and asks what the video is about; the agent calls the API and returns a structured Markdown brief for research, monitoring, or reply drafting. ## Quick Start Analyze this TikTok video and summarize what it is about: https://www.tiktok.com/@handle/video/1234567890.

Frequently Asked Questions about anypost-tiktok-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a TikTok video without downloading it?▼

Send the full TikTok video URL to the AnyPost analyze endpoint with a Bearer API key. The API returns Markdown with an AI summary, content signals, caption, creator, duration, and hashtags, all derived from page metadata without downloading the video file.

What API do I use to get a TikTok video summary as Markdown?▼

Use GET https://anypost.md/api/analyze/video?url=<encoded_tiktok_url> with an Authorization Bearer header containing your apk_ key. The JSON response includes markdown, summary, whatHappens, contentSignals, and metadata fields.

Does TikTok video analysis include the spoken transcript?▼

No, the analysis is page-only and does not include spoken transcripts or subtitles. The AI summary is generated from the caption and metadata only, so it must not invent dialogue from the video.

Why does TikTok analysis return no comments or view counts?▼

TikTok often hides comments and engagement stats behind login, so guest page fetches frequently return zero comments and no view or like counts. Comments appear only when TikTok exposes them in the fetched page markdown.

Can I use short vm.tiktok.com links for video analysis?▼

Short vm.tiktok.com links are unreliable for this API. You should provide the full URL in the format tiktok.com/@user/video/ID to ensure successful analysis.

What are the requirements and costs of the AnyPost TikTok analyzer?▼

You need a Pro+ plan API key starting with apk_, and each successful analysis costs 5 credits. There is no anonymous free tier for agents, though humans can preview five curated sample videos in the browser without signup.