bird

Interact with X (Twitter) via command line using GraphQL and cookie authentication.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/Deskaunedsei1983/loc_clawdbot_01 --skill bird-deskaunedsei1983
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bird
Source: https://github.com/Deskaunedsei1983/loc_clawdbot_01/tree/main/skills/bird
Command: npx skills add https://github.com/Deskaunedsei1983/loc_clawdbot_01 --skill bird-deskaunedsei1983

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a command-line interface to interact with X (formerly Twitter), enabling users to read, search, post, and engage with content without needing to open a web browser.

Core Features & Use Cases

  • Read & Search: Quickly access tweets, threads, and search for specific content.
  • Engagement: Follow/unfollow users, like, and bookmark tweets.
  • Posting: Compose and send new tweets or replies directly from the terminal.
  • Use Case: A social media manager can quickly check mentions, respond to important tweets, and schedule new posts all from their command line.

Quick Start

Use the bird skill to read the tweet at the URL https://twitter.com/example/status/1234567890.

Frequently Asked Questions about bird

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

FAQPage Schema
How do I post a tweet from the command line?

This CLI enables posting tweets and replies from the terminal by sending GraphQL requests with cookie-based authentication, bypassing the need to open a web browser.

Can I manage X engagement like following and liking via a CLI?

Yes, the CLI supports engagement actions like following, unfollowing, liking, and bookmarking tweets by executing GraphQL mutations via terminal commands.

How does cookie-based authentication work for X command line tools?

Cookie-based authentication authorizes CLI GraphQL API requests by extracting browser cookies or using direct token inputs to validate terminal sessions.

What is the best way to search X content without a web browser?

Using a CLI that queries GraphQL endpoints allows you to search X content, read tweets, and manage timelines directly from the terminal without a browser interface.

Do I need browser cookie extraction to read tweets from the terminal?

Yes, extracting browser cookies or providing direct cookie tokens is required to authenticate your session and read tweets from the terminal via the X GraphQL API.