Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Advanced Bluesky CLI with support for media (images/video), thread creation, and automated growth tools like non-mutual following cleanup.
Advanced Bluesky CLI with support for media (images/video), thread creation, and automated growth tools like non-mutual following cleanup.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
A full-featured, professional Bluesky CLI designed for power users and automation.
Media Support: Post images and videos with automatic metadata/aspect ratio detection. Growth Tools: Identify and unfollow accounts that don't follow you back (unfollow-non-mutuals). Thread Management: Create long threads automatically from multiple text strings. Search & Explore: Deep search for posts, users, and hashtags. Moderation: Quick block, mute, and notification management.
Get an App Password: Go to Bluesky Settings and create a new App Password. NEVER use your main account password. Install: npm install Configure: clawbsky login
clawbsky unfollow-non-mutuals -n 50 # Unfollow top 50 non-mutuals clawbsky follow-all "Query" -n 20 # Auto-follow users matching a topic
clawbsky post "Text" [media...] # Create a post clawbsky thread "Part 1" "Part 2" ... # Create a multi-post thread clawbsky quote <uri> "My thoughts" # Quote a post
clawbsky home -n 20 # View your timeline clawbsky user <handle> # Inspect a profile clawbsky user-posts <handle> # View user's recent activity clawbsky thread <uri> # Read a full conversation branch
clawbsky like/repost <uri> # Engage with content clawbsky block/mute <handle> # Manage your boundaries clawbsky notifications # Check recent interactions
--json: Get raw data for piping to other tools. --plain: Disable emojis and formatting for cleaner logs. -n <count>: Limit results (default: 10). --dry-run: Preview actions (like unfollowing) without executing.
Clawbsky provides powerful automation tools. To protect your account and the Bluesky community: Be Human: Do not use follow-all to search and follow thousands of users daily. This is considered spam and will lead to an account ban. Respect Limits: Use unfollow-non-mutuals for periodic maintenance, not for "follow/unfollow" churning. App Passwords: Only use App Passwords. If you suspect your credentials have been compromised, revoke the App Password immediately in your Bluesky settings. Rate Limiting: The tool includes built-in delays (1s/follow) to prevent hitting API limits. Do not attempt to disable these. Responsibility for account actions lies solely with the user.
Handle Completion: @username or username automatically resolves to username.bsky.social. Rich Text: Mentions and links are auto-detected and facet-encoded for the AT Protocol. Video Processing: Automatically polls the Bluesky video service until processing completes. Built for the AT Protocol community.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.