twitter

Search, read, and extract Twitter/X data via the bird CLI with JSON outputs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gupsammy/Claude-setup --skill twitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter
Source: https://github.com/gupsammy/Claude-setup/tree/main/skills/twitter
Command: npx skills add https://github.com/gupsammy/Claude-setup --skill twitter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Programmers and researchers want quick, repeatable access to Twitter/X data for discovery, monitoring, and analysis without manual web interactions.

Core Features & Use Cases

  • Reading & Threads: Retrieve single tweets, threads, and replies for analysis.
  • Search & Discovery: Run topic-based searches and user-specific queries with JSON outputs.
  • Bookmarks, Lists & Social Graph: Access bookmarks, likes, lists, and followers/following data for building social graphs.
  • Extraction Workflows: Export results to JSON and synthesize insights for reporting.

Quick Start

Use the twitter skill to search for a topic and fetch results in JSON: bird search "topic" -n 10 --json

Frequently Asked Questions about twitter

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

FAQPage Schema
How do I extract Twitter data into JSON for research analysis?

Yes, you can build a social graph by accessing followers, following, bookmarks, likes, and lists data through the bird CLI, retrieving the results as JSON for network analysis.

How do I automate Twitter search and batch processing without manual web interactions?

You can automate Twitter search and batch processing by running programmatic queries with the bird CLI, fetching multiple results and exporting them to JSON without manual web browsing.

Can I retrieve and read Twitter threads programmatically for content analysis?

Yes, you can retrieve single tweets, threads, and replies programmatically using the bird CLI, outputting the extracted content as JSON for synthesis and analysis.

Do I need the bird CLI to authenticate and access Twitter data for extraction?

Yes, the bird CLI is required for authentication and acts as the underlying engine for executing Twitter searches, reading tweets, and exporting social graph data to JSON.

What is the best way to export Twitter bookmarks and lists for reporting?

The best way to export Twitter bookmarks and lists is by using the bird CLI to access this data directly and saving the results to JSON files for synthesis and reporting workflows.