x-reader

Method 1: Bird CLI read (preferred)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "x-reader" with this command: npx skills add colderoshay-agent/x-reader-skill/colderoshay-agent-x-reader-skill-x-reader

X Reader

Method 1: Bird CLI read (preferred)

Directly fetch any tweet, article, or thread by URL or ID:

export PATH="/opt/homebrew/opt/node@22/bin:/opt/homebrew/bin:$PATH" bird read <url-or-tweet-id>

Works for tweets, X Articles, Notes, and threads. No 7-day limit.

For replies to a tweet:

bird replies <url-or-tweet-id>

For searching recent tweets by author:

bird search "from:{handle}"

Method 2: Jina Reader (fallback)

If Bird CLI fails, use Jina Reader. Important: include the timeout header or you may get X's splash page instead of content.

curl -H "X-Timeout: 30" "https://r.jina.ai/https://x.com/user/status/123"

Or via web_fetch (note: can't set custom headers, may work without timeout for cached/popular pages):

web_fetch("https://r.jina.ai/https://x.com/user/status/123")

Output Format

Present as clean markdown:

@{handle} ({display_name}):

{tweet/article text}

{quoted tweet if any} {media URLs if any} 📊 {engagement if available} 📅 {timestamp}

For articles: summarize key points, then include full text if requested.

Limitations

  • Bird CLI: requires auth cookies (auto-extracted from Chrome profile)

  • Jina Reader: free tier ~20 req/min (free API key bumps to 100 RPM), third-party dependency, needs X-Timeout header

  • If both fail, ask user to paste content

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Visual Explainer

Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data. Use when the user asks for a diagram, architectur...

Registry SourceRecently Updated
Coding

MinerU OCR Local & API

Parse complex PDFs and document images with MinerU, using either the hosted MinerU API or the local open-source MinerU runtime. Use when Codex needs MinerU-b...

Registry SourceRecently Updated
Coding

My Browser Agent

Automate browsing with Playwright to visit URLs, capture screenshots, retrieve page titles, and interact with elements (clicking coming soon).

Registry SourceRecently Updated
Coding

ZeroCut AI Video

Use ZeroCut CLI media and document tools. Invoke when user needs generate media, run ffmpeg/pandoc, sync resources, or save outputs.

Registry SourceRecently Updated