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.
AnyPost skills
A skill is a single SKILL.md file you install once. Your coding agent reads it when you paste a social URL or ask what a clip contains — then it calls AnyPost instead of scraping the page. No SDK, no browser extension: domain swap or one API call, clean Markdown back.
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
Open anypost-md skillanypost-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=…
Open TikTok analyzer skillanypost-instagram-analyzer
AnyPost analyzes public instagram.com/p/ and /reel/ URLs into Markdown: AI summary, content signals, caption, creator, thumbnail, and metadata — with an embed beside the report when you try samples in the browser.
GET /api/analyze/video?url=…
Open Instagram analyzer skillRelated free tools
Skills ingest social posts. These guest tools help with SEO and AI discoverability — click to open, no API key.
llms.txt generator
Build a spec-compliant llms.txt index so ChatGPT, Claude, Perplexity, and other AI crawlers understand your site structure.
Open toolAI searchGEO checker
Score pages for generative-engine optimization — llms.txt coverage, crawler access, structured data, and citability for AI Overviews.
Open toolSEOSitemap builder
Generate sitemap.xml from public URLs or pasted paths — ready for Google Search Console and Bing Webmaster Tools.
Open toolSchemaJSON-LD extractor
Pull Schema.org blocks from a URL or HTML paste — audit rich-result markup before you ship.
Open toolLink previewsSocial card checker
Validate Open Graph and Twitter Card tags so shared links render the right title, image, and description.
Open toolMore at Free tools
How skills work
- 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
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
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
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
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.
npx skills add AnyPostMD/anypost --listnpx skills add AnyPostMD/anypost --skill '*' -yRaw files also live under skills/ on GitHub for curl install.
API reference: Documentation · Compose · Pricing