← 返回 Skills 市场
dzxiatian-crypto

Youtube Chapter Generator

作者 dzxiatian-crypto · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
155
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-chapter-generator
功能描述
Auto-generate YouTube video chapters from subtitles. Parses VTT/SRT files, identifies topic transitions, and produces timestamped chapter markers. Triggers:...
安全使用建议
This skill appears to do what it says, but there are important inconsistencies you should resolve before use: - Missing binary and script: The SKILL.md expects yt-dlp and a file named generate_chapters.py, but the skill metadata does not declare required binaries and the script is not included. Do not run commands from the SKILL.md until you (a) have yt-dlp installed from a trusted source and (b) have inspected or provided the generate_chapters.py code yourself. The included Python snippet is only partial and may not be the actual script the agent would run. - Trust and provenance: The skill's Source/Homepage are unknown. Running an external downloader (yt-dlp) and arbitrary Python scripts found or created at runtime can execute code on your machine. Only run these in a sandbox or after reviewing the script's contents. - What to check/steps to take: - Verify yt-dlp is installed from the official project and up-to-date. - Ask the skill author (or inspect the skill bundle) for the full generate_chapters.py. Review it for network calls, file writes, or subprocess.exec usage. - If you must proceed without the script, consider implementing your own chapter-generation script using the provided snippet and review it carefully. - Run initial tests on non-sensitive VM or container with sample subtitle files. - Functional note (non-security): The provided timestamp parsing is simplistic (ignores milliseconds in output selection and uses gap-only logic), so review accuracy requirements for your videos. If the author can supply the missing script or update the metadata to list yt-dlp and python3 as required, re-evaluate; until then treat this skill as suspicious.
功能分析
Type: OpenClaw Skill Name: youtube-chapter-generator Version: 1.0.0 The skill bundle provides straightforward logic for parsing VTT subtitle files to generate YouTube chapter markers. The Python code in SKILL.md uses standard regex and basic arithmetic to identify time gaps, and the suggested use of yt-dlp is consistent with the tool's stated purpose without any signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The README/usage requires running yt-dlp and python3 generate_chapters.py to download and process subtitles, but the skill declares no required binaries and provides no generate_chapters.py file. Asking the user/agent to run an external downloader and a non-existent script is inconsistent with the skill metadata.
Instruction Scope
Instructions are narrowly scoped to downloading subtitles and parsing VTT, which fits the stated purpose. However, the usage commands expect an external tool (yt-dlp) and a local script that are not included or declared. This gives the agent broad discretion (e.g., to create or fetch a script) and could lead to running code that wasn't reviewed.
Install Mechanism
No install spec and no code files are provided, so nothing is written to disk by an installer step. This minimizes install-time risk, but runtime instructions still rely on external tools.
Credentials
The skill requests no environment variables, secrets, or config paths — consistent with a local subtitle-processing tool.
Persistence & Privilege
The skill is not always-enabled and doesn't request persistent privileges or modify other skills. Autonomous invocation is allowed (platform default) but not by itself a problem.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-chapter-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-chapter-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of YouTube Chapter Generator. - Automatically generates YouTube chapter markers from subtitles (VTT/SRT files). - Detects topic transitions and produces timestamped chapter lists. - Supports commands: "youtube chapters", "视频章节", "youtube分段". - Includes chapter detection logic and usage instructions.
元数据
Slug youtube-chapter-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Youtube Chapter Generator 是什么?

Auto-generate YouTube video chapters from subtitles. Parses VTT/SRT files, identifies topic transitions, and produces timestamped chapter markers. Triggers:... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。

如何安装 Youtube Chapter Generator?

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

Youtube Chapter Generator 是免费的吗?

是的,Youtube Chapter Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Youtube Chapter Generator 支持哪些平台?

Youtube Chapter Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Youtube Chapter Generator?

由 dzxiatian-crypto(@dzxiatian-crypto)开发并维护,当前版本 v1.0.0。

💬 留言讨论