← 返回 Skills 市场
welbinator

YouTube Notes

作者 welbinator · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
171
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install youtube-notes
功能描述
Convert any YouTube video into clean, structured markdown notes — steps, tools, timestamps, and parts lists. Use when a user shares a YouTube link and asks y...
安全使用建议
This skill appears coherent and does what it says: it will call TranscriptAPI (requires you to provide TRANSCRIPT_API_KEY) and optionally fetch the YouTube page HTML to read the description. Before installing/providing the key, verify you trust TranscriptAPI.com (their free tier and proxy claims are in the SKILL.md). Keep your API key secure and only provide it to agents you trust; if you do not want the agent to make network calls or use third-party services, do not set TRANSCRIPT_API_KEY. If you plan to have the agent save notes to external services, control or confirm those handoffs separately (the skill explicitly defers saving to other tools).
功能分析
Type: OpenClaw Skill Name: youtube-notes Version: 1.0.4 The skill is designed to convert YouTube videos into markdown notes by fetching transcripts via a third-party API (transcriptapi.com) and scraping video descriptions. The workflow in SKILL.md uses standard curl commands for data retrieval and provides clear instructions for the agent to process and format the information. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (convert YouTube to structured notes) match the runtime instructions and the single required credential. Requesting TRANSCRIPT_API_KEY for TranscriptAPI.com is expected for transcript retrieval; fetching the video page HTML to read the description is also coherent with the stated goal.
Instruction Scope
SKILL.md explicitly limits actions to extracting a YouTube video ID, calling TranscriptAPI with an Authorization header, fetching the YouTube page HTML to read the description, parsing transcripts, and producing markdown. It does not instruct reading unrelated files, scanning system state, or exfiltrating extra data beyond the video/transcript/description.
Install Mechanism
No install spec or code files — instruction-only skill. No binaries or external downloads are requested, so there is nothing being written to disk by the skill itself.
Credentials
Only one required environment variable (TRANSCRIPT_API_KEY), declared as the primary credential. This is proportional to the skill's function and is justified by the dependency on TranscriptAPI. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill doesn't request elevated or permanent platform privileges. It asks the agent to store the provided API key 'wherever your agent manages credentials' (normal), but it does not modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-notes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-notes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Fix: declare TRANSCRIPT_API_KEY using correct openclaw metadata format (openclaw.requires.env + primaryEnv). Registry now recognizes the required credential.
v1.0.3
Refactor: skill now outputs structured markdown directly to the user. Removed all external write instructions — saving to Parchment/Notion/etc is handled by the agent's own tools after the user is asked. Single external dependency: TRANSCRIPT_API_KEY for TranscriptAPI.com (declared in metadata). Clean trust profile.
v1.0.2
Fix: cleaner trust profile — declared TRANSCRIPT_API_KEY env var in metadata, removed automated registration/install recommendations from setup flow, companion skills (youtube-full, parchment) moved to optional section at bottom. Setup now just asks user to sign up at transcriptapi.com and provide their API key.
v1.0.1
Fix: removed references to local scripts that weren't included in the package. Setup now instructs the agent to have the user install the youtube-full skill (clawhub install youtube-full) for automated TranscriptAPI registration, or sign up manually at transcriptapi.com. No more warnings about missing scripts.
v1.0.0
Initial release — convert any YouTube video into structured notes with timestamp links. Includes first-time TranscriptAPI setup walkthrough and support for Parchment, Notion, Google Docs, or local markdown.
元数据
Slug youtube-notes
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

YouTube Notes 是什么?

Convert any YouTube video into clean, structured markdown notes — steps, tools, timestamps, and parts lists. Use when a user shares a YouTube link and asks y... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。

如何安装 YouTube Notes?

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

YouTube Notes 是免费的吗?

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

YouTube Notes 支持哪些平台?

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

谁开发了 YouTube Notes?

由 welbinator(@welbinator)开发并维护,当前版本 v1.0.4。

💬 留言讨论