← 返回 Skills 市场
markusmikely

YouTube-Hook

作者 Markus Mikely · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
638
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-hook
功能描述
Generate high-performing YouTube video scripts, titles, thumbnails, descriptions, and chapter markers from any topic or content
安全使用建议
This skill appears internally consistent, but before installing consider: (1) it will send your query text to Tavily when using trend analysis — only provide non-sensitive topics and review Tavily's privacy policy; (2) use a dedicated, limited-scope TAVILY_API_KEY (rotate if compromised); (3) if you need stronger isolation, run the skill in an environment with network egress controls or monitor outbound calls to api.tavily.com; (4) the bundled Python scripts are small and readable—review them yourself if you have concerns. Overall the requested access is minimal and expected for the described functionality.
功能分析
Type: OpenClaw Skill Name: youtube-hook Version: 1.0.0 The skill is classified as suspicious due to a lack of input sanitization in its Python scripts. Specifically, `scripts/trend_analyzer.py` uses unsanitized user input (`topic`) directly in a query to the external Tavily API (https://api.tavily.com/). This creates a prompt injection vulnerability against the third-party API, which could lead to API abuse or unintended search results. Similar input sanitization issues exist in `scripts/hook_generator.py` and `scripts/title_optimizer.py`, where unsanitized user input is used in string formatting, posing a risk if their output were subsequently executed in a shell context. There is no evidence of intentional malicious behavior such as data exfiltration to unauthorized endpoints, backdoor installation, or direct system compromise.
能力评估
Purpose & Capability
The skill is a YouTube content generator and includes three small scripts: hook_generator and title_optimizer (local, no network), and trend_analyzer which clearly documents use of the Tavily API. Requiring TAVILY_API_KEY is appropriate and proportional to the stated trend-analysis capability.
Instruction Scope
SKILL.md instructs the agent to generate titles, thumbnails, scripts, chapters, etc. It does not direct reading of unrelated local files, other environment variables, or exfiltration to arbitrary endpoints beyond Tavily. The runtime steps are scoped to content-generation tasks.
Install Mechanism
No install spec / remote downloads are present (instruction-only with bundled scripts). The included Python files are small and readable; there are no URLs or archives being fetched during install.
Credentials
Only one environment variable is required (TAVILY_API_KEY) and it is used only by scripts/trend_analyzer.py to call https://api.tavily.com/, which matches the skill purpose. No unrelated credentials or broad secrets are requested.
Persistence & Privilege
always is false, the skill does not request permanent/forced inclusion, and there is no indication it modifies other skills or global agent settings. Autonomous invocation is allowed by default (expected).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-hook
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-hook 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: full video script generator for YouTube
元数据
Slug youtube-hook
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

YouTube-Hook 是什么?

Generate high-performing YouTube video scripts, titles, thumbnails, descriptions, and chapter markers from any topic or content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 638 次。

如何安装 YouTube-Hook?

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

YouTube-Hook 是免费的吗?

是的,YouTube-Hook 完全免费(开源免费),可自由下载、安装和使用。

YouTube-Hook 支持哪些平台?

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

谁开发了 YouTube-Hook?

由 Markus Mikely(@markusmikely)开发并维护,当前版本 v1.0.0。

💬 留言讨论