Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Add thread creation command (bsky create-thread / ct)
What This Skill Does
A CLI for Bluesky built on the AT Protocol. Covers posting, replies, likes, reposts, follows, blocks, mutes, search, threads, and image uploads. Authentication uses app passwords; session tokens are never stored on disk.
Lets agents and scripts interact with Bluesky without a browser or GUI, making automation and integration into workflows straightforward.
When to use it
- Post to Bluesky from a terminal script
- Monitor notifications without opening a browser
- Schedule or automate thread creation
- Search Bluesky posts for a topic from the command line
- Block or mute accounts in bulk via scripting
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: post a thread about my release notes
- 1Run `bsky whoami` to confirm login status
- 2If not logged in, guide user to generate an app password at bsky.app and run `bsky login`
- 3Compose thread posts from the release notes content
- 4Run `bsky create-thread "Post 1" "Post 2" "Post 3"` with the composed text
- 5Confirm output shows posted URLs for each thread segment
A linked thread published to the user's Bluesky account
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.