← Back to Skills Marketplace
huxiaoqiao

YouTube OpenClaw 监控系统

by Steve Joe · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
265
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install youtube-openclaw-monitor
Description
自动监控关键词相关YouTube新视频,获取字幕生成中文摘要,并定时推送报告到Telegram。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install youtube-openclaw-monitor
  3. After installation, invoke the skill by name or use /youtube-openclaw-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of YouTube OpenClaw 监控系统. - 自动监控 YouTube 新视频并获取字幕、生成中文摘要 - 支持定时推送更新报告到 Telegram - 提供多种命令触发监控与搜索功能 - 可通过环境变量灵活配置,支持与 Cron 联动自动运行 - 输出字幕和摘要报告文件
Metadata
Slug youtube-openclaw-monitor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is YouTube OpenClaw 监控系统?

自动监控关键词相关YouTube新视频,获取字幕生成中文摘要,并定时推送报告到Telegram。 It is an AI Agent Skill for Claude Code / OpenClaw, with 265 downloads so far.

How do I install YouTube OpenClaw 监控系统?

Run "/install youtube-openclaw-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is YouTube OpenClaw 监控系统 free?

Yes, YouTube OpenClaw 监控系统 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does YouTube OpenClaw 监控系统 support?

YouTube OpenClaw 监控系统 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created YouTube OpenClaw 监控系统?

It is built and maintained by Steve Joe (@huxiaoqiao); the current version is v1.0.0.

💬 Comments