# Send Clawbsky to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawbsky",
    "name": "Clawbsky",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jyothish12345/clawbsky",
    "canonicalUrl": "https://clawhub.ai/jyothish12345/clawbsky",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawbsky",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawbsky",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "TEST_PLAN.md",
      "package.json",
      "SKILL.md",
      "tsconfig.json",
      "scripts/agent.ts"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawbsky",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T16:05:44.095Z",
      "expiresAt": "2026-05-08T16:05:44.095Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawbsky",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawbsky",
        "contentDisposition": "attachment; filename=\"clawbsky-1.1.4.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawbsky"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawbsky"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawbsky",
    "downloadUrl": "https://openagent3.xyz/downloads/clawbsky",
    "agentUrl": "https://openagent3.xyz/skills/clawbsky/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawbsky/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawbsky/agent.md"
  }
}
```
## Documentation

### 🦞 clawbsky

A full-featured, professional Bluesky CLI designed for power users and automation.

### ✨ Key Features

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.

### 🚀 Setup

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

### Growth & Maintenance

clawbsky unfollow-non-mutuals -n 50 # Unfollow top 50 non-mutuals
clawbsky follow-all "Query" -n 20   # Auto-follow users matching a topic

### Posting & Threads

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

### Reading

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

### Engagement & Moderation

clawbsky like/repost <uri>       # Engage with content
clawbsky block/mute <handle>     # Manage your boundaries
clawbsky notifications           # Check recent interactions

### Global Options

--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.

### 🛡 Safety & Ethics

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.

### Automatic Logic

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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jyothish12345
- Version: 1.1.4
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T16:05:44.095Z
- Expires at: 2026-05-08T16:05:44.095Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawbsky)
- [Send to Agent page](https://openagent3.xyz/skills/clawbsky/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawbsky/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawbsky/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawbsky)