Terminal-native Bluesky export

Bluesky -> Markdown

Paste any profile, post, feed, hashtag, or query and return clean plain-text Markdown ready for copy, curl, or coding agents.

AuthNo API key needed
CORSOpen from any origin
CacheFast edge responses
FormatLLM-safe plain markdown

Terminal workflow

Use curl directly and pipe output to any terminal renderer, script, or coding agent.

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

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

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

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

# Trending topics
curl https://bsky.md/trending

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

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

Tip: requests from terminal clients automatically return Markdown with no additional flags.

All Endpoints

Add to your coding agent

Copy this skill file into Claude, Cursor, Windsurf, Copilot, or any agent that accepts instruction files.

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