bird

Fetch tweets, search queries, and mentions via a command-line interface.

1|1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Rlier/clawdbot --skill bird-rlier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bird
Source: https://github.com/Rlier/clawdbot/tree/main/skills/bird
Command: npx skills add https://github.com/Rlier/clawdbot --skill bird-rlier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a command-line interface for interacting with X/Twitter, enabling users to read, search, and manage their notifications efficiently, while also offering a browser-based method for posting to avoid automated detection.

Core Features & Use Cases

  • Read Tweets: Fetch specific tweets or threads using their URLs or IDs.
  • Search Tweets: Query X/Twitter for relevant posts.
  • View Mentions: Check notifications for your account.
  • Post Tweets (via Browser): Safely compose and post tweets by simulating browser interactions to bypass rate limiting and detection.

Quick Start

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

Frequently Asked Questions about bird

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

FAQPage Schema
How do I read and fetch specific X/Twitter threads via command line?

You can read and fetch specific X/Twitter threads via command line by providing the tweet URL or ID to the CLI, which retrieves the full content and thread structure for terminal viewing.

Can I post tweets from the command line without triggering automated detection?

You can post tweets without triggering automated detection by using the browser-based method, which simulates web interactions and handles React-based input fields to bypass rate limiting.

What is the best way to search X/Twitter content from a terminal environment?

The best way to search X/Twitter content from a terminal is using this CLI tool, which accepts search queries directly and returns relevant posts without requiring the web interface.

Does this CLI tool support viewing account mentions and notifications?

Yes, this CLI tool supports viewing account mentions and notifications, allowing you to check all recent interactions directly from the command line interface.

Why use a browser-based workaround for posting tweets instead of direct API calls?

A browser-based workaround for posting tweets is used instead of direct API calls to avoid automated detection and prevent rate limiting issues associated with automated posting.

Are there limitations when interacting with React-based input fields on the Twitter web interface?

React-based input fields on the Twitter web interface can resist automated text entry, but this tool includes a specific workaround to successfully simulate browser interactions for posting.