{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/frigatebird",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=frigatebird",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/frigatebird",
    "agentPageUrl": "https://openagent3.xyz/skills/frigatebird/agent",
    "manifestUrl": "https://openagent3.xyz/skills/frigatebird/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/frigatebird/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Frigatebird Skill",
        "body": "Frigatebird is a Playwright-first CLI and npm package (frigatebird) that preserves bird command ergonomics while running against X via browser session cookies."
      },
      {
        "title": "Use This Skill When",
        "body": "The user asks for bird-style CLI workflows on X.\nThe user needs posting/reply/article actions from CLI.\nThe user needs list automation (add, remove, batch, lists).\nThe user needs API-key-free browser-cookie operation."
      },
      {
        "title": "Package and Install",
        "body": "npm package: frigatebird\nGlobal install: npm install -g frigatebird\nLocal use: npx frigatebird <command>"
      },
      {
        "title": "Core Workflow",
        "body": "Validate auth/session:\n\nfrigatebird check\nfrigatebird whoami\n\n\nRead flows (use JSON when scripting):\n\nfrigatebird read <tweet-id-or-url> --json\nfrigatebird search \"<query>\" --json\nfrigatebird home --json\n\n\nMutation flows:\n\nfrigatebird tweet \"<text>\"\nfrigatebird reply <tweet-id-or-url> \"<text>\"\nfrigatebird article \"<title>\" \"<body>\"\n\n\nList automation:\n\nfrigatebird add \"<List Name>\" @handle1 @handle2\nfrigatebird remove @handle \"<List Name>\"\nfrigatebird batch accounts.json\n\n\nFor larger reads, use paging controls:\n\n--all, --max-pages, --cursor, -n"
      },
      {
        "title": "Feature Coverage",
        "body": "Posting/mutations: tweet, post, reply, article, like, retweet, follow, unfollow, unbookmark\nRead/timelines: read, replies, thread, search, mentions, user-tweets, home, bookmarks, likes, list-timeline, news, about\nIdentity/health: check, whoami, query-ids, help\nList automation: add, remove, batch, lists, list, refresh"
      },
      {
        "title": "Options That Matter Most",
        "body": "Auth/cookies: --auth-token, --ct0, --cookie-source, --chrome-profile, --firefox-profile\nDeterminism/testing: --base-url, --plain, --no-color\nPagination: -n, --all, --max-pages, --cursor, --delay\nOutput: --json, --json-full\nMedia posting: --media, --alt"
      },
      {
        "title": "Live E2E Notes",
        "body": "Standard live mutation e2e does not run premium-feature checks by default.\nPremium-feature e2e opt-in:\n\nnpm run test:e2e:live -- --list-name <name> --enable-premium-features-e2e --article-cookie-source chrome --article-expected-handle-prefix <prefix>"
      },
      {
        "title": "Caveats",
        "body": "This tool depends on X web UI selectors; selector drift can break flows.\nquery-ids is retained for command compatibility and does not drive Playwright execution.\nSome GraphQL-specific behavior from original bird is represented as compatibility flags in Playwright mode."
      }
    ],
    "body": "Frigatebird Skill\n\nFrigatebird is a Playwright-first CLI and npm package (frigatebird) that preserves bird command ergonomics while running against X via browser session cookies.\n\nUse This Skill When\nThe user asks for bird-style CLI workflows on X.\nThe user needs posting/reply/article actions from CLI.\nThe user needs list automation (add, remove, batch, lists).\nThe user needs API-key-free browser-cookie operation.\nPackage and Install\nnpm package: frigatebird\nGlobal install: npm install -g frigatebird\nLocal use: npx frigatebird <command>\nCore Workflow\nValidate auth/session:\nfrigatebird check\nfrigatebird whoami\nRead flows (use JSON when scripting):\nfrigatebird read <tweet-id-or-url> --json\nfrigatebird search \"<query>\" --json\nfrigatebird home --json\nMutation flows:\nfrigatebird tweet \"<text>\"\nfrigatebird reply <tweet-id-or-url> \"<text>\"\nfrigatebird article \"<title>\" \"<body>\"\nList automation:\nfrigatebird add \"<List Name>\" @handle1 @handle2\nfrigatebird remove @handle \"<List Name>\"\nfrigatebird batch accounts.json\nFor larger reads, use paging controls:\n--all, --max-pages, --cursor, -n\nFeature Coverage\nPosting/mutations: tweet, post, reply, article, like, retweet, follow, unfollow, unbookmark\nRead/timelines: read, replies, thread, search, mentions, user-tweets, home, bookmarks, likes, list-timeline, news, about\nIdentity/health: check, whoami, query-ids, help\nList automation: add, remove, batch, lists, list, refresh\nOptions That Matter Most\nAuth/cookies: --auth-token, --ct0, --cookie-source, --chrome-profile, --firefox-profile\nDeterminism/testing: --base-url, --plain, --no-color\nPagination: -n, --all, --max-pages, --cursor, --delay\nOutput: --json, --json-full\nMedia posting: --media, --alt\nLive E2E Notes\nStandard live mutation e2e does not run premium-feature checks by default.\nPremium-feature e2e opt-in:\nnpm run test:e2e:live -- --list-name <name> --enable-premium-features-e2e --article-cookie-source chrome --article-expected-handle-prefix <prefix>\nCaveats\nThis tool depends on X web UI selectors; selector drift can break flows.\nquery-ids is retained for command compatibility and does not drive Playwright execution.\nSome GraphQL-specific behavior from original bird is represented as compatibility flags in Playwright mode."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Oceanswave/frigatebird",
    "publisherUrl": "https://clawhub.ai/Oceanswave/frigatebird",
    "owner": "Oceanswave",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}