← Back to Skills Marketplace
jxyyjm

YouTube Video Downloader

by lordest · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
182
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install youtube-downloader-skill
Description
Download YouTube videos by URL in various resolutions using a pay-per-use API with credit-based authentication and no charge on failed downloads. Use when us...
Usage Guidance
This skill appears to be what it says (an API-backed YouTube downloader) but it has important gaps: the SKILL.md requires an API key from skill.lordest.cn but the registry metadata does not declare that credential or provide a homepage/source. Before installing, confirm: (1) who runs skill.lordest.cn and whether you trust that operator, (2) the service's privacy, billing, and retention policy for uploaded or processed videos and stored API keys, (3) how OpenClaw will store the API key (transient prompt vs persistent environment variable), and (4) whether you can review the service's source code or a trustworthy homepage. If you cannot verify those things, prefer alternatives that run locally (e.g., yt-dlp) or come from a verifiable vendor. If you proceed, avoid using high-privilege or reusable secrets and monitor billing/usage closely.
Capability Analysis
Type: OpenClaw Skill Name: youtube-downloader-skill Version: 1.0.4 The skill is a standard API wrapper for a third-party YouTube downloading service (skill.lordest.cn). It provides clear documentation for authentication using an API key and defines legitimate endpoints for video processing. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description and SKILL.md consistently describe a pay-per-use API for downloading YouTube videos; the endpoints, request/response examples, and usage examples all align with that purpose. However, the package metadata declares no required credentials or homepage/source while the runtime instructions explicitly require an API key from a third‑party host (https://skill.lordest.cn), creating an omission/inconsistency between claimed metadata and actual operation.
Instruction Scope
The SKILL.md only instructs the agent to call a single external API (skill.lordest.cn) and shows curl/Python examples. It does not instruct reading local files, scanning system state, or contacting additional unexpected endpoints. The only data the skill needs from the user is an API key and the requested YouTube URL/resolution.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill itself. That minimizes code-execution risk, but the skill routes network requests to an external service.
Credentials
Although metadata lists no required environment variables or primary credential, the SKILL.md explicitly requires an API key (format sk-yt-xxxxx) obtained from https://skill.lordest.cn. That API key requirement is not declared in the registry metadata — a mismatch that obscures the true credential needs. Requesting a user-provided API key is reasonable for a pay-per-use service, but you should verify who stores/uses that key, how OpenClaw will persist it, and whether the service's billing/privacy terms are acceptable.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration changes. Autonomous model invocation is allowed by platform default, but there is no additional persistent privilege requested in the skill package itself.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install youtube-downloader-skill
  3. After installation, invoke the skill by name or use /youtube-downloader-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
Fixed API key authentication support - now works with both JWT tokens and API keys
v1.0.3
Updated backend version to 1.0.3
v1.0.2
Fixed API endpoint paths - removed /skill prefix from URLs
v1.0.1
Fixed installation URL in documentation
v1.0.0
Initial release - YouTube video downloader with pay-per-use API
Metadata
Slug youtube-downloader-skill
Version 1.0.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is YouTube Video Downloader?

Download YouTube videos by URL in various resolutions using a pay-per-use API with credit-based authentication and no charge on failed downloads. Use when us... It is an AI Agent Skill for Claude Code / OpenClaw, with 182 downloads so far.

How do I install YouTube Video Downloader?

Run "/install youtube-downloader-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is YouTube Video Downloader free?

Yes, YouTube Video Downloader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does YouTube Video Downloader support?

YouTube Video Downloader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created YouTube Video Downloader?

It is built and maintained by lordest (@jxyyjm); the current version is v1.0.4.

💬 Comments