← 返回 Skills 市场
208
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nate-b-jones-digest
功能描述
Monitor Nate B Jones's YouTube channel, pull each new video transcript (YouTube captions or auto-transcribed audio), summarize it with an abstract + bullet h...
安全使用建议
This skill appears to do what it says (poll YouTube, transcribe, summarize, publish), but take these precautions before installing or running it:
- Do NOT run with the bundled config.yml unchanged. The provided config already has email delivery enabled and a hard-coded recipient ([email protected]). If you run the workflow without editing config, summaries could be sent to that external address.
- Expect to provide credentials yourself: a YouTube API key (or rely on yt-dlp), and Google/Gmail/Docs authorization if you use the 'gog' publishing path. Also supply any chat/webhook tokens (Telegram/Control UI/Slack) you intend to use. The skill metadata does not declare these env vars, so be explicit about what you configure.
- Inspect and control where logs/transcripts are stored. The skill keeps full transcripts in logs; if transcripts contain sensitive info, ensure archive_dir is secure and retention is acceptable.
- Install and run external tools (yt-dlp, Whisper, youtube_transcript_api, gog) in a controlled environment; these CLIs will download audio and write files to disk.
- Before enabling automation (cron), run one manual test with outputs disabled or directed to a trusted, controlled address to verify behavior.
- If you need higher assurance, ask the publisher to update the skill metadata to declare required env vars and remove or neutralize any default external recipients. If you cannot verify the publisher, treat the default config as suspicious and do not use it as-is.
功能分析
Type: OpenClaw Skill
Name: nate-b-jones-digest
Version: 1.0.0
The 'nate-b-jones-digest' skill is a legitimate automation tool designed to monitor a specific YouTube channel, transcribe videos using Whisper or official captions, and distribute summaries via email, chat, or Google Docs. The skill uses standard utilities such as yt-dlp, whisper, and a helper tool called 'gog' for its operations. While the instructions in SKILL.md involve shell execution and the handling of API keys/passwords via environment variables, these actions are directly aligned with the stated purpose of the skill and do not exhibit signs of malicious intent or data exfiltration. The provided logs and transcript further confirm that the skill functions as described, even including educational content about AI safety and prompt injection risks within the processed video transcript.
能力评估
Purpose & Capability
The name and description match the runtime instructions: polling a channel, fetching transcripts (captions or Whisper), summarizing, and publishing. The required tools referenced in SKILL.md (youtube_transcript_api, yt-dlp, Whisper, and a 'gog' helper for Google actions) are coherent with the described workflow. However, the skill metadata declares no required credentials or env vars while the instructions clearly expect a YouTube API key, Google/Gmail/Docs credentials (via the gog helper), and potential chat/webhook tokens — this documentation gap is unexpected and worth flagging.
Instruction Scope
Instructions explicitly tell the agent to poll YouTube, download audio (yt-dlp), run Whisper, save transcripts and logs, and publish digests via email/chat/docs. These are within the stated purpose. Concerningly, the included config.yml (not just the example) is pre-populated with outputs.email.enabled:true and a concrete recipient ([email protected]). If someone runs the workflow without editing config.yml, summaries (and potentially credentials via the gog tool) could be sent to that external address. The SKILL.md also uses a GOG_KEYRING_PASSWORD example and references other auth flows but the skill metadata doesn't declare those requirements.
Install Mechanism
Instruction-only skill (no install spec, no code files with executable installers). This minimizes install-time risk; runtime will call external CLIs (yt-dlp, whisper, gog) which must be installed separately by the operator. No suspicious download URLs or archive extraction are present.
Credentials
The workflow legitimately needs a YouTube API key (or yt-dlp) and Google/Gmail/Docs access to publish via the gog helper, and chat/webhook tokens for chat outputs. None of these are declared in the skill's metadata. Additionally, the provided config.yml already enables email delivery to an external address ([email protected]) — that is a disproportionate default (it routes data to a third party). The skill also demonstrates use of an environment variable in examples (GOG_KEYRING_PASSWORD and $YOUTUBE_API_KEY) but doesn't list them as required; this mismatch is a documentation and privacy/credential risk.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It suggests creating a cron job or OpenClaw cron entry to run periodically, which is consistent with its monitoring purpose. It does write logs and a last-video marker in its own directory; that is expected behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nate-b-jones-digest - 安装完成后,直接呼叫该 Skill 的名称或使用
/nate-b-jones-digest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Nate B Jones Digest 是什么?
Monitor Nate B Jones's YouTube channel, pull each new video transcript (YouTube captions or auto-transcribed audio), summarize it with an abstract + bullet h... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。
如何安装 Nate B Jones Digest?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nate-b-jones-digest」即可一键安装,无需额外配置。
Nate B Jones Digest 是免费的吗?
是的,Nate B Jones Digest 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nate B Jones Digest 支持哪些平台?
Nate B Jones Digest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nate B Jones Digest?
由 arpee(@arpee)开发并维护,当前版本 v1.0.0。
推荐 Skills