AnyPost
npx skills · One install

Skills

Give your coding agent one SKILL.md — it converts social posts to Markdown, analyzes TikTok and Instagram clips, and skips scraping. One curl install; works with Claude Code, Codex, OpenClaw, Cursor, and more. Free SEO tools included.

How skills work

  1. 1

    Install with npx skills

    Run npx skills add AnyPostMD/anypost --skill <name> — same package-manager flow as anthropics/skills or vercel-labs/agent-skills. The CLI copies SKILL.md into your agent's folder (Cursor, Claude Code, Codex, OpenClaw, and more). Or use curl from the install page if you prefer.

  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.

  5. 5

    Optional: SEO and GEO free tools

    Humans and agents publishing content can use guest tools at /free-tools — llms.txt generator, GEO checker, sitemap builder, and structured-data extractor run in the browser with no API key. Pair them with agent skills when you need both ingestion and discoverability.

Quick install (npx skills)

Install from AnyPostMD/anypost — or open a skill card above for per-skill install steps.

bash
npx skills add AnyPostMD/anypost --list
bash
npx skills add AnyPostMD/anypost --skill '*' -y

Raw files also live under skills/ on GitHub for curl install.

API reference: Documentation · Compose · Pricing