← 返回
未分类 中文

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).
从已在浏览器中打开的页面提取主要的X/Twitter帖子或文章内容(使用浏览器act evaluate)
bill492
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 2
Stars
📥 586
下载
💾 3
安装
1
版本
#latest

概述

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_fetch is 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

  1. Navigate to the URL with browser navigate (or ensure the page is already open).
  2. Run browser act with kind="evaluate" and pass the contents of

skills/browser-read-x/extract.js as fn.

  1. The script returns:
    • title
    • content (plain markdown-ish text with reduced X UI noise)
    • excerpt
    • byline
    • siteName
    • length
    • url

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).

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 10:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

sub-agents

bill492
生成并协调子代理会话以实现并行工作。适用于任务委托(研究、代码、分析)、路由到合适的模型或管理...
★ 0 📥 645
data-analysis

Video Understanding

bill492
利用 Google Gemini AI 分析和总结 1000+ 个网站的视频,提供字幕、描述、摘要及问答功能。
★ 5 📥 1,534

Browser Read

bill492
从浏览器页面提取可读内容并转为Markdown格式。当web_fetch失败时使用(如遭遇机器人防护、需要身份验证的页面、Twitter/X、LinkedIn等),且你已...
★ 0 📥 582