Terminal-native Bluesky export
Paste any profile, post, feed, hashtag, or query and return clean plain-text Markdown ready for copy, curl, or coding agents.
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.
/profile/:handleBio, stats, avatar/banner
/profile/:handle/postsRecent posts (paginated)
/profile/:handle/post/:rkeyPost with parents/replies context by default if a reply
/β¦/post/:rkey/singleSingle post itself without parent/reply context
/β¦/post/:rkey/threadFull self-reply thread
/β¦/post/:rkey/repliesFull cross-author reply tree
/β¦/post/:rkey/quotesPosts that quote this post (quotes/reposts)
/β¦/post/:rkey/also-likedPosts that people who liked this post also liked
/profile/:handle/activityCombined activity timeline of posts & replies
/profile/:handle/feed/:rkeyPublic custom feed
/profile/:handle/followersFollower list
/profile/:handle/followingFollowing list
/profile/:handle/listsPublic lists created by handle
/profile/:handle/list/:rkeyDetails and members of a specific list
/profile/:handle/starter-pack/:rkeyStarter pack details and members
/search?q=:queryFull-text post search
/links?url=:urlPosts linking to a URL/domain
/trendingTrending topics right now
/at/:atUriAT-URI resolver & redirection
/llms.txtMachine-readable API guide
Copy this skill file into Claude, Cursor, Windsurf, Copilot, or any agent that accepts instruction files.
Learn about agent skills at agentskills.io βLoadingβ¦