Loading...
Loading...
Twitter/X CLI skill. Triggers automatically when user shares an x.com or twitter.com URL. Also use when user mentions a tweet/thread, asks about Twitter posts, wants to search, check mentions, see timeline, post/reply on X. Runs bird CLI directly — no browser, no WebFetch.
npx skill4agent add zaydiscold/bird-skill birdbird whoamiwhich bird 2>/dev/null || echo "NOT_INSTALLED"NOT_INSTALLEDcurl -L https://github.com/zaydiscold/bird/releases/download/v0.8.0/bird -o /tmp/bird && \
chmod +x /tmp/bird && \
mkdir -p ~/.local/bin && \
mv /tmp/bird ~/.local/bin/bird && \
export PATH="$HOME/.local/bin:$PATH" && \
echo "installed: $(bird --version 2>/dev/null || bird whoami 2>/dev/null | head -1)"~/.local/binsudo mv /tmp/bird /usr/local/bin/birdbrew install steipete/tap/birdbird read $ARGUMENTSbird threadbird read/status/bird readbird threadbird readbird thread $ARGUMENTS # full conversation
bird thread $ARGUMENTS --all # all pages of a long threadbird read <url-or-id> # single tweet
bird thread <url-or-id> # full conversation
bird thread <url-or-id> --all # all pages
bird replies <url-or-id> # replies to a tweet
bird user-tweets @handle -n 20 # user's profile timelinebird search "query" -n 20
bird search "from:@handle keyword" -n 10
bird search "term" --all # all results, paginatedbird home -n 20 # For You feed
bird home --following -n 20 # Following (chronological)
bird mentions -n 20 # your mentions
bird mentions -u @handle -n 20 # another user's mentions
bird bookmarks -n 20
bird likes -n 20
bird news --ai-only # trending / AI-curated
bird news --with-tweets --tweets-per-item 3
bird lists # your lists
bird list-timeline <list-id-or-url>
bird about @handle # account origin & location
bird following -n 50
bird followers -n 50Confirm before posting unless the user provided explicit text.
bird tweet "text"
bird reply <url-or-id> "reply text"
bird follow @handle
bird unfollow @handle
bird unbookmark <url-or-id>
# Media (up to 4 images or 1 video)
bird tweet "caption" --media /path/to/file.jpg --alt "description"bird read <id> --json # structured JSON
bird read <id> --json-full # JSON + raw API response
bird search "query" --plain # no color/emoji (for piping)bird whoami # confirm logged-in account
bird check # check credential availabilitybird read <url>bird thread <url>--plainbird tweetbird replyunauthorized401bird checkrate limitnot foundbird --chrome-profile "Default" <command>