bird — twitter cli oc33ren, community, twitter cli, ide skills, graphql api, cookie authentication, command line interface, twitter automation, npm install bird, graphql twitter

v1.0.0

About this Skill

Perfect for Social Media Agents needing fast Twitter API interactions via GraphQL and cookie-based authentication. bird is a command-line interface tool for interacting with X/Twitter using GraphQL and cookie-based authentication.

Features

Uses GraphQL for querying Twitter data
Supports cookie-based authentication via --auth-token or --ct0
Allows browser cookie usage with --cookie-source
Enables one-shot execution with bunx @steipete/bird
Provides a check command to verify active authentication source
Installs via npm, pnpm, bun, or Homebrew

# Core Topics

ncolex ncolex
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 10/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
10/11
Quality Score
60
Canonical Locale
en
Detected Body Locale
en

Perfect for Social Media Agents needing fast Twitter API interactions via GraphQL and cookie-based authentication. bird is a command-line interface tool for interacting with X/Twitter using GraphQL and cookie-based authentication.

Core Value

Empowers agents to leverage Twitter APIs using GraphQL queries and cookie authentication, supporting various installation options like npm, Homebrew, and one-shot commands, while utilizing protocols like cookie-based auth and features such as --auth-token and --cookie-source.

Ideal Agent Persona

Perfect for Social Media Agents needing fast Twitter API interactions via GraphQL and cookie-based authentication.

Capabilities Granted for bird

Automating Twitter API requests using GraphQL
Authenticating with Twitter APIs via cookie-based authentication
Debugging Twitter API interactions with bird's check feature

! Prerequisites & Limits

  • Requires cookie-based authentication
  • Limited to Twitter APIs
  • Dependent on GraphQL support

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is bird?

Perfect for Social Media Agents needing fast Twitter API interactions via GraphQL and cookie-based authentication. bird is a command-line interface tool for interacting with X/Twitter using GraphQL and cookie-based authentication.

How do I install bird?

Run the command: npx killer-skills add ncolex/oc33ren/bird. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for bird?

Key use cases include: Automating Twitter API requests using GraphQL, Authenticating with Twitter APIs via cookie-based authentication, Debugging Twitter API interactions with bird's check feature.

Which IDEs are compatible with bird?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for bird?

Requires cookie-based authentication. Limited to Twitter APIs. Dependent on GraphQL support.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add ncolex/oc33ren/bird. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use bird immediately in the current project.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

bird

Install bird, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

bird 🐦

Fast X/Twitter CLI using GraphQL + cookie auth.

Install

bash
1# npm/pnpm/bun 2npm install -g @steipete/bird 3 4# Homebrew (macOS, prebuilt binary) 5brew install steipete/tap/bird 6 7# One-shot (no install) 8bunx @steipete/bird whoami

Authentication

bird uses cookie-based auth.

Use --auth-token / --ct0 to pass cookies directly, or --cookie-source for browser cookies.

Run bird check to see which source is active. For Arc/Brave, use --chrome-profile-dir <path>.

Commands

Account & Auth

bash
1bird whoami # Show logged-in account 2bird check # Show credential sources 3bird query-ids --fresh # Refresh GraphQL query ID cache

Reading Tweets

bash
1bird read <url-or-id> # Read a single tweet 2bird <url-or-id> # Shorthand for read 3bird thread <url-or-id> # Full conversation thread 4bird replies <url-or-id> # List replies to a tweet

Timelines

bash
1bird home # Home timeline (For You) 2bird home --following # Following timeline 3bird user-tweets @handle -n 20 # User's profile timeline 4bird mentions # Tweets mentioning you 5bird mentions --user @handle # Mentions of another user
bash
1bird search "query" -n 10 2bird search "from:steipete" --all --max-pages 3
bash
1bird news -n 10 # AI-curated from Explore tabs 2bird news --ai-only # Filter to AI-curated only 3bird news --sports # Sports tab 4bird news --with-tweets # Include related tweets 5bird trending # Alias for news

Lists

bash
1bird lists # Your lists 2bird lists --member-of # Lists you're a member of 3bird list-timeline <id> -n 20 # Tweets from a list

Bookmarks & Likes

bash
1bird bookmarks -n 10 2bird bookmarks --folder-id <id> # Specific folder 3bird bookmarks --include-parent # Include parent tweet 4bird bookmarks --author-chain # Author's self-reply chain 5bird bookmarks --full-chain-only # Full reply chain 6bird unbookmark <url-or-id> 7bird likes -n 10

Social Graph

bash
1bird following -n 20 # Users you follow 2bird followers -n 20 # Users following you 3bird following --user <id> # Another user's following 4bird about @handle # Account origin/location info

Engagement Actions

bash
1bird follow @handle # Follow a user 2bird unfollow @handle # Unfollow a user

Posting

bash
1bird tweet "hello world" 2bird reply <url-or-id> "nice thread!" 3bird tweet "check this out" --media image.png --alt "description"

⚠️ Posting risks: Posting is more likely to be rate limited; if blocked, use the browser tool instead.

Media Uploads

bash
1bird tweet "hi" --media img.png --alt "description" 2bird tweet "pics" --media a.jpg --media b.jpg # Up to 4 images 3bird tweet "video" --media clip.mp4 # Or 1 video

Pagination

Commands supporting pagination: replies, thread, search, bookmarks, likes, list-timeline, following, followers, user-tweets

bash
1bird bookmarks --all # Fetch all pages 2bird bookmarks --max-pages 3 # Limit pages 3bird bookmarks --cursor <cursor> # Resume from cursor 4bird replies <id> --all --delay 1000 # Delay between pages (ms)

Output Options

bash
1--json # JSON output 2--json-full # JSON with raw API response 3--plain # No emoji, no color (script-friendly) 4--no-emoji # Disable emoji 5--no-color # Disable ANSI colors (or set NO_COLOR=1) 6--quote-depth n # Max quoted tweet depth in JSON (default: 1)

Global Options

bash
1--auth-token <token> # Set auth_token cookie 2--ct0 <token> # Set ct0 cookie 3--cookie-source <source> # Cookie source for browser cookies (repeatable) 4--chrome-profile <name> # Chrome profile name 5--chrome-profile-dir <path> # Chrome/Chromium profile dir or cookie DB path 6--firefox-profile <name> # Firefox profile 7--timeout <ms> # Request timeout 8--cookie-timeout <ms> # Cookie extraction timeout

Config File

~/.config/bird/config.json5 (global) or ./.birdrc.json5 (project):

json5
1{ 2 cookieSource: ["chrome"], 3 chromeProfileDir: "/path/to/Arc/Profile", 4 timeoutMs: 20000, 5 quoteDepth: 1, 6}

Environment variables: BIRD_TIMEOUT_MS, BIRD_COOKIE_TIMEOUT_MS, BIRD_QUOTE_DEPTH

Troubleshooting

Query IDs stale (404 errors)

bash
1bird query-ids --fresh
  • Check browser is logged into X
  • Try different --cookie-source
  • For Arc/Brave: use --chrome-profile-dir

TL;DR: Read/search/engage with CLI. Post carefully or use browser. 🐦

Related Skills

Looking for an alternative to bird or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer