← Back to Skills Marketplace
Youtube Video Converter
by
vynbosserman65
· GitHub ↗
· v1.0.0
· MIT-0
131
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install youtube-video-converter
Description
convert YouTube video links into converted MP4 files with this skill. Works with MP4, WebM, AVI, MOV files up to 500MB. YouTubers use it for converting YouTu...
Usage Guidance
This skill appears to do what it says: it talks to a nemo video API and needs one token (NEMO_TOKEN). Before installing, confirm you trust the remote service (mega-api-prod.nemovideo.ai) because any video or link you submit will be uploaded/processed there. Note the registry metadata vs SKILL.md mismatch: SKILL.md references a config path (~/.config/nemovideo/) while the registry reported none — ask the publisher which is correct. Also the skill has no public source or homepage; if you need stronger assurance, request the skill's source or documentation and verify the API domain and privacy policy. If you proceed, prefer using an ephemeral/anonymous token for testing rather than a long-lived secret tied to other accounts.
Capability Analysis
Type: OpenClaw Skill
Name: youtube-video-converter
Version: 1.0.0
The skill is a functional wrapper for a cloud-based video conversion service hosted at mega-api-prod.nemovideo.ai. It provides structured instructions for the agent to manage API sessions, handle file uploads, and poll for rendering status. While the documentation contains repetitive phrasing (likely for keyword optimization within the agent's routing logic), there is no evidence of data exfiltration, unauthorized access to sensitive local files, or malicious command execution. The skill follows standard practices for cloud-integrated tools, including token management and error handling.
Capability Assessment
Purpose & Capability
The skill's declared purpose (convert YouTube links to MP4/WebM/etc.) matches the runtime instructions (calls to a nemo video API, upload/render/export endpoints). Requesting a single token (NEMO_TOKEN) is appropriate for this purpose. However, registry metadata reported 'no config paths' while the SKILL.md frontmatter lists a config path (~/.config/nemovideo/), which is an inconsistency to resolve.
Instruction Scope
SKILL.md contains explicit API calls (session creation, upload, render, credit checks) and SSE handling that stay within the stated purpose of driving a cloud render pipeline. The instructions expect the agent to upload user-provided videos/URLs and to include Authorization headers. They also advise deriving an anonymous token if none exists. Nothing in the instructions asks the agent to read unrelated secrets or system data beyond possible install/config paths mentioned.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so it does not write new binaries or download archives. That lowers installation risk.
Credentials
The skill requires a single environment variable (NEMO_TOKEN) which aligns with the API-based workflow. Minor proportionality concerns: SKILL.md references a config path (~/.config/nemovideo/) and detection of install paths for header population; the registry metadata did not list this path. Also the skill will send user-supplied video data to an external domain (mega-api-prod.nemovideo.ai), so users should consider privacy of uploaded content and whether they trust the remote service.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It instructs storing session_id/token in-session for API use, which is typical for this functionality. It does not try to modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youtube-video-converter - After installation, invoke the skill by name or use
/youtube-video-converter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of YouTube Video Converter.
- Convert YouTube videos to 1080p MP4, MOV, AVI, or WebM files (up to 500MB).
- Automatic token/session setup; supports both registered and anonymous users.
- Cloud-based processing with status updates and error handling (e.g., expired token, file too large).
- Query credits, upload URLs/files, and manage video export/downloads via clear commands.
- Includes intent matching for common actions (convert, credits, export, upload, status).
Metadata
Frequently Asked Questions
What is Youtube Video Converter?
convert YouTube video links into converted MP4 files with this skill. Works with MP4, WebM, AVI, MOV files up to 500MB. YouTubers use it for converting YouTu... It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.
How do I install Youtube Video Converter?
Run "/install youtube-video-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Youtube Video Converter free?
Yes, Youtube Video Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Youtube Video Converter support?
Youtube Video Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Youtube Video Converter?
It is built and maintained by vynbosserman65 (@vynbosserman65); the current version is v1.0.0.
More Skills