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

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated