| name | bird |
| description | Post, read, search, and reply on X (Twitter) using your browser cookies — no API key required. |
| metadata | {"openclaw":{"emoji":"🐦","requires":{"bins":["bird"]},"os":["darwin"],"install":[{"kind":"node","package":"@steipete/bird","bins":["bird"],"label":"Install bird via npm"}]}} |
bird
Use bird to interact with X (Twitter) via your existing browser session.
Auth setup
Bird reads cookies from your browser automatically (Firefox or Chrome).
Run bird check to verify authentication sources are working.
For headless use, set SWEETISTICS_API_KEY or pass --engine sweetistics.
Reading
bird whoami
bird read <url-or-tweet-id>
bird thread <url-or-tweet-id>
bird timeline -n 20
bird mentions -n 10
bird search "query" -n 5
Posting (always confirm with user first)
bird tweet "text"
bird reply <id-or-url> "text"
Rules
- Always confirm with the user before posting, replying, or any write action
- Never post on behalf of the user without explicit confirmation in the conversation
- Use
bird check first if auth errors occur