birdlisted
Install: claude install-skill brettdavies/bird-skill
# bird
`bird` is a Rust CLI that wraps the X (Twitter) v2 API with capabilities `xurl` does not have: a SQLite **entity store**
with per-endpoint TTL, **watchlist** monitoring, **thread reconstruction**, **API usage** with local cost ledger,
**structured error envelopes** with split exit codes (`0` / `1` / `2` / `77` / `78`), **JSON Schema** documents for
every output shape, **search ergonomics** (`--sort likes --min-likes --pages`), and `bird doctor` self-diagnostics
covering xurl status, auth state, command availability, and store health.
bird does **not** implement HTTP or OAuth itself. Every API call shells out to `xr` (xurl-rs) or `xurl` (Go fallback) at
runtime. Discovery order: `BIRD_XURL_PATH` env → `xr` on `$PATH` → `xurl` on `$PATH`. Minimum xurl version: 1.0.3.
## Sibling skills — install if you don't have them
Two companion skills cover ground this skill deliberately does NOT duplicate. Reach for them when the task crosses their
line.
| Skill | Owns | Install |
| --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------