← Back to Skills Marketplace
Video Producer Online
by
vcarolxhberger
· GitHub ↗
· v1.0.0
· MIT-0
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-producer-online
Description
produce raw footage into polished MP4 videos with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. content creators and marketers use it for pro...
Usage Guidance
This skill appears to actually implement cloud video processing, but it will: (1) contact an external endpoint (mega-api-prod.nemovideo.ai) to mint an anonymous token if you don't supply one, (2) create and store session IDs for job management, and (3) upload any files you provide to that third-party service. Before installing or using it, confirm you trust that service for handling your footage (especially sensitive content). Ask the publisher to clarify the config path usage (~/.config/nemovideo/) and where session tokens and session_id are stored and for how long. If you prefer, provide your own NEMO_TOKEN rather than letting the skill auto-generate it, and avoid uploading highly sensitive videos until you verify the provider's privacy/security practices.
Capability Analysis
Type: OpenClaw Skill
Name: video-producer-online
Version: 1.0.0
The 'video-producer-online' skill is a functional integration for a cloud-based AI video editing service (nemovideo.ai). It automates authentication via anonymous tokens, manages video uploads, and handles remote rendering workflows as described in SKILL.md. While it performs minor environment fingerprinting to identify the host platform (e.g., Cursor or Clawhub) for API telemetry, its actions are consistent with its stated purpose and do not exhibit malicious intent, unauthorized data exfiltration, or prompt-injection attacks.
Capability Assessment
Purpose & Capability
The name/description (cloud video production) aligns with the API endpoints and the single required credential (NEMO_TOKEN). However, the SKILL.md frontmatter declares a config path (~/.config/nemovideo/) while the registry metadata lists no required config paths — this mismatch is unexplained and worth asking the author to clarify.
Instruction Scope
The instructions tell the agent to autonomously obtain an anonymous token (POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token), create and reuse sessions, and upload files (multipart or URL). They also instruct the agent to detect install paths to set X-Skill-Platform (which requires probing filesystem paths). These behaviors are logically related to the skill but include automatic token acquisition/storage and silent backend calls that could result in user files being sent to a third-party service without an explicit, user-confirmed step.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing will be written to disk by an installer. That reduces code-supply risk.
Credentials
Only one credential (NEMO_TOKEN) is declared, which is proportionate to a cloud API. The skill instructs creating an anonymous token if none is present — reasonable for a guest mode, but it means the skill will call the external auth endpoint and will store/hold that token for subsequent requests. The inconsistency between registry configPaths (none) and the SKILL.md frontmatter (~/.config/nemovideo/) is a small red flag about what filesystem locations the skill may access.
Persistence & Privilege
always is false and the skill is not requesting elevated platform privileges. It does instruct storing session_id and token for subsequent calls (normal for a session-based API), but it does not declare or request permanent always-on presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-producer-online - After installation, invoke the skill by name or use
/video-producer-online - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Video Producer Online — cloud-based AI video editing and export.
- Turn raw footage into polished 1080p MP4 videos using AI cloud processing (MP4, MOV, AVI, WebM up to 500MB).
- Fast processing (1–2 minutes per typical clip) with an automatic session setup and free 7-day trial tokens.
- Supports editing commands such as removing pauses, adding background music, overlays, and more.
- Clear commands for uploading, exporting, checking credits, and viewing timeline state.
- API error handling and concise user feedback.
- Multi-format support for video and audio; export workflow is free and registration gives bonus credits.
Metadata
Frequently Asked Questions
What is Video Producer Online?
produce raw footage into polished MP4 videos with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. content creators and marketers use it for pro... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install Video Producer Online?
Run "/install video-producer-online" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Producer Online free?
Yes, Video Producer Online is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Producer Online support?
Video Producer Online is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Producer Online?
It is built and maintained by vcarolxhberger (@vcarolxhberger); the current version is v1.0.0.
More Skills