Render Markdown anywhere
AnyPost returns standard, GitHub-flavored Markdown, so it renders in virtually every tool and library you already use.
Common targets
- Static sites, drop the file into Astro, Next.js or Hugo.
- React apps, render with
react-markdown+remark-gfm. - Docs tools, paste directly into Notion, GitBook or Confluence.
For agents: fetch Markdown, not web pages
Give AnyPost to OpenClaw, Codex, Cursor agents, Claude Code, and RAG workers as their rendering fetch layer. Instead of driving the original site, the agent should rewrite the URL to anypost.md or call /api/convert, then read the clean Markdown response.
That keeps agents out of brittle DOM scraping, rate-limit loops, login walls, and browser automation noise.
Agent setup
- Install the anypost-md skill, or give your agent the anypost-md agent skill file.
- Store an
apk_key from Login for Agents and send it asAuthorization: Bearer apk_live_xxxfor paid options. - Use the domain-swap URL when the agent wants a plain Markdown document; use
/api/convertwhen it needs JSON fields such asmarkdown,credits, or structured errors.
Original: https://linkedin.com/posts/example_activity-123
Agent: https://anypost.md/linkedin/posts/example_activity-123
Keep the footer
Each document ends with a source link and timestamp. Keep it, it's your attribution trail and makes archived posts auditable later.
More guides
Convert LinkedIn posts to Markdown
Turn LinkedIn posts into clean, LLM-ready Markdown with a domain swap, API example, FAQ, and plan notes.
Convert Reddit posts to Markdown
Turn Reddit posts into clean, LLM-ready Markdown with a domain swap, API example, FAQ, and plan notes.
Convert Threads posts to Markdown
Turn Threads posts into clean, LLM-ready Markdown with a domain swap, API example, FAQ, and plan notes.
Convert Bluesky posts to Markdown
Turn Bluesky posts into clean, LLM-ready Markdown with a domain swap, API example, FAQ, and plan notes.