完整的 Bluesky CLI:发帖、回复、点赞、转发、关注、屏蔽、静音、搜索、话题、图片。从终端参与 Bluesky 所需的一切。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install bluesky或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install bluesky⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/bluesky/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: bluesky version: 1.6.0 description: "Complete Bluesky CLI: post, reply, like, repost, follow, block, mute, search, threads, images. Everything you need to engage on Bluesky from the terminal." homepage: https://bsky.app metadata: openclaw: emoji: "🦋" requires: bins: ["python3"] tags: ["social", "bluesky", "at-protocol", "cli"] ---
Full-featured CLI for Bluesky/AT Protocol.
First: Check if logged in
bsky whoami
Common tasks:
bsky post "text"bsky timelinebsky like bsky follow @handleIf user isn't logged in (bsky whoami shows "Not logged in"), guide them through setup:
Tell the user: > Go to bsky.app → click your avatar → Settings → Privacy and Security → App Passwords → Add App Password. Name it "OpenClaw" and copy the password (like xxxx-xxxx-xxxx-xxxx). You'll only see it once!
Once they have the app password, run:
bsky login --handle THEIR_HANDLE.bsky.social --password THEIR_APP_PASSWORD
Example:
bsky login --handle alice.bsky.social --password abcd-1234-efgh-5678
Security: Password is used once to get a session token, then immediately discarded. Never stored on disk. Session auto-refreshes.
| Action | Command | |--------|---------| | View timeline | bsky timeline or bsky tl | | Post | bsky post "text" | | Post with image | bsky post "text" --image photo.jpg --alt "description" | | Reply | bsky reply | | Quote-post | bsky quote | | View thread | bsky thread | | Create thread | bsky create-thread "Post 1" "Post 2" "Post 3" or bsky ct | | Like | bsky like | | Repost | bsky repost | | Follow | bsky follow @handle | | Block | bsky block @handle | | Mute | bsky mute @handle | | Search | bsky search "query" | | Notifications | bsky notifications or bsky n | | Delete post | bsky delete |
bsky timeline # 10 posts
bsky timeline -n 20 # 20 posts
bsky timeline --json # JSON output
bsky post "Hello world!" # Basic post
bsky post "Check this!" --image pic.jpg --alt "A photo" # With image
bsky post "Test" --dry-run # Preview only
bsky reply <post-url> "Your reply"
bsky quote <post-url> "Your take on this"
bsky thread <post-url> # View conversation
bsky thread <url> --depth 10 # More replies
bsky thread <url> --json # JSON output
bsky create-thread "First post" "Second post" "Third post" # Create a thread
bsky ct "Post 1" "Post 2" "Post 3" # Short alias
bsky create-thread "Hello!" "More thoughts" --dry-run # Preview only
bsky create-thread "Look!" "Nice" --image pic.jpg --alt "A photo" # Image on first post
bsky like <post-url> # ❤️ Like
bsky unlike <post-url> # Remove like
bsky repost <post-url> # 🔁 Repost (aliases: boost, rt)
bsky unrepost <post-url> # Remove repost
bsky follow @someone # Follow user
bsky unfollow @someone # Unfollow user
bsky profile @someone # View profile
bsky profile --json # JSON output
bsky block @someone # 🚫 Block user
bsky unblock @someone # Unblock
bsky mute @someone # 🔇 Mute user
bsky unmute @someone # Unmute
bsky search "query" # Search posts
bsky search "topic" -n 20 # More results
bsky notifications # Recent notifications
bsky n -n 30 # More notifications
bsky delete <post-url> # Delete your post
bsky delete <post-id> # By ID
Add --json to read commands for structured output:
bsky timeline --json
bsky search "topic" --json
bsky notifications --json
bsky profile @someone --json
bsky thread <url> --json
| Error | Fix | |-------|-----| | "Session expired" | Run bsky login again | | "Not logged in" | Run bsky login --handle ... --password ... | | "Post is X chars (max 300)" | Shorten text | | "Image too large" | Use image under 1MB |
parameters accept either https://bsky.app/... URLs or at:// URIs.bsky.social if no domain specified--alt for accessibility (Bluesky requirement)安装 蓝天 后,可以对 AI 说这些话来触发它
Help me get started with Bluesky
Explains what Bluesky does, walks through the setup, and runs a quick demo based on your current project
Use Bluesky to complete Bluesky CLI: post, reply, like, repost, follow, block, mut...
Invokes Bluesky with the right parameters and returns the result directly in the conversation
What can I do with Bluesky in my marketing & growth workflow?
Lists the top use cases for Bluesky, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/bluesky/ 目录(个人级,所有项目可用),或 .claude/skills/bluesky/(项目级)。重启 AI 客户端后,用 /bluesky 主动调用,或让 AI 根据上下文自动发现并使用。
蓝天 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
蓝天 可免费安装使用。请查阅仓库了解许可证信息。
完整的 Bluesky CLI:发帖、回复、点赞、转发、关注、屏蔽、静音、搜索、话题、图片。从终端参与 Bluesky 所需的一切。
蓝天 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Bluesky
Identifies repetitive steps in your workflow and sets up Bluesky to handle them automatically