AnyPost
Agent docs
For agents

Agent skills

AnyPost agent skills tell Cursor, Codex, OpenClaw, and other coding agents when to convert social posts or analyze short-form video — install SKILL.md once, add your apk_ key, and let the agent fetch clean Markdown instead of scraping.

How skills work

  1. 1

    Install SKILL.md

    Each skill is a single SKILL.md file. Run the curl one-liner from the install page into your agent's skills folder (project or global — Cursor uses .cursor/skills, Claude Code uses .claude/skills, and so on).

  2. 2

    Store your API key

    Paid features need an apk_ key from Login for Agents. The skill tells your agent to send Authorization: Bearer apk_… on API calls. Free-tier convert works without a key on Starter platforms (ten posts per day per IP).

  3. 3

    Agent picks the right skill

    When the user pastes a social URL or asks what a clip is about, the agent reads the matching SKILL.md. anypost-md handles text posts and threads; anypost-tiktok-analyzer and anypost-instagram-analyzer handle Pro+ video analysis.

  4. 4

    AnyPost returns Markdown

    Convert skills rewrite the URL host to anypost.md or call GET /api/convert. Video skills call GET /api/analyze/video. The agent gets structured Markdown — summary, body, signals, metadata — not page chrome.

Skills and use cases

Pick the skill that matches the URL your agent receives. Each card links to a use case (why) and an install page (how).

Text posts · Convert
X

anypost-md

Swap x.com, reddit.com, linkedin.com, and other supported hosts to anypost.md — or call GET /api/convert. Threads, comments, and Pro platforms need a paid apk_ key.

Domain swap or GET /api/convert

Free tier on Starter platforms; apk_ for threads, comments, and Pro networks.

Use case · Video posts
TikTok

anypost-tiktok-analyzer

AnyPost analyzes public tiktok.com/@user/video/ URLs into Markdown: AI summary, what-happens bullets, content signals, caption, creator, sound, and metadata — without downloading the video file.

GET /api/analyze/video?url=…

Pro+ apk_ key · 5 credits per analysis · optional prompt= up to 500 chars.

Need the full API reference? See documentation. Humans drafting posts can use free Compose.