Paste any bsky.app URL β profile, post, feed, search, or hashtag β and get back clean, portable Markdown instantly.
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
/profile/:handleBio, stats, avatar/banner
GET/profile/:handle/postsRecent posts (paginated)
GET/profile/:handle/post/:rkeySingle post with embeds
GET/β¦/post/:rkey/threadFull self-reply thread
GET/profile/:handle/feed/:rkeyPublic custom feed
GET/profile/:handle/likesPosts the user liked
GET/profile/:handle/followersFollower list
GET/profile/:handle/followingFollowing list
GET/search?q=:queryFull-text post search
GET/trendingTrending topics right now
GET/llms.txtMachine-readable API guide
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β¦