anypost-md
The main AnyPost skill. When someone shares a tweet, Reddit thread, LinkedIn post, or Bluesky note, your agent rewrites the URL to anypost.md and gets LLM-ready Markdown — author, body, media, and a source link. Built for social posts, not generic web pages.
The main AnyPost skill. When someone shares a tweet, Reddit thread, LinkedIn post, or Bluesky note, your agent rewrites the URL to anypost.md and gets LLM-ready Markdown — author, body, media, and a source link. Built for social posts, not generic web pages.
When to use
- User pastes x.com, reddit.com, linkedin.com, threads.net, or bluesky.app link
- Agent needs thread context, replies, or author metadata for research
- RAG or summarization over social content without page chrome
When not to use
- Drafting a new post for social networks — use free Compose instead
- Arbitrary website or docs URL — not a social post converter
- TikTok or Instagram video analysis — use the analyzer skills
What you get
- Post body as clean Markdown
- Author handle and profile fields (with userinfo)
- Thread chain and comment sections (paid options)
- Obsidian export with YAML frontmatter
Requirements
- Free: 10 single-post conversions/day per IP on Starter platforms
- apk_ key for threads, comments, author metadata, and Pro networks
- Medium articles always require a paid key (6 credits)
Domain swap or GET /api/convert
Install
Download SKILL.md, copy it into your agent's skills folder, then add your apk_ key for paid options.
Skill URLs
Live on anypost.md
https://anypost.md/i/skill.mdGitHub raw (main branch)
https://raw.githubusercontent.com/AnyPostMD/anypost/main/skills/anypost-md/SKILL.mdInstall with npx skills (recommended)
Same flow as npx skills add anthropics/skills --skill …. Installs from the open AnyPostMD/anypostrepo into your agent's skills folder.
npx skills add AnyPostMD/anypost --skill anypost-md -yGlobal (all projects): npx skills add AnyPostMD/anypost --skill anypost-md -g -y
Quick install (live URL)
Downloads to skills/ — copy the folder into your agent's path below. Paste your API key at Login for Agents.
mkdir -p skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o skills/anypost-md/SKILL.mdInstall from GitHub raw
Same SKILL.md as in the public repo — useful before deploy or for pinned installs.
mkdir -p skills/anypost-md && curl -fsSL https://raw.githubusercontent.com/AnyPostMD/anypost/main/skills/anypost-md/SKILL.md -o skills/anypost-md/SKILL.mdGlobal install: mkdir -p skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o skills/anypost-md/SKILL.md
Per-agent
Cursor
mkdir -p .cursor/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .cursor/skills/anypost-md/SKILL.mdClaude Code
mkdir -p .claude/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .claude/skills/anypost-md/SKILL.mdCodex (ChatGPT)
mkdir -p .agents/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .agents/skills/anypost-md/SKILL.mdOpenCode
mkdir -p .opencode/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .opencode/skills/anypost-md/SKILL.mdOpenClaw
mkdir -p skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o skills/anypost-md/SKILL.mdWindsurf
mkdir -p .windsurf/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .windsurf/skills/anypost-md/SKILL.mdGemini CLI
mkdir -p .gemini/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .gemini/skills/anypost-md/SKILL.mdFactory
mkdir -p .factory/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .factory/skills/anypost-md/SKILL.mdKiro
mkdir -p .kiro/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .kiro/skills/anypost-md/SKILL.mdSkill file: anypost-md agent skill file (SKILL.md)
Agents: curl https://anypost.md/i/skill.md and install into your agent's skills directory.
Humans: run mkdir -p skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o skills/anypost-md/SKILL.md or open /i/skill.
After install, read SKILL.md and add your apk_ key for paid options (threads, comments, author metadata).
Humans drafting posts? Free Markdown → social Compose complements URL→Markdown for agents. Live preview.
Raw skill file: anypost-md agent skill file (SKILL.md)