← 返回 Skills 市场
X Thread Reader
作者
Neal Meyer
· GitHub ↗
· v1.0.0
· MIT-0
191
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install x-thread-reader
功能描述
Fetch full text or generate a PDF from any X/Twitter thread using twitter-thread.com. Use when asked to "get the full thread", "read this tweet", "save this...
安全使用建议
This skill appears coherent and limited to fetching content from twitter-thread.com and x.com. Before installing: (1) understand that thread requests go to a third-party service (twitter-thread.com) so that service will see your IP and request headers — don't use it for sensitive/private content; (2) test with public, non-sensitive tweets first to confirm behavior; (3) PDF mode requires a local browser (Chrome) or agent-browser — verify those tools are trusted and available; (4) review the script if you have strict security policies (it runs curl and python3 and writes to $HOME by default); (5) if you want additional assurance, run the script in a sandboxed environment or inspect network traffic to the third-party site before using with private material.
功能分析
Type: OpenClaw Skill
Name: x-thread-reader
Version: 1.0.0
The skill is a straightforward utility for fetching and archiving Twitter threads using the third-party service `twitter-thread.com`. It implements text extraction via `curl` and a localized Python regex script, and PDF generation via headless Chrome or `agent-browser`. The code in `scripts/x_thread.sh` includes input validation for tweet IDs, uses safe variable handling in shell commands, and lacks any indicators of data exfiltration, persistence, or malicious intent.
能力评估
Purpose & Capability
The name/description describe fetching full thread text or PDFs; the script and SKILL.md only require curl, python3, and optionally a browser. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions and the script only fetch pages from twitter-thread.com and reference x.com; they do not read arbitrary local files or env vars. Note: fetching/indexing requires visiting twitter-thread.com (or triggering it), which will send the agent's IP and HTTP headers to that third-party site.
Install Mechanism
No install spec; the skill is instruction + a single shell script. Nothing is downloaded or written during install, so installation risk is low.
Credentials
The skill requests no environment variables or credentials. It references $HOME for a default PDF path and checks for Chrome/agent-browser binaries — these are proportional to PDF generation functionality.
Persistence & Privilege
always is false, the skill is user-invocable and does not modify other skills or system configs. It does not request permanent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install x-thread-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/x-thread-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: fetch full text or PDF from X/Twitter threads via twitter-thread.com. Zero deps beyond curl + python3.
元数据
常见问题
X Thread Reader 是什么?
Fetch full text or generate a PDF from any X/Twitter thread using twitter-thread.com. Use when asked to "get the full thread", "read this tweet", "save this... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。
如何安装 X Thread Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-thread-reader」即可一键安装,无需额外配置。
X Thread Reader 是免费的吗?
是的,X Thread Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
X Thread Reader 支持哪些平台?
X Thread Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 X Thread Reader?
由 Neal Meyer(@ngmeyer)开发并维护,当前版本 v1.0.0。
推荐 Skills