frigatebird
by @oceanswave
Use the frigatebird npm package to interact with X from the CLI with bird-style command parity, posting/reply/article support, and list automation without X API keys.
clawhub install frigatebirdπ About This Skill
name: frigatebird description: Use the frigatebird npm package to interact with X from the CLI with bird-style command parity, posting/reply/article support, and list automation without X API keys. argument-hint: 'whoami, read https://x.com/user/status/123, tweet "hello", article "Launch notes" "We shipped", add "AI News" @openai @anthropicai'
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
bird-style CLI workflows on X.add, remove, batch, lists).Package and Install
frigatebirdnpm install -g frigatebirdnpx frigatebird Core Workflow
1. Validate auth/session:
- frigatebird check
- frigatebird whoami
2. Read flows (use JSON when scripting):
- frigatebird read
- frigatebird search "
- frigatebird home --json
3. Mutation flows:
- frigatebird tweet "
- frigatebird reply
- frigatebird article "
4. List automation:
- frigatebird add "
- " @handle1 @handle2
frigatebird remove @handle "
- "
frigatebird batch accounts.json
5. For larger reads, use paging controls:
- --all, --max-pages, --cursor, -n
Feature Coverage
tweet, post, reply, article, like, retweet, follow, unfollow, unbookmarkread, replies, thread, search, mentions, user-tweets, home, bookmarks, likes, list-timeline, news, aboutcheck, whoami, query-ids, helpadd, remove, batch, lists, list, refreshOptions That Matter Most
--auth-token, --ct0, --cookie-source, --chrome-profile, --firefox-profile--base-url, --plain, --no-color-n, --all, --max-pages, --cursor, --delay--json, --json-full--media, --altLive E2E Notes
npm run test:e2e:live -- --list-name --enable-premium-features-e2e --article-cookie-source chrome --article-expected-handle-prefix Caveats
query-ids is retained for command compatibility and does not drive Playwright execution.bird is represented as compatibility flags in Playwright mode.