What problem does it solve?
This Skill enables users to manage X/Twitter from the command line by reading timelines, posting tweets, and engaging with content via cookie-based authentication.
Core Features & Use Cases
- Read timelines: View your home, mentions, and user timelines from the terminal.
- Post & engage: Create tweets, reply, like, and follow directly from scripts or commands.
- Automation-ready: Integrate with automation workflows to schedule posts or monitor engagement.
Quick Start
Install the bird CLI via Homebrew or npm, configure your cookies, and start using commands like bird whoami, bird read <url> or bird tweet 'hello world'. For example:
- macOS: brew install steipete/tap/bird
- npm: npm install -g @steipete/bird
After installation, set up your authentication with cookies and run bird check to verify sources, then try bird home or bird tweet "hello world".