← 返回 Skills 市场
huxiaoqiao

YouTube OpenClaw 监控系统

作者 Steve Joe · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
265
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-openclaw-monitor
功能描述
自动监控关键词相关YouTube新视频,获取字幕生成中文摘要,并定时推送报告到Telegram。
安全使用建议
Do not run or schedule the commands included here yet. This package provides only documentation and no executable script — the key runtime file (scripts/youtube-openclaw-monitor.js) is missing. Before installing or running anything, ask the publisher for the missing script and for full setup instructions. Verify how Telegram messages are sent (you should expect a Telegram bot token or bot API key; TELEGRAM_USER_ID alone is insufficient). If they provide code, review it for network endpoints and where it stores credentials; run it in a sandbox or isolated environment first. Also confirm why the npm dependency is needed and inspect the package.json and the actual script contents before installing packages or adding cron jobs.
功能分析
Type: OpenClaw Skill Name: youtube-openclaw-monitor Version: 1.0.0 The skill bundle provides documentation and setup instructions for a YouTube monitoring system that generates summaries and sends them to Telegram. It requires standard environment variables (TRANSCRIPT_API_KEY, TELEGRAM_USER_ID) and uses a legitimate npm dependency (https-proxy-agent). No malicious code, data exfiltration patterns, or prompt injection attacks were identified in the provided SKILL.md or README.md files.
能力评估
Purpose & Capability
The skill says it will search YouTube, fetch transcripts, summarize, and push to Telegram, but the package contains only README.md and SKILL.md — there is no scripts/youtube-openclaw-monitor.js or any code to perform those actions. The SKILL.md also instructs installing https-proxy-agent and running a Node script in scripts/, but that script/directory is not present. This is internally inconsistent.
Instruction Scope
Runtime instructions tell the agent/user to run a Node script, set TRANSCRIPT_API_KEY and TELEGRAM_USER_ID, and schedule a cron job. They do not reference or include any code, and they omit an essential credential (a Telegram bot token or API key) required to send Telegram messages. The instructions therefore either assume missing external artifacts or leave too much unspecified, giving broad discretion to the implementer.
Install Mechanism
There is no install spec in the registry (instruction-only), which is low risk by itself. However, SKILL.md/README recommend running npm install https-proxy-agent locally; that is a legitimate package but the instruction asks the user to install it into a non-existent scripts/ directory. Because no code is provided, there's nothing for the scanner to verify.
Credentials
Declared required env vars in the docs are TRANSCRIPT_API_KEY and TELEGRAM_USER_ID, which are plausible for transcript retrieval and addressing messages. But the workflow as described would normally also require a Telegram bot token (TELEGRAM_BOT_TOKEN) or similar bot credentials to actually send messages; its absence is a meaningful omission. No primaryEnv or credentials are declared in the registry metadata despite the skill asking for API keys.
Persistence & Privilege
The skill does not request always:true and is not force-included. It is user-invocable and allows autonomous invocation (platform default). There is no indication it would modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-openclaw-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-openclaw-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of YouTube OpenClaw 监控系统. - 自动监控 YouTube 新视频并获取字幕、生成中文摘要 - 支持定时推送更新报告到 Telegram - 提供多种命令触发监控与搜索功能 - 可通过环境变量灵活配置,支持与 Cron 联动自动运行 - 输出字幕和摘要报告文件
元数据
Slug youtube-openclaw-monitor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

YouTube OpenClaw 监控系统 是什么?

自动监控关键词相关YouTube新视频,获取字幕生成中文摘要,并定时推送报告到Telegram。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 265 次。

如何安装 YouTube OpenClaw 监控系统?

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

YouTube OpenClaw 监控系统 是免费的吗?

是的,YouTube OpenClaw 监控系统 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

YouTube OpenClaw 监控系统 支持哪些平台?

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

谁开发了 YouTube OpenClaw 监控系统?

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

💬 留言讨论