← Back to Skills Marketplace
YouTube Daily Digest
by
Jadeyang7458
· GitHub ↗
· v1.0.0
· MIT-0
154
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install youtube-daily-digest
Description
每日 YouTube AI/产品/科技播客更新摘要。零配置:装了 OpenClaw + 飞书 bot 就能直接用。 自动抓取 13 个精选频道最新视频字幕,AI 生成中文梗概,飞书卡片推送。 触发词:YouTube 每日推送、播客摘要、daily digest、订阅更新。
Usage Guidance
要点和建议操作:
- 切勿直接运行或把该 skill 加入定时任务,直到你确认凭据来源并处理硬编码密钥。
- 仓库 scripts/config.json 中的 app_secret 和 gateway token 看起来是真实/可用的敏感凭据:如果这些是你的凭据,立即撤销/更换;如果不是你的凭据,谨慎——可能是示例/泄露值,无法信任。
- 注意脚本会自动读取 ~/.openclaw/openclaw.json 与 ~/.openclaw/identity;这些文件通常包含你本地的令牌和 OpenClaw 配置。只有在信任并理解后才允许脚本访问这些路径。
- 最安全的做法:在运行前把仓库中的任何 credentials/remove 明文凭据,改用明确的环境变量或经用户确认的配置文件,并在受控/隔离的环境(例如单用户容器或虚拟机)中测试。
- 检查并限制飞书应用权限(最小权限原则),为该 skill 创建专用 bot/凭据并在确认行为后再启用定时任务。
- 如果你无法验证技能来源或作者身份,考虑不要安装或仅在隔离环境中试用。
Capability Analysis
Type: OpenClaw Skill
Name: youtube-daily-digest
Version: 1.0.0
The skill bundle is a legitimate tool for generating and pushing YouTube video summaries to Feishu. The code in `scripts/digest.py` correctly implements the stated functionality, including fetching RSS feeds, extracting transcripts via `youtube-transcript-api`, and using the OpenClaw Gateway to generate AI summaries. While `scripts/config.json` contains hardcoded credentials (Feishu secrets and a Gateway token), these appear to be development artifacts or example data that the script does not actually use, as it prioritizes the user's local `~/.openclaw/openclaw.json` configuration. The use of `subprocess` for `yt-dlp` and access to local configuration files are well-documented and necessary for the skill's operation.
Capability Assessment
Purpose & Capability
技能声明:抓取 YouTube 字幕、调用本地 OpenClaw Gateway(Claude)、将摘要推送到飞书。代码和说明大体吻合,但仓库包含 scripts/config.json,其中明文硬编码了 feishu app_id/app_secret、user_open_id 和 gateway token,这与“零配置”与“自动从 ~/.openclaw/openclaw.json 读取”的说法相矛盾。硬编码凭据在此用途中不是必需且不合比例。
Instruction Scope
SKILL.md 与 scripts/digest.py 指示会自动读取用户主目录下的 ~/.openclaw/openclaw.json 和 ~/.openclaw/identity。这意味着运行脚本会访问本地的 OpenClaw 配置并使用其中的 tokens,而这些读取操作没有在技能元数据中声明(metadata 列出无必需 env/config)。自动读取本地账户/授权数据是重要的权限边界,用户应当知晓并同意。
Install Mechanism
没有复杂的安装脚本或外部二进制下载;SKILL.md 建议通过 pip 安装两个常见包(youtube-transcript-api, openai)。这是低到中等风险的常规依赖安装。
Credentials
技能元数据宣称无必需 env,但代码会读取多处凭据来源(~/.openclaw/openclaw.json、~/.openclaw/identity、可选的 FEISHU_USER_OPEN_ID env),并仓库中包含明文 credentials(scripts/config.json)。请求/使用的凭据数量和位置(本地 OpenClaw 配置 + 硬编码 secrets)与“零配置、无需凭据”的说明不一致且增加风险。
Persistence & Privilege
没有设置 always:true,也不修改其他技能或系统级配置。SKILL.md 建议可用 openclaw cron 添加定时任务,这会让脚本定期运行,但这是用户显式的操作而非强制性的。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youtube-daily-digest - After installation, invoke the skill by name or use
/youtube-daily-digest - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本:13 个 AI/产品/科技播客每日中文摘要推送
Metadata
Frequently Asked Questions
What is YouTube Daily Digest?
每日 YouTube AI/产品/科技播客更新摘要。零配置:装了 OpenClaw + 飞书 bot 就能直接用。 自动抓取 13 个精选频道最新视频字幕,AI 生成中文梗概,飞书卡片推送。 触发词:YouTube 每日推送、播客摘要、daily digest、订阅更新。 It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.
How do I install YouTube Daily Digest?
Run "/install youtube-daily-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is YouTube Daily Digest free?
Yes, YouTube Daily Digest is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does YouTube Daily Digest support?
YouTube Daily Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created YouTube Daily Digest?
It is built and maintained by Jadeyang7458 (@jadeyang7458-byte); the current version is v1.0.0.
More Skills