9b395f5cc3
E2E Headed Chrome / e2e-headed (macos-15) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (ubuntu-latest) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (windows-latest) (push) Has been cancelled
CI / build (macos-latest) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CI / unit-test (push) Has been cancelled
CI / bun-test (push) Has been cancelled
CI / adapter-test (push) Has been cancelled
CI / smoke-test (macos-latest) (push) Has been cancelled
CI / smoke-test (ubuntu-latest) (push) Has been cancelled
Security Audit / audit (push) Has been cancelled
Build Chrome Extension / build (push) Has been cancelled
Trigger Website Rebuild (Docs Updated) / dispatch (push) Has been cancelled
54 lines
1.4 KiB
Markdown
54 lines
1.4 KiB
Markdown
# Bluesky
|
|
|
|
**Mode**: 🌐 Public · **Domain**: `bsky.app`
|
|
|
|
## Commands
|
|
|
|
| Command | Description |
|
|
|---------|-------------|
|
|
| `opencli bluesky profile` | User profile info |
|
|
| `opencli bluesky user` | Recent posts from a user |
|
|
| `opencli bluesky trending` | Trending topics |
|
|
| `opencli bluesky search` | Search users |
|
|
| `opencli bluesky feeds` | Popular feed generators |
|
|
| `opencli bluesky followers` | User's followers |
|
|
| `opencli bluesky following` | Accounts a user follows |
|
|
| `opencli bluesky thread` | Post thread with replies |
|
|
| `opencli bluesky starter-packs` | User'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.
|