← 返回 Skills 市场
YouTube AI Videos
作者
Michael Johannhanwahr
· GitHub ↗
· v1.0.1
577
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install youtube-ai-videos
功能描述
Fetch latest AI-related YouTube videos from curated channels using YouTube Data API v3 and filter by keywords
安全使用建议
This skill appears to do exactly what it says: it calls the YouTube Data API and scrapes YouTube pages to collect recent AI-related videos. Before installing, do the following: (1) Verify you supply the API key via an environment variable or the recommended secrets file rather than putting it into config.json (the README warns about this). (2) Confirm the registry metadata is updated to list YOUTUBE_API_KEY as a required env var (current metadata incorrectly shows none). (3) Inspect the bundled scripts (they're small) and run them in a sandbox or with a restricted account if you have concerns about network access. (4) Be aware the script will make outbound calls to googleapis.com and youtube.com and will consume your YouTube API quota.
功能分析
Type: OpenClaw Skill
Name: youtube-ai-videos
Version: 1.0.1
The skill bundle is benign. It fetches YouTube videos using the YouTube Data API v3, as described. The code (`scripts/fetch_youtube_ai_videos.py`) securely handles API keys by prioritizing environment variables and a dedicated secrets file (`~/.openclaw/secrets/youtube_api_key.txt`) over the `config.json` file, and it warns the user if the less secure config option is used. All network requests are made to the legitimate YouTube API, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in the `SKILL.md` or `README.md` files. The utility script `scripts/find_channel_id.py` is also benign, performing its stated function without malicious intent.
能力评估
Purpose & Capability
Name/description (fetch AI-related YouTube videos) match the included scripts and SKILL.md. The scripts call the YouTube Data API and scrape YouTube pages to resolve handles — which is expected for this functionality. Note: registry metadata at the top listed 'Required env vars: none' while SKILL.md and the scripts require a YOUTUBE_API_KEY; this is an administrative inconsistency but not a functional mismatch.
Instruction Scope
SKILL.md and the Python scripts limit actions to fetching channel pages and YouTube Data API endpoints, filtering titles by configured keywords, and printing results. The runtime instructions explicitly specify where to obtain the API key and where it may be read from (env, secrets file, config). There are no instructions to read unrelated system files, modify other skills, or send data to unknown third-party endpoints.
Install Mechanism
This is an instruction-only skill with bundled Python scripts and no install spec. The scripts use only Python standard library modules (urllib, json, re, datetime) and don't perform any downloads or archive extraction at install time. No high-risk install behavior detected.
Credentials
The only secret/access needed is a YouTube Data API key (YOUTUBE_API_KEY), which is appropriate and proportional to the stated functionality. The scripts support a secrets file (~/.openclaw/secrets/youtube_api_key.txt) and a config fallback. There are no unrelated credentials requested.
Persistence & Privilege
Skill does not request persistent/always-on presence (always: false) and does not modify other skills or system-wide settings. It runs on-demand and only performs outbound HTTP requests to YouTube/Google endpoints.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youtube-ai-videos - 安装完成后,直接呼叫该 Skill 的名称或使用
/youtube-ai-videos触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed documentation: API key is now properly declared as required. Removed RSS references. Improved security documentation.
v1.0.0
Initial release: Fetch AI videos from YouTube channels with keyword filtering
元数据
常见问题
YouTube AI Videos 是什么?
Fetch latest AI-related YouTube videos from curated channels using YouTube Data API v3 and filter by keywords. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 577 次。
如何安装 YouTube AI Videos?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-ai-videos」即可一键安装,无需额外配置。
YouTube AI Videos 是免费的吗?
是的,YouTube AI Videos 完全免费(开源免费),可自由下载、安装和使用。
YouTube AI Videos 支持哪些平台?
YouTube AI Videos 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 YouTube AI Videos?
由 Michael Johannhanwahr(@mjohannp)开发并维护,当前版本 v1.0.1。
推荐 Skills