LaunchKit · 2026
Back to Skills

bluesky

Complete Bluesky CLI: post, reply, like, repost, follow, block, mute, search,.

15
5.0k downloads
by @jeffaf

Setup & Installation

openclaw skills install @jeffaf/bluesky

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install bluesky

Version History

v1.6.0Feb 14, 2026 - Version note by skill developer:

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.

INPUT

User asks: post a thread about my release notes

AGENT
  1. 1Run `bsky whoami` to confirm login status
  2. 2If not logged in, guide user to generate an app password at bsky.app and run `bsky login`
  3. 3Compose thread posts from the release notes content
  4. 4Run `bsky create-thread "Post 1" "Post 2" "Post 3"` with the composed text
  5. 5Confirm output shows posted URLs for each thread segment
OUTPUT

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.

Bluesky accountBluesky App Password (generated at bsky.app → Settings → Privacy and Security → App Passwords)