skills/integrations/bird/SKILL.md
X/Twitter CLI for reading, searching, timelines, bookmarks, and posting via cookie auth.
npx skillsauth add helix4u/hermes-agent birdInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fast X/Twitter CLI using GraphQL plus cookie-based auth.
Authentication
bird home --following -n 15 --plain --no-emoji --no-color --cookie-source firefoxbird check to inspect active credential sources.Common commands
bird whoamibird checkbird homebird home --followingbird user-tweets @handle -n 20bird mentionsbird read <url-or-id>bird thread <url-or-id>bird replies <url-or-id>bird search "query" -n 10bird news -n 10bird bookmarks -n 10bird likes -n 10Posting (use carefully)
bird tweet "hello world"bird reply <url-or-id> "text"bird tweet "caption" --media image.png --alt "description"Notes
--plain or --json.bird query-ids --fresh.development
Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.
development
Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with test-first approach.
development
Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause investigation — NO fixes without understanding the problem first.
development
Use when executing implementation plans with independent tasks. Dispatches fresh delegate_task per task with two-stage review (spec compliance then code quality).