home / skills / z980944038-dev / openclawwdl / bird-1.0.0
This skill lets you read, search, and post on X using cookies or Sweetistics, simplifying management of tweets and threads.
npx playbooks add skill z980944038-dev/openclawwdl --skill bird-1.0.0Review the files below or copy the command above to add this skill to your agents.
---
name: bird
description: X/Twitter CLI for reading, searching, and posting via cookies or Sweetistics.
homepage: https://bird.fast
metadata: {"clawdbot":{"emoji":"🐦","requires":{"bins":["bird"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/bird","bins":["bird"],"label":"Install bird (brew)"}]}}
---
# bird
Use `bird` to read/search X and post tweets/replies.
Quick start
- `bird whoami`
- `bird read <url-or-id>`
- `bird thread <url-or-id>`
- `bird search "query" -n 5`
Posting (confirm with user first)
- `bird tweet "text"`
- `bird reply <id-or-url> "text"`
Auth sources
- Browser cookies (default: Firefox/Chrome)
- Sweetistics API: set `SWEETISTICS_API_KEY` or use `--engine sweetistics`
- Check sources: `bird check`
This skill is a command-line interface for reading, searching, and posting on X (Twitter) using either browser cookies or the Sweetistics API. It provides fast, scriptable commands for viewing timelines, reading threads, searching posts, and composing tweets or replies. The tool is lightweight, works from the terminal, and supports common auth flows for personal accounts.
The CLI inspects provided X URLs or IDs to fetch full tweet content, threads, and conversation context. It can search X with a simple query string and return a limited number of results. For posting, it uses browser session cookies by default or the Sweetistics API when configured, and prompts for confirmation before sending tweets or replies.
How does authentication work?
By default bird reads browser cookies from Chrome/Firefox to act as your logged-in session. Alternatively set SWEETISTICS_API_KEY or pass --engine sweetistics to use the Sweetistics API.
Will bird post without asking?
No. Posting commands prompt for confirmation before sending a tweet or reply to prevent accidental posts.
Can I use bird in scripts or CI?
Yes. Use Sweetistics API keys for non-interactive environments and limit outputs for predictable scripting.