Files
clawdbot/skills/bird/SKILL.md
2025-12-20 13:00:03 +01:00

860 B

name, description, metadata
name description metadata
bird X/Twitter CLI for reading, searching, and posting via cookies or Sweetistics.
clawdis
requires install
bins
bird
id kind command bins label
pnpm-build shell if [ ! -d ~/Projects/bird ]; then git clone https://github.com/steipete/bird.git ~/Projects/bird; fi && cd ~/Projects/bird && pnpm install && pnpm run binary
bird
Clone + build bird (pnpm)

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