← 返回 Skills 市场
mmmuffin

Twitter Monitor By Longge

作者 mmmuffin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
709
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install twitter-monitor-by-longge
功能描述
Monitor X/Twitter accounts for new tweets and send notifications to Telegram.
安全使用建议
This skill appears to do what it says (monitor a Twitter account and send Telegram messages) but there are important mismatches and missing pieces: the registry metadata does not list the environment variables or the 'xreach' binary that the code actually needs, and there is no install step for the Python dependency 'aiohttp' or for xreach. Before installing, verify where the 'xreach' CLI comes from (trustworthy source or GitHub release), consider whether you want to provide Twitter cookie values (AUTH_TOKEN and CT0) — these are sensitive and can grant access to your account — and prefer using official API keys if possible. Also ensure you create a Telegram bot token specifically for this purpose and limit which account tokens you provide. If you proceed, run it in a controlled environment, inspect or obtain the xreach binary source, and confirm the skill's metadata is updated to declare its true requirements.
功能分析
Type: OpenClaw Skill Name: twitter-monitor-by-longge Version: 1.0.0 The skill is a straightforward Twitter monitoring tool that fetches tweets using a CLI utility (xreach) and sends notifications via the Telegram Bot API. It requires user-provided environment variables for Twitter session cookies (AUTH_TOKEN, CT0) and Telegram credentials. The Python script (twitter_monitor.py) is transparent, lacks obfuscation, and its behavior is strictly aligned with the purpose described in SKILL.md without any signs of malicious intent or data exfiltration to unauthorized third parties.
能力评估
Purpose & Capability
The code monitors a Twitter/X user and forwards new tweets to Telegram, which matches the name/description. However, the skill uses an external CLI ('xreach') and requires Twitter cookie values (AUTH_TOKEN, CT0) and Telegram credentials — none of these were declared in the registry metadata's 'required env vars' or 'required binaries'. The presence of these undeclared requirements is inconsistent with the published metadata.
Instruction Scope
SKILL.md lists required env vars (TWITTER_USER, AUTH_TOKEN, CT0, TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID) but the top-level registry showed 'none'. The runtime instructions are simple (run python3 twitter_monitor.py) and do not instruct installing the 'xreach' CLI or Python dependency 'aiohttp', nor do they warn about the sensitive nature of the Twitter cookie values. The script only communicates with api.telegram.org and does not appear to exfiltrate other local data, but the instructions are incomplete and grant broad discretion (agent will need those secrets).
Install Mechanism
There is no install spec. The code calls an external CLI ('xreach') and imports 'aiohttp' at runtime; neither is provided or documented in an install step. This may cause failures or hide the need to install an arbitrary third-party binary whose provenance is unknown.
Credentials
The environment variables the code reads (Twitter cookie tokens and Telegram bot token/chat id) are plausible for the stated task, but the registry metadata did not declare them. Requesting AUTH_TOKEN and CT0 (Twitter cookies) is sensitive but explainable; however, the mismatch between declared and actually-used env vars is a red flag and should be corrected/justified.
Persistence & Privilege
The skill does not request 'always: true' and does not modify system or other-skill configuration. Autonomous invocation is allowed (platform default), which is expected for a monitoring skill; no elevated persistence or cross-skill access is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install twitter-monitor-by-longge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /twitter-monitor-by-longge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Twitter Monitor by 龙哥. - Monitor specified X/Twitter accounts for new tweets. - Sends instant notifications to a Telegram chat. - Requires configuration of Twitter and Telegram credentials.
元数据
Slug twitter-monitor-by-longge
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Twitter Monitor By Longge 是什么?

Monitor X/Twitter accounts for new tweets and send notifications to Telegram. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 709 次。

如何安装 Twitter Monitor By Longge?

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

Twitter Monitor By Longge 是免费的吗?

是的,Twitter Monitor By Longge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Twitter Monitor By Longge 支持哪些平台?

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

谁开发了 Twitter Monitor By Longge?

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

💬 留言讨论