AIBestSkill
Browser automation · OpenClaw, Claude Code Skill

x-tweet-fetcher adoption decision

Navigate pages, inspect web state, fill forms, or fetch browser-visible evidence for an agent workflow. Fetch tweets, replies, and user timelines from X/Twitter without login or API keys. Also supports Chinese platforms (Weibo, Bilibili, CSDN, WeChat). Includes camofox_sea...

Job to solvebrowser-backed agent work

Navigate pages, inspect web state, fill forms, or fetch browser-visible evidence for an agent workflow.

Who should use itBuilders who need an agent to work against real browser pages instead of static files only.

Use this as a fit check before reading install commands.

Works withOpenClaw / Claude Code

Platform fit comes after the use case, not before it.

Adoption pathNeeds adoption review

No trusted setup command was extracted yet. Open the source evidence before adopting it.

Trust signalREADME + SKILL.md

1 SKILL.md + README evidence, 798 stars, and 25d ago repo freshness at last scan.

Overview

What job does it solve?Browser automation

Navigate pages, inspect web state, fill forms, or fetch browser-visible evidence for an agent workflow.

Who should use it?Builders who need an agent to work against real browser pages instead of static files only.

browser-backed agent work for OpenClaw users.

Works withOpenClaw / Claude Code

Check platform compatibility after confirming the use case fits your workflow.

How can I adopt it?Needs adoption review

No trusted setup command was extracted yet. Open the source evidence before adopting it.

Can I trust it?README + SKILL.md

1 SKILL.md + README evidence, 798 stars, and 25d ago repo freshness at last scan.

What to compare?5 related skills

Use the comparison list below to avoid adopting the first matching repo blindly.

Quick read

Fetch tweets, replies, and user timelines from X/Twitter without login or API keys. Also supports Chinese platforms (Weibo, Bilibili, CSDN, WeChat). Includes camofoxsearch() for zero-cost Google search without API keys. Basic tweet fetching: zero dependencies.

🦞 Fetch tweets and replies from X/Twitter without login or API keys. OpenClaw skill.

Why we list it
  • Public because this is a source-backed skill-like repo with enough current evidence to qualify for the shortlist.
  • Current GitHub metadata is available for ythx-101/x-tweet-fetcher.
  • 1 SKILL.md file(s) were found in the recursive tree scan.
  • README content is available as part of the public evidence set.

Adoption path for x-tweet-fetcher

Needs adoption review: no trusted setup path was extracted yet.

Source evidence

Source excerpts used for this adoption decision. Low-confidence cases link back to GitHub instead of forcing a misleading quote.

README excerpt

README.md

😤 Problem

You: fetch that tweet / list / article for me
AI:  I can't access X/Twitter. Please copy-paste the content manually.

You: ...seriously?

X has no free API. Scraping gets you blocked. Browser automation is fragile and won't work in headless environments.

x-tweet-fetcher solves this with smart backend routing: Nitter for zero-dependency speed, Playwright for full-feature coverage, auto fallback between them.

Browser only — full features (lists, articles)

python3 scripts/fetch_tweet.py --list 1455045069516357634 --backend browser


| Backend | Deps | Speed | Features |
|---------|------|-------|----------|
| **nitter** | None (stdlib only) | ⚡ Fast | Timeline, search, replies, profile, mentions |
| **browser** | Playwright/Chromium | 🐢 Slower | Everything above + **Lists** + **Articles** + **fetch_china** |
| **auto** (default) | Best available | ⚡→🐢 | Tries nitter first, falls back to browser |

> **OpenClaw users**: Playwright + Chromium are built-in. `--backend auto` just works — no extra install needed.

## 📊 Capabilities

| Feature | Backend | Output |
|---------|---------|--------|
| Single tweet | FxTwitter (always) | text, stats, media, quotes |
| Reply comments | nitter / browser | threaded comment list |
| User timeline | nitter / browser | paginated tweet list |
| @mentions monitor | nitter / browser | incremental new mentions |
| Keyword search | nitter / browser | real-time tweet stream |
| **X Lists** | **browser only** | list member tweets |
| **X Articles** | **browser only** | full long-form content |
| User profile analysis | nitter + LLM | MBTI, Big Five, topic graph |
| WeChat article search | Sogou (direct HTTP) | title, url, author, date |
| **WeChat/Weibo/Bilibili** | **browser only** | via fetch_china.py |
| Tweet growth tracker | FxTwitter API | growth curves, burst detection |

> **For AI Agents**: All output is structured JSON. Import as Python modules for direct integration. Exit codes are cron-friendly (`0`=nothing new, `1`=new content).

### Single tweet (zero setup)
1. Install dependencies
Show scanned SKILL.md paths (1)
  • SKILL.md