# Send frigatebird 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "frigatebird",
    "name": "frigatebird",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Oceanswave/frigatebird",
    "canonicalUrl": "https://clawhub.ai/Oceanswave/frigatebird",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/frigatebird",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=frigatebird",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "frigatebird",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T01:09:34.655Z",
      "expiresAt": "2026-05-19T01:09:34.655Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=frigatebird",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=frigatebird",
        "contentDisposition": "attachment; filename=\"frigatebird-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "frigatebird"
      },
      "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/frigatebird"
    },
    "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/frigatebird",
    "downloadUrl": "https://openagent3.xyz/downloads/frigatebird",
    "agentUrl": "https://openagent3.xyz/skills/frigatebird/agent",
    "manifestUrl": "https://openagent3.xyz/skills/frigatebird/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/frigatebird/agent.md"
  }
}
```
## Documentation

### Frigatebird Skill

Frigatebird is a Playwright-first CLI and npm package (frigatebird) that preserves bird command ergonomics while running against X via browser session cookies.

### Use This Skill When

The user asks for bird-style CLI workflows on X.
The user needs posting/reply/article actions from CLI.
The user needs list automation (add, remove, batch, lists).
The user needs API-key-free browser-cookie operation.

### Package and Install

npm package: frigatebird
Global install: npm install -g frigatebird
Local use: npx frigatebird <command>

### Core Workflow

Validate auth/session:

frigatebird check
frigatebird whoami


Read flows (use JSON when scripting):

frigatebird read <tweet-id-or-url> --json
frigatebird search "<query>" --json
frigatebird home --json


Mutation flows:

frigatebird tweet "<text>"
frigatebird reply <tweet-id-or-url> "<text>"
frigatebird article "<title>" "<body>"


List automation:

frigatebird add "<List Name>" @handle1 @handle2
frigatebird remove @handle "<List Name>"
frigatebird batch accounts.json


For larger reads, use paging controls:

--all, --max-pages, --cursor, -n

### Feature Coverage

Posting/mutations: tweet, post, reply, article, like, retweet, follow, unfollow, unbookmark
Read/timelines: read, replies, thread, search, mentions, user-tweets, home, bookmarks, likes, list-timeline, news, about
Identity/health: check, whoami, query-ids, help
List automation: add, remove, batch, lists, list, refresh

### Options That Matter Most

Auth/cookies: --auth-token, --ct0, --cookie-source, --chrome-profile, --firefox-profile
Determinism/testing: --base-url, --plain, --no-color
Pagination: -n, --all, --max-pages, --cursor, --delay
Output: --json, --json-full
Media posting: --media, --alt

### Live E2E Notes

Standard live mutation e2e does not run premium-feature checks by default.
Premium-feature e2e opt-in:

npm run test:e2e:live -- --list-name <name> --enable-premium-features-e2e --article-cookie-source chrome --article-expected-handle-prefix <prefix>

### Caveats

This tool depends on X web UI selectors; selector drift can break flows.
query-ids is retained for command compatibility and does not drive Playwright execution.
Some GraphQL-specific behavior from original bird is represented as compatibility flags in Playwright mode.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Oceanswave
- Version: 1.0.0
## 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-12T01:09:34.655Z
- Expires at: 2026-05-19T01:09:34.655Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/frigatebird)
- [Send to Agent page](https://openagent3.xyz/skills/frigatebird/agent)
- [JSON manifest](https://openagent3.xyz/skills/frigatebird/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/frigatebird/agent.md)
- [Download page](https://openagent3.xyz/downloads/frigatebird)