← Back to Skills Marketplace
Youtube To Video Ai
by
peandrover adam
· GitHub ↗
· v1.0.0
· MIT-0
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install youtube-to-video-ai
Description
Skip the learning curve of professional editing software. Describe what you want — convert this YouTube video into a 60-second highlight reel with captions —...
Usage Guidance
This skill appears to do what it says (upload your video to a 'nemovideo' cloud service and return a clipped MP4), but a few things to check before installing:
- Origin and trust: There is no homepage or author URL; the registry owner ID is present but the source is unknown. Try to verify the vendor/service (nemovideo.ai) and confirm it is legitimate before sending sensitive content.
- Privacy: Your uploads (videos) will be sent to a third-party API and stored/processed there. Do not upload private or sensitive videos unless you trust the service and its terms/privacy policy.
- Tokens: The skill will read NEMO_TOKEN from the environment or create an anonymous token automatically (the skill's instructions describe POSTing to an anonymous-token endpoint). Understand that an anonymous token grants processing access for a limited time; check rate/usage limits and what metadata the service collects.
- Metadata mismatch: The SKILL.md frontmatter lists a config path (~/.config/nemovideo/) that the registry's required-configs did not. Confirm whether the skill will read or write that directory — if it does, inspect its contents for anything you wouldn't want shared.
- Test safely: If you proceed, test with non-sensitive sample videos first. If possible, request the vendor's privacy/terms page or source code to increase confidence.
If you want, I can try to summarize exactly which API calls and headers the skill will use (so you can audit network behavior) or suggest safer alternatives for local-only clipping workflows.
Capability Analysis
Type: OpenClaw Skill
Name: youtube-to-video-ai
Version: 1.0.0
The skill is a legitimate integration for a video processing service hosted at nemovideo.ai. It provides clear instructions for an AI agent to handle authentication via anonymous tokens, manage user sessions, and interact with cloud-based rendering APIs for video editing. There are no indicators of data exfiltration, malicious execution, or harmful prompt injection; the requested environment variables and configuration paths are consistent with the tool's stated purpose.
Capability Assessment
Purpose & Capability
The skill name/description (convert YouTube videos into clips) aligns with the runtime instructions which call a remote 'nemovideo' API and require a NEMO_TOKEN. That credential and the described endpoints are coherent with the stated purpose. However, the published registry metadata reported 'required config paths: none' while the SKILL.md frontmatter declares a configPaths entry (~/.config/nemovideo/), an inconsistency that is unexplained.
Instruction Scope
SKILL.md is clear about the flow: check for NEMO_TOKEN, obtain an anonymous token via the service if missing, create sessions, upload files or URLs, poll render status, and return download URLs. All file/network actions are directed to the stated backend. The notable runtime behavior is that user video files (or local file paths) will be uploaded to an external endpoint — expected for this capability but important for privacy. The instructions do not ask the agent to read arbitrary system secrets or unrelated files, but they do reference uploading local file paths and a config path in the frontmatter (mismatch with registry).
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes installation risk (nothing written to disk by the registry).
Credentials
Only a single credential is required (NEMO_TOKEN), which is proportional to a cloud API client. The skill will also obtain an anonymous token from the remote service if NEMO_TOKEN is absent. The frontmatter's configPaths entry (~/.config/nemovideo/) is declared in SKILL.md but not in the registry's 'required config paths' — this discrepancy should be resolved; if the skill actually needs to read that path, it raises additional scope and privacy considerations.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide privileges. It uses ephemeral session tokens and normal API calls. Autonomous invocation (model-driven use) is allowed by default but is not a unique red flag here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youtube-to-video-ai - After installation, invoke the skill by name or use
/youtube-to-video-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of YouTube to Video AI.
- Convert YouTube videos or uploaded files into short, repurposed video clips using a simple prompt.
- Automatic cloud-based editing: highlight reels, captions, aspect ratios, and more—no manual video editing required.
- Supports YouTube URLs and video files up to 500MB (MP4, MOV, WebM, AVI).
- Fast processing (1-2 minutes per clip); download finished highlights as MP4 or other formats.
- 100 free credits for new users (7-day trial); requires session setup and token-based cloud auth.
- Built-in error handling for uploads, token/session, credits, and API usage.
Metadata
Frequently Asked Questions
What is Youtube To Video Ai?
Skip the learning curve of professional editing software. Describe what you want — convert this YouTube video into a 60-second highlight reel with captions —... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Youtube To Video Ai?
Run "/install youtube-to-video-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Youtube To Video Ai free?
Yes, Youtube To Video Ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Youtube To Video Ai support?
Youtube To Video Ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Youtube To Video Ai?
It is built and maintained by peandrover adam (@peand-rover); the current version is v1.0.0.
More Skills