← 返回 Skills 市场
iheardulkbtc

Twitter/X Reader

作者 Parth Bhateja · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
802
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install twitter-reader
功能描述
Extract complete data from X/Twitter tweets by URL, including text, author info, timestamps, engagement stats, media, quoted tweets, and thread context.
安全使用建议
This skill appears to do what it says: it fetches tweet data via api.fxtwitter.com and falls back to public Nitter instances. Before installing: (1) review the scripts yourself (they're shell scripts and human-readable); (2) be aware that fetching tweets will expose your IP address and User-Agent to the remote host(s) — FxTwitter and any chosen Nitter instance will see those request headers; (3) the Nitter fallback queries multiple community instances (some may be unreliable or untrusted), so if privacy is a concern restrict or remove fallback instances or run the skill only when necessary; (4) verify network access and that curl/jq are up-to-date; (5) test the skill in an isolated environment if you want to avoid contacting third‑party hosts until you've reviewed the code. Overall the skill is internally consistent and does not ask for excessive permissions or secrets.
功能分析
Type: OpenClaw Skill Name: twitter-reader Version: 1.0.0 The skill is designed to read tweets from X/Twitter using the FxTwitter API and Nitter as a fallback. While the overall intent appears benign and there are no direct prompt injection attempts in SKILL.md, the `scripts/read_tweet.sh` and `scripts/read_thread.sh` files contain a potential shell injection vulnerability. The `$user` variable, extracted from user-provided URLs using a broad regex `([^/]+)`, is directly inserted into `curl` commands without explicit sanitization. Although `curl` is generally robust, a crafted username could theoretically introduce shell metacharacters, posing a low-probability risk for command execution. Additionally, `scripts/read_tweet_nitter.sh` uses fragile `grep`/`sed` parsing for HTML, which is a reliability vulnerability, though not directly malicious.
能力评估
Purpose & Capability
Name/description, SKILL.md, and included scripts all consistently implement tweet extraction using the FxTwitter API as primary source and Nitter instances as fallback. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
Runtime instructions and scripts operate only on the provided tweet URLs and call the documented external hosts (api.fxtwitter.com and listed Nitter instances). Two points to note: (1) the SKILL.md claims 'No external data collection' and 'No telemetry' — while telemetry is absent, any network request reveals requester metadata (IP address, User-Agent) to the remote hosts; (2) the Nitter fallback contacts a list of third‑party instances (community hosts of varying trustworthiness), which may log requests. These are expected for a web‑fetching tool but important privacy considerations.
Install Mechanism
No download/install spec; skill is instruction + shell scripts. Nothing is fetched or executed at install time beyond copying files and making scripts executable. This is low risk compared with remote archive installs.
Credentials
The skill requests no environment variables or credentials and only depends on common system tools (curl, jq, bash). Scripts do not read other env vars or access unrelated configuration files.
Persistence & Privilege
Skill does not request always:true or other elevated persistence. Installation is manual (copy scripts into skills folder). It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install twitter-reader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /twitter-reader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: FxTwitter API, thread following, Nitter fallback, full media extraction
元数据
Slug twitter-reader
版本 1.0.0
许可证
累计安装 5
当前安装数 5
历史版本数 1
常见问题

Twitter/X Reader 是什么?

Extract complete data from X/Twitter tweets by URL, including text, author info, timestamps, engagement stats, media, quoted tweets, and thread context. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 802 次。

如何安装 Twitter/X Reader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install twitter-reader」即可一键安装,无需额外配置。

Twitter/X Reader 是免费的吗?

是的,Twitter/X Reader 完全免费(开源免费),可自由下载、安装和使用。

Twitter/X Reader 支持哪些平台?

Twitter/X Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Twitter/X Reader?

由 Parth Bhateja(@iheardulkbtc)开发并维护,当前版本 v1.0.0。

💬 留言讨论