Skip to content

Bluesky

Mode: 🌐 Public · Domain: bsky.app

Commands

CommandDescription
opencli bluesky profileUser profile info
opencli bluesky userRecent posts from a user
opencli bluesky trendingTrending topics
opencli bluesky searchSearch users
opencli bluesky feedsPopular feed generators
opencli bluesky followersUser's followers
opencli bluesky followingAccounts a user follows
opencli bluesky threadPost thread with replies
opencli bluesky starter-packsUser's starter packs

Usage Examples

bash
# User profile
opencli bluesky profile --handle bsky.app

# Recent posts
opencli bluesky user --handle bsky.app --limit 10

# Trending topics
opencli bluesky trending --limit 10

# Search users
opencli bluesky search --query "AI" --limit 10

# Popular feeds
opencli bluesky feeds --limit 10

# Followers / following
opencli bluesky followers --handle bsky.app --limit 10
opencli bluesky following --handle bsky.app

# Post thread with replies
opencli bluesky thread --uri "at://did:.../app.bsky.feed.post/..."

# Starter packs
opencli bluesky starter-packs --handle bsky.app

# JSON output
opencli bluesky profile --handle bsky.app -f json

Prerequisites

None — all commands use the public Bluesky AT Protocol API, no browser or login required.

Released under the Apache-2.0 License.