Browser automation ยท Channel: OpenClaw

x-tweet-fetcher

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

Skillythx-101/x-tweet-fetcherVerify upstream fit
Rank signal53/100

This rank signal uses GitHub stars, measured star growth, and recent maintenance. It is not a safety score or install approval.

SKILL.md proofSKILL.mdOpen the upstream source before installing.
GitHub stars872Adoption baseline, not a quality guarantee.
Adoption momentum+11/wk starsMeasured star growth from the current scan window.
Recent update21 days agoRecent maintenance signal: last pushed May 24, 2026.
Why we list it

Worth reviewing before you install

Treat this as a review case, not an automatic install. Check the SKILL.md path, repo activity, and alternatives before adding it to an agent. No primary install command was extracted, so review the upstream source first.

Approved public shortlistSKILL.md evidenceAlternatives kept nearby
Best for

Browser automation teams. Channel tag: OpenClaw, Claude Code. Treat this as a search fit signal, not compatibility proof. Best when you can review the repo manually before adoption. Start with SKILL.md.

Review before install

Inspect SKILL.md and the install command before adding it to a shared agent workflow. No actionable warning was returned for this snapshot.

Compare alternatives

Compare nearby browser automation skills in the OpenClaw, Claude Code channel when 872 GitHub stars, source freshness, or install notes are close. This one still needs manual install review, so a nearby skill may be easier to adopt.

GitHub872 stars74 forksSkill

How to install x-tweet-fetcher

No install command was extracted. Treat this as a manual review case.

Source evidence preview

We show selected README/SKILL.md excerpts, not a full mirror of the repo. Use the focus cards for install notes, usage, and skill rules, then open GitHub before installing.

Install evidence

Sections found: Single tweet (zero setup), 1. Install dependencies.

Usage evidence

Sections found: Browser only โ€” full features (lists, articles), ๐Ÿ“Š Capabilities, Basic Usage (Zero Dependencies).

Skill rules

Review SKILL.md for trigger rules and constraints.

README.mdSections: ๐Ÿ˜ค Problem, Browser only โ€” full features (lists, articles), ๐Ÿ“Š Capabilities, Single tweet (zero setup)

๐Ÿ˜ค 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

BackendDepsSpeedFeatures
nitterNone (stdlib only)โšก FastTimeline, search, replies, profile, mentions
browserPlaywright/Chromium๐Ÿข SlowerEverything 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

FeatureBackendOutput
Single tweetFxTwitter (always)text, stats, media, quotes
Reply commentsnitter / browserthreaded comment list
User timelinenitter / browserpaginated tweet list
@mentions monitornitter / browserincremental new mentions
Keyword searchnitter / browserreal-time tweet stream
X Listsbrowser onlylist member tweets
X Articlesbrowser onlyfull long-form content
User profile analysisnitter + LLMMBTI, Big Five, topic graph
WeChat article searchSogou (direct HTTP)title, url, author, date
WeChat/Weibo/Bilibilibrowser onlyvia fetch_china.py
Tweet growth trackerFxTwitter APIgrowth 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

Need the full source? Read full README on GitHub