AnyPost
All skills

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.

Install 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.

bash
npx skills add AnyPostMD/anypost --skill anypost-md -y

Global (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.

bash
mkdir -p skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o skills/anypost-md/SKILL.md

Install from GitHub raw

Same SKILL.md as in the public repo — useful before deploy or for pinned installs.

bash
mkdir -p skills/anypost-md && curl -fsSL https://raw.githubusercontent.com/AnyPostMD/anypost/main/skills/anypost-md/SKILL.md -o skills/anypost-md/SKILL.md

Global install: mkdir -p skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o skills/anypost-md/SKILL.md

Per-agent

Cursor

bash
mkdir -p .cursor/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .cursor/skills/anypost-md/SKILL.md

Claude Code

bash
mkdir -p .claude/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .claude/skills/anypost-md/SKILL.md

Codex (ChatGPT)

bash
mkdir -p .agents/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .agents/skills/anypost-md/SKILL.md

OpenCode

bash
mkdir -p .opencode/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .opencode/skills/anypost-md/SKILL.md

OpenClaw

bash
mkdir -p skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o skills/anypost-md/SKILL.md

Windsurf

bash
mkdir -p .windsurf/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .windsurf/skills/anypost-md/SKILL.md

Gemini CLI

bash
mkdir -p .gemini/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .gemini/skills/anypost-md/SKILL.md

Factory

bash
mkdir -p .factory/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .factory/skills/anypost-md/SKILL.md

Kiro

bash
mkdir -p .kiro/skills/anypost-md && curl -fsSL https://anypost.md/i/skill.md -o .kiro/skills/anypost-md/SKILL.md

Skill 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)