← 返回 Skills 市场
Twitter Watch Reply
作者
yugulugulu
· GitHub ↗
· v0.1.2
· MIT-0
437
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install twitter-watch-reply
功能描述
使用 6551 Twitter/X 接口监控指定账号的新推文,并基于推文内容生成 AI 回复草稿;在半自动模式下,先给出候选回复,待用户确认后再通过已登录的浏览器自动回复。用于:监控某些账号、发现其新推、生成评论、人工确认后回复、避免重复回复、管理 watchlist 和状态文件。依赖环境变量 TWITTER_T...
安全使用建议
This skill largely does what it claims (poll a 3rd‑party 6551 API for tweets, generate reply candidates, and manage a local state directory), but the package metadata failing to declare the required TWITTER_TOKEN is a red flag — it reduces transparency about what secrets the skill needs. Before installing: (1) inspect the included scripts (doctor.py, fetch_latest_tweets.py) and confirm you are comfortable giving TWITTER_TOKEN to the 6551 service (ai.6551.io); (2) run doctor.py in a safe/test environment to see what it attempts and what responses the 6551 endpoints return; (3) avoid storing the token in source control and prefer an isolated runtime (container or VM); (4) if you need stronger assurance, ask the publisher to correct the registry metadata to declare TWITTER_TOKEN and describe precisely what the token allows. If you cannot verify the origin/permissions of the 6551 token, do not provide credentials or enable automated sending.
功能分析
Type: OpenClaw Skill
Name: twitter-watch-reply
Version: 0.1.2
The skill bundle is a legitimate tool for monitoring Twitter accounts and generating AI-assisted reply drafts using the 6551.io API. The code logic across scripts like `fetch_latest_tweets.py` and `watch_state.py` is transparent and strictly aligned with the stated purpose of semi-automatic social media management. It includes safety features such as requiring user confirmation before sending replies and provides a diagnostic script (`doctor.py`) to help users configure environment variables correctly. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The skill's description, SKILL.md, and Python scripts consistently implement a semi‑automatic Twitter/X watch-and-reply flow using a 6551 API token (TWITTER_TOKEN). However, the registry metadata lists no required environment variables or primary credential; that omission is inconsistent with the skill's stated need for TWITTER_TOKEN and is a packaging/metadata mismatch that reduces transparency.
Instruction Scope
Runtime instructions restrict actions to polling a third‑party API (ai.6551.io), writing state/config under the workspace data directory, rendering alerts, and relying on a locally logged‑in browser for sending replies. Those actions are within the stated purpose, but the SKILL.md and scripts read TWITTER_TOKEN (not declared in metadata) and make network POSTs to ai.6551.io — any external network calls and token use should be explicit in the package metadata so users understand the blast radius.
Install Mechanism
No install spec or remote downloads; the skill is instruction-only plus plain Python scripts included in the package. No installers, archived downloads, or untrusted URLs are used — low install risk from this package itself.
Credentials
Functionally the skill only needs a single token (TWITTER_TOKEN) and filesystem write access to its data directory, which is proportionate. The concern is that the token requirement is not declared in the registry metadata; also the token is for a third‑party service (6551/ai.6551.io) — users should verify what permissions that token grants and whether they trust the external service before providing credentials.
Persistence & Privilege
The skill does not request elevated platform privileges, is not marked always:true, and only writes to its own workspace/data paths (config.json, state.json, logs). It does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install twitter-watch-reply - 安装完成后,直接呼叫该 Skill 的名称或使用
/twitter-watch-reply触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Add generic notification-layer docs, host adapter reference, alert text rendering, and notified-state dedupe helpers.
v0.1.1
CLI publish retry: include README, doctor checks, generic workspace paths, 6551 fallback monitoring.
v0.1.0
Initial public release: 6551-based Twitter/X monitoring, fallback fetch path, doctor self-check, browser-reply workflow, docs included.
元数据
常见问题
Twitter Watch Reply 是什么?
使用 6551 Twitter/X 接口监控指定账号的新推文,并基于推文内容生成 AI 回复草稿;在半自动模式下,先给出候选回复,待用户确认后再通过已登录的浏览器自动回复。用于:监控某些账号、发现其新推、生成评论、人工确认后回复、避免重复回复、管理 watchlist 和状态文件。依赖环境变量 TWITTER_T... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 437 次。
如何安装 Twitter Watch Reply?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install twitter-watch-reply」即可一键安装,无需额外配置。
Twitter Watch Reply 是免费的吗?
是的,Twitter Watch Reply 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Twitter Watch Reply 支持哪些平台?
Twitter Watch Reply 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Twitter Watch Reply?
由 yugulugulu(@yugulugulu)开发并维护,当前版本 v0.1.2。
推荐 Skills