← 返回 Skills 市场
117
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install read-tweet
功能描述
阅读Twitter/X推文内容。当用户分享Twitter/X链接,或说"读一下这条推文"、"read tweet"、"看看这条X"时使用。
安全使用建议
This skill will make network requests to third‑party proxy endpoints (api.fxtwitter.com / api.vxtwitter.com) and may fetch externally linked pages; those services will see the tweet URL and any content you ask the skill to retrieve. Before installing, consider: 1) Do you trust those proxy services to not log or persist requests? 2) Do you want the agent to fetch arbitrary external links (could pull sensitive content)? 3) Ensure curl/Bash are available in the runtime environment (manifest lists none but SKILL.md uses curl). If you need stronger privacy or provenance, prefer a skill that uses the official Twitter/X API with user‑provided credentials, or restrict the agent's network access and/or disable autonomous invocation. Also note the skill's source/homepage is unknown — verify the publisher or ask for source code before trusting it.
功能分析
Type: OpenClaw Skill
Name: read-tweet
Version: 1.0.0
The skill 'read-tweet' is designed to fetch and format Twitter/X content using public proxy APIs (fxtwitter.com and vxtwitter.com) to bypass JavaScript rendering issues. While it requests 'Bash' permissions to execute 'curl' commands, the logic in SKILL.md is transparent, limited to the stated purpose, and lacks any indicators of malicious intent, data exfiltration, or command injection.
能力评估
Purpose & Capability
The skill's name and description (read a Twitter/X tweet) align with its runtime instructions to fetch tweet JSON from an API proxy (fxtwitter/vxtwitter). Minor inconsistency: the manifest declares no required binaries or credentials, but SKILL.md expects Bash/curl to be available at runtime.
Instruction Scope
Instructions tell the agent to replace the tweet domain with api.fxtwitter.com (or api.vxtwitter.com) and curl that URL, and to optionally follow and curl any external links found in the tweet or use WebSearch to find tweet content. That is coherent for reading tweets, but it means tweet URLs, content, and any linked external pages will be sent to third‑party proxy services and to whatever search provider is used. This has privacy and data‑exfiltration implications not called out in the skill.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest install risk. Nothing is written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials, which is proportional. Note: it bypasses official Twitter APIs by relying on public proxy endpoints, so no Twitter credentials are needed — but that design choice has privacy/trust tradeoffs.
Persistence & Privilege
always:false and no install/persistence mechanisms present. The skill does not request elevated or permanent privileges in the agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install read-tweet - 安装完成后,直接呼叫该 Skill 的名称或使用
/read-tweet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the read-tweet skill for reading Twitter/X tweet content.
- Supports extraction of tweet details via fxtwitter API proxy by parsing standard Twitter/X URLs.
- Returns structured information including author, time, engagement, content, and media links.
- Falls back to vxtwitter API or web search if the primary API is unavailable.
- Handles tweets with media and notes limitations on thread and long tweet support.
元数据
常见问题
Read Tweet 是什么?
阅读Twitter/X推文内容。当用户分享Twitter/X链接,或说"读一下这条推文"、"read tweet"、"看看这条X"时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 Read Tweet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install read-tweet」即可一键安装,无需额外配置。
Read Tweet 是免费的吗?
是的,Read Tweet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Read Tweet 支持哪些平台?
Read Tweet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Read Tweet?
由 sawzhang(@sawzhang)开发并维护,当前版本 v1.0.0。
推荐 Skills