← 返回 Skills 市场
Youtube Audio
作者
mhogan2013-9
· GitHub ↗
· v1.0.0
· MIT-0
46
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-audio
功能描述
extract YouTube video URL into extracted audio track with this skill. Works with MP4, MOV, WebM, AVI files up to 500MB. content creators use it for extractin...
安全使用建议
What to consider before installing:
- This skill uploads videos (up to 500MB) to an external service (mega-api-prod.nemovideo.ai). Do not send sensitive or private content unless you trust that service and have reviewed its privacy/retention policy.
- The skill will send your NEMO_TOKEN as an Authorization bearer token on every API call. Only provide a token you control and trust; if you have a long-lived token in your environment, it will be used.
- If no token is present, the skill will obtain an anonymous token automatically by POSTing to the service (it generates a UUID client id). That gives temporary credentials to the remote service — again, consider whether you want automated credential creation.
- There is a mismatch between the registry metadata (no config paths) and the SKILL.md frontmatter (~/.config/nemovideo/). Ask the publisher which is correct if you care about local config exposure.
- The skill's name implies 'audio extraction' but the instructions implement a broader video-edit/render workflow (edits, overlays, SSE streams). If you only need lightweight local audio extraction, a local tool (ffmpeg) would avoid uploading your files.
- If you proceed, test with a non-sensitive sample file first to confirm behavior, headers sent, and that outputs meet expectations.
If you want, I can: (a) extract the exact API calls and headers this skill will send for a sample request, or (b) suggest a purely local alternative using ffmpeg so nothing leaves your machine.
功能分析
Type: OpenClaw Skill
Name: youtube-audio
Version: 1.0.0
The skill is a functional API wrapper for a third-party video processing service (nemovideo.ai). It provides detailed instructions for the agent to handle authentication via tokens, manage user sessions, and map natural language prompts to specific REST API endpoints for audio/video extraction. While it includes instructions to manage the agent's persona (e.g., hiding technical details) and performs basic environment fingerprinting for attribution headers, these behaviors are consistent with the stated purpose of the tool and do not show evidence of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The name/description emphasize extracting audio from YouTube videos, but the runtime instructions describe a full cloud video render/edit pipeline (tracks, overlays, SSE-driven edits, exports, GPU nodes, 1080p MP4 output). That is broader than a simple 'audio extractor' and may request uploading whole videos. Also the SKILL.md frontmatter lists a config path (~/.config/nemovideo/) while the registry metadata listed none — an inconsistency about what local config it expects.
Instruction Scope
The instructions are detailed and bounded to the nemo backend API (session creation, upload, SSE, polling, export). They instruct the agent to POST to an anonymous-token endpoint if no NEMO_TOKEN is present (generate UUID, exchange for a short-lived token) and to include skill attribution headers. They also ask the agent to detect an install path to set X-Skill-Platform and to read the file's YAML frontmatter for X-Skill-Version. These filesystem checks and automatic token acquisition are reasonable for a cloud service integration but expand the agent's actions beyond simple local processing (network uploads, filesystem reads).
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written by an installer step according to provided metadata.
Credentials
Only one env var is required: NEMO_TOKEN (declared as primary). That is proportional for a hosted service. Caveats: the skill will use the token as a Bearer credential on every request to mega-api-prod.nemovideo.ai, and the SKILL.md also indicates an anonymous-token flow that creates a token client-side if none is present. The earlier registry summary claimed no config paths but the SKILL.md frontmatter lists ~/.config/nemovideo/, which is inconsistent and worth confirming.
Persistence & Privilege
always:false and model-invocation not disabled (normal). The skill does not request persistent/always-on privileges or changes to other skills. It does instruct reading certain local paths to detect platform attribution, which is limited in scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youtube-audio - 安装完成后,直接呼叫该 Skill 的名称或使用
/youtube-audio触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Extract audio from YouTube videos quickly and easily.
- Accepts YouTube URLs and extracts audio tracks within 20–40 seconds using cloud GPUs.
- Supports MP4, MOV, WebM, and AVI files up to 500MB.
- Handles authentication automatically; provides free starter credits if needed.
- Offers download of 1080p MP4 files after processing.
- Includes clear workflows for edit, export, balance, and status queries.
- Provides descriptive error handling and helpful user feedback.
元数据
常见问题
Youtube Audio 是什么?
extract YouTube video URL into extracted audio track with this skill. Works with MP4, MOV, WebM, AVI files up to 500MB. content creators use it for extractin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 46 次。
如何安装 Youtube Audio?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-audio」即可一键安装,无需额外配置。
Youtube Audio 是免费的吗?
是的,Youtube Audio 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Youtube Audio 支持哪些平台?
Youtube Audio 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Youtube Audio?
由 mhogan2013-9(@mhogan2013-9)开发并维护,当前版本 v1.0.0。
推荐 Skills