/install browser-read-x
browser-read-x
Site-specific extractor for X/Twitter. It is tuned to return the central post/article content while filtering UI chrome such as sidebars, trends, login/signup prompts, reaction metrics, and article footer/promotional blocks.
Use case
web_fetchis noisy or blocked (auth-required/public X/X-protected pages).- You need tweet/article text from an already-open X page in browser.
- You specifically want the main status/article body, not sidebar or CTAs.
How to use
- Navigate to the URL with
browser navigate(or ensure the page is already open). - Run
browser actwithkind="evaluate"and pass the contents ofskills/browser-read-x/extract.jsasfn. - The script returns:
titlecontent(plain markdown-ish text with reduced X UI noise)excerptbylinesiteNamelengthurl
Example
{
"action": "act",
"kind": "evaluate",
"targetId": "...",
"fn": "(() => { ... })()"
}
Notes
- Self-contained and safe to pass directly as JS to
browser act. - The script prefers the specific status/article node on X and falls back to generic article/main selection if that fails.
- For non-X pages it still behaves similarly to the generic extractor (best-effort cleanup + markdownish text conversion).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install browser-read-x - After installation, invoke the skill by name or use
/browser-read-x - Provide required inputs per the skill's parameter spec and get structured output
What is browser-read-x?
Extract the main X/Twitter post or article content from a page that is already open in the browser (using browser act evaluate). It is an AI Agent Skill for Claude Code / OpenClaw, with 233 downloads so far.
How do I install browser-read-x?
Run "/install browser-read-x" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is browser-read-x free?
Yes, browser-read-x is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does browser-read-x support?
browser-read-x is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created browser-read-x?
It is built and maintained by bill492 (@bill492); the current version is v1.0.0.