Bluesky, as Markdown.

Paste any bsky.app URL β€” profile, post, feed, search, or hashtag β€” and get back clean, portable Markdown instantly.

πŸ”“ No auth or API key
🌍 Open CORS from any origin
⚑ Edge-cached responses
πŸ€– LLM-friendly plain text

Works great in your terminal too

curl any endpoint and get plain Markdown back β€” pipe it to glow, your agent, or just read it.

# Profile
curl https://bsky-md.vercel.app/profile/j4ck.xyz

# Recent posts
curl https://bsky-md.vercel.app/profile/mackuba.eu/posts

# Followers
curl https://bsky-md.vercel.app/profile/j4ck.xyz/followers

# Search
curl "https://bsky-md.vercel.app/search?q=atproto"

# Trending topics
curl https://bsky-md.vercel.app/trending

# Custom feed
curl https://bsky-md.vercel.app/profile/bsky.app/feed/whats-hot

# Agent skill file
curl -s https://bsky-md.vercel.app/skill.md > ~/.claude/commands/bsky.md

Tip: visiting this URL from curl or any terminal client automatically returns Markdown β€” no flags needed.

All Endpoints

Add to your coding agent

Copy this skill file and paste it into any coding agent β€” Claude, Cursor, Windsurf, Copilot, or any tool that accepts a system prompt or rules file.

Learn about agent skills at agentskills.io β†—
Loading…
View raw β†—or curl -s https://bsky-md.vercel.app/skill.md > ~/.claude/commands/bsky.md for Claude Code