Openclaw-master-skills bird

X/Twitter CLI for reading, searching, and posting via cookies or Sweetistics.

install
source · Clone the upstream repo
git clone https://github.com/LeoYeAI/openclaw-master-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/LeoYeAI/openclaw-master-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/bird" ~/.claude/skills/leoyeai-openclaw-master-skills-bird && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/LeoYeAI/openclaw-master-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/bird" ~/.openclaw/skills/leoyeai-openclaw-master-skills-bird && rm -rf "$T"
manifest: skills/bird/SKILL.md
source content

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