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.
web_fetch is noisy or blocked (auth-required/public X/X-protected pages).browser navigate (or ensure the page is already open).browser act with kind="evaluate" and pass the contents of skills/browser-read-x/extract.js as fn.
titlecontent (plain markdown-ish text with reduced X UI noise)excerptbylinesiteNamelengthurl{
"action": "act",
"kind": "evaluate",
"targetId": "...",
"fn": "(() => { ... })()"
}
browser act.to generic article/main selection if that fails.
(best-effort cleanup + markdownish text conversion).
共 1 个版本