← Back to Skills Marketplace
Video Editor Kids
by
peandrover adam
· GitHub ↗
· v1.0.0
· MIT-0
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-editor-kids
Description
Turn a 2-minute school project recording into 1080p kid-friendly edited videos just by typing what you need. Whether it's editing children's videos with fun...
Usage Guidance
This skill appears to do what it says (cloud-based kids' video editing) and only asks for one service token (NEMO_TOKEN), which is reasonable — but there are a few things to check before installing or granting access:
- Ask the publisher to clarify why the frontmatter lists ~/.config/nemovideo/ as a config path when the registry metadata shows none. If the skill will read that directory, verify what it contains (tokens, cached files) and whether you're comfortable exposing it.
- Prefer providing a limited-scope NEMO_TOKEN or a throwaway account/token with the minimum necessary rights, not a high-privilege or shared secret.
- Confirm whether the agent will persist the anonymous starter token to disk (and where) if it generates one; if so, decide whether that storage location and lifetime are acceptable.
- If you want to reduce risk, run the skill in an isolated environment (separate user account or container) so its filesystem checks (install-path detection, config dir reads) cannot access unrelated credentials or sensitive files.
- If the author cannot justify reading install paths or the config directory, treat that as a red flag and avoid installing until clarified.
If you want, I can draft specific questions to ask the skill author or propose an isolation checklist to run the skill safely.
Capability Analysis
Type: OpenClaw Skill
Name: video-editor-kids
Version: 1.0.0
The skill acts as a functional wrapper for a cloud-based video editing service (nemovideo.ai). It provides detailed instructions for the agent to manage authentication, sessions, file uploads, and rendering via the `https://mega-api-prod.nemovideo.ai` API. While it involves sending user-provided video data to a third-party service and requires an API token (NEMO_TOKEN), these actions are strictly aligned with its stated purpose of providing cloud-based video processing. No evidence of malicious intent, data exfiltration of sensitive local files, or unauthorized execution was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The skill's name/description match the runtime instructions: it calls a cloud video-rendering API and needs a NEMO_TOKEN for auth. Asking for a single service token is proportionate to a cloud video-editing service. However, the SKILL.md frontmatter declares a config path (~/.config/nemovideo/) even though the registry metadata listed no required config paths — this mismatch should be explained by the author.
Instruction Scope
Runtime instructions direct the agent to use NEMO_TOKEN or obtain an anonymous token via the service's auth endpoint, create sessions, upload user media, stream SSE, and poll render endpoints — all expected for a cloud editor. Concerningly, the instructions also tell the agent to read the skill's own YAML frontmatter and detect the agent install path (~/.clawhub/, ~/.cursor/skills/) to set X-Skill-Platform, and reference a config directory (~/.config/nemovideo/). Reading arbitrary home-directory paths or install locations expands filesystem access beyond just using an env var and should be justified. The guidance to 'keep technical details out of the chat' is a UX instruction but does not affect security directly.
Install Mechanism
No install spec or code files — instruction-only skill. This is the lowest-risk install surface because nothing is downloaded or written by an installer.
Credentials
The only declared credential is NEMO_TOKEN (primaryEnv), which is appropriate for a cloud API. However, the SKILL.md frontmatter's configPaths (~/ .config/nemovideo/) are not reflected in the registry's required config paths; if the skill attempts to read that directory it may access local credentials or cached tokens unexpectedly. The skill also instructs generating and persisting an anonymous token when none is provided — reasonable, but users should be aware that the agent will store/use that token as an environment-like credential.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does require the normal autonomous invocation flag (default) which is standard. The skill does not request to modify other skills or system-wide settings in the provided instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-editor-kids - After installation, invoke the skill by name or use
/video-editor-kids - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Video Editor for Kids — 1.0.0
- Initial release of the "Video Editor for Kids" skill.
- Enables easy AI-powered video editing for children's videos with fun titles, transitions, and music.
- Supports direct upload and natural language instructions—no timeline or manual export settings required.
- Handles session & token setup transparently; users simply upload and describe the desired edit.
- Processes uploads in 30–90 seconds, exporting polished 1080p MP4 videos ready for download.
- Includes error handling, credits management, and batch/iterative workflows for convenience.
Metadata
Frequently Asked Questions
What is Video Editor Kids?
Turn a 2-minute school project recording into 1080p kid-friendly edited videos just by typing what you need. Whether it's editing children's videos with fun... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install Video Editor Kids?
Run "/install video-editor-kids" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Editor Kids free?
Yes, Video Editor Kids is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Editor Kids support?
Video Editor Kids is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Editor Kids?
It is built and maintained by peandrover adam (@peand-rover); the current version is v1.0.0.
More Skills