bird

Read, search, post, and engage on Twitter via a cookie-authenticated CLI.

109|11|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/TermiX-official/cryptoclaw --skill bird-termix-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bird
Source: https://github.com/TermiX-official/cryptoclaw/tree/main/skills/bird
Command: npx skills add https://github.com/TermiX-official/cryptoclaw --skill bird-termix-official

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a fast, cookie-authenticated CLI for Twitter, enabling users to read, search, post, and engage without a browser or UI.

Core Features & Use Cases

  • Read timelines, threads, and user tweets directly from the command line.
  • Search and fetch tweets by keywords, handles, or topics.
  • Post tweets, replies, and engagements using stored cookies for authentication.
  • Lightweight, scriptable automation for social media workflows.

Quick Start

Install globally with npm: npm install -g @steipete/bird Run basic checks: bird whoami Authenticate using cookie-based options and configure cookie sources as needed. Sample command: bird read https://twitter.com/owner/status/12345

Frequently Asked Questions about bird

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read and search Twitter from the command line?

Read and search Twitter from the command line by using a CLI tool that fetches timelines, user tweets, and threads via GraphQL. It enables scriptable, browser-less access to read and search tweets directly in your terminal.

How does cookie authentication work for Twitter CLI tools?

Cookie authentication for Twitter CLI tools requires configuring valid session cookies to validate your account. The tool manages these cookies to authenticate your requests, allowing you to post, read, and engage without standard browser-based OAuth login.

What do I need to automate posting tweets via a CLI?

To automate posting tweets via a CLI, you need a Node.js environment and a global installation of the package. You must also configure cookie-based authentication to securely send posts, replies, and engagements from the command line.

Can I fetch Twitter timelines and threads without opening a browser?

Yes, you can fetch Twitter timelines and threads without a browser by executing CLI commands. This lightweight approach provides scriptable automation for social media workflows, retrieving user tweets and mentions directly to your terminal.

Are there limitations to using a cookie-authenticated Twitter CLI?

A limitation of using a cookie-authenticated Twitter CLI is the dependency on valid session cookies, which expire and require manual refreshing. Additionally, it requires a Node.js environment, making it unsuitable for environments lacking Node support.