← 返回 Skills 市场
dkimiscoding

X Reader

作者 dkimiscoding · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
656
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install x-reader-skill
功能描述
Read X (Twitter) posts without official API. Supports both Nitter (free) and RapidAPI (detailed) methods.
安全使用建议
This skill appears to do exactly what it says: fetch tweets either by scraping public Nitter instances or by calling RapidAPI when you provide RAPIDAPI_KEY. Consider the following before installing: (1) If you provide a RapidAPI key it will be sent to twitter-api45.p.rapidapi.com — only use a key you trust and avoid sharing high-privilege credentials. (2) Nitter instances are third-party services; requests and scraped content go to those hosts (privacy/availability varies by instance). (3) The registry metadata doesn't mark RAPIDAPI_KEY as optional; if you want that reflected, ask the publisher to update the registry. (4) Run this untrusted script in a sandbox if you want to be extra cautious. Overall the skill is coherent with its purpose.
功能分析
Type: OpenClaw Skill Name: x-reader-skill Version: 0.1.0 The x-reader skill is a legitimate utility for fetching Twitter/X post data using either public Nitter instances or a specified RapidAPI endpoint. The Python script (x-reader.py) uses standard libraries, performs basic regex-based parsing, and handles API keys via environment variables as documented, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the behavior: code implements Nitter-based scraping and an optional RapidAPI call for tweet details. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md and the script limit actions to fetching tweets via Nitter instances or RapidAPI. Note: the script issues HTTP requests to third-party Nitter instances and to twitter-api45.p.rapidapi.com; this is expected but means requests (and tweet content) go to those external hosts.
Install Mechanism
Instruction-only install: SKILL.md recommends 'pip install requests' only. There is no download-from-URL, archive extraction, or other install that would write arbitrary code to disk beyond the provided script.
Credentials
Registry metadata lists no required env vars, while SKILL.md and the script accept an optional RAPIDAPI_KEY. This is reasonable and limited, but the registry could explicitly mark RAPIDAPI_KEY as optional. Supplying the key will send it to RapidAPI when used.
Persistence & Privilege
Skill does not request permanent/always-on presence and does not modify other skills or system-wide settings. It runs as a simple CLI script.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x-reader-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x-reader-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
x-reader-skill 0.1.0 Changelog: - Initial release. - Enables reading X (Twitter) posts without the official API. - Supports two methods: free Nitter mode and detailed RapidAPI mode. - Offers simple CLI interface and JSON output for integration. - Documentation added for installation, usage, and configuration options.
元数据
Slug x-reader-skill
版本 0.1.0
许可证
累计安装 5
当前安装数 5
历史版本数 1
常见问题

X Reader 是什么?

Read X (Twitter) posts without official API. Supports both Nitter (free) and RapidAPI (detailed) methods. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 656 次。

如何安装 X Reader?

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

X Reader 是免费的吗?

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

X Reader 支持哪些平台?

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

谁开发了 X Reader?

由 dkimiscoding(@dkimiscoding)开发并维护,当前版本 v0.1.0。

💬 留言讨论