← Back to Skills Marketplace
Video Audio Replace Online
by
mhogan2013-9
· GitHub ↗
· v1.0.0
· MIT-0
96
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-audio-replace-online
Description
Get re-audioed MP4 ready to post, without touching a single slider. Upload your video with audio (MP4, MOV, AVI, WebM, up to 500MB), say something like "repl...
Usage Guidance
This skill appears to do what it says (upload your video to nemovideo.ai, replace audio, and return a rendered MP4) and only requires a single service token (NEMO_TOKEN). Before installing: (1) Confirm you trust the domain https://mega-api-prod.nemovideo.ai and are comfortable uploading videos (these files go to that service). (2) Ask the maintainer to explain the inconsistent metadata: SKILL.md mentions a local config path (~/.config/nemovideo/) but the registry lists none — find out whether the skill will read/write that directory or store tokens there. (3) Be aware that if you allow autonomous invocation, the agent may call the API and upload files without per-action prompts. (4) If you plan to reuse a service token across tools, consider creating a scoped/token for this skill instead of reusing high-privilege credentials. If you want, ask the skill author to remove or justify the config-path requirement and to document exactly what metadata or local paths it will access.
Capability Analysis
Type: OpenClaw Skill
Name: video-audio-replace-online
Version: 1.0.0
The skill bundle is a legitimate integration for a cloud-based video editing service (nemovideo.ai). It provides clear instructions for the AI agent to manage authentication, sessions, file uploads, and video rendering tasks. The code includes security-conscious directives, such as suppressing the output of raw tokens and JSON, and the network activity is restricted to the service's documented API endpoints (mega-api-prod.nemovideo.ai). No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (cloud video audio replacement) match the runtime instructions (upload, render, download via nemovideo.ai) and the single required credential (NEMO_TOKEN) is appropriate for that purpose. However, the SKILL.md frontmatter references a config path (~/.config/nemovideo/) that is not listed in the registry metadata — an inconsistency that should be clarified (why a local config path is declared and whether the skill will read or write it).
Instruction Scope
Instructions stay within the declared purpose (session creation, uploads, SSE, export/polling). They include generating an anonymous token if NEMO_TOKEN is not present and saving session_id. A minor scope concern: the skill asks callers to auto-detect an install path value for X-Skill-Platform (reading an install path may require access to agent install metadata), and the SKILL.md frontmatter mentions a local config path — neither action is necessary for core audio-replace functionality and should be explained.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk by the skill itself in the provided materials. This is the lowest-risk install mechanism.
Credentials
The only required environment variable is NEMO_TOKEN (declared as primary credential), which is reasonable for a cloud service. The SKILL.md metadata also references a config path (~/.config/nemovideo/) not listed in the registry entry — it's unclear whether the skill will read or store tokens/config there. Confirm whether the skill will access that path and whether NEMO_TOKEN could be stored or read from it.
Persistence & Privilege
always:false (normal). The skill can be invoked autonomously by the agent (default behavior) and will call external network endpoints (nemovideo.ai). This is expected for a cloud render service but increases blast radius — if you permit autonomous invocation, the agent could upload user videos and call external APIs without interactive confirmation unless the agent is instructed otherwise. The declared config path implies possible local persistence; clarify whether the skill will write to ~/.config/nemovideo/.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-audio-replace-online - After installation, invoke the skill by name or use
/video-audio-replace-online - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Video Audio Replace Online (v1.0.0)
- Upload video (MP4, MOV, AVI, WebM, up to 500MB) and swap audio tracks via AI-powered cloud pipeline
- Download results as 1080p MP4 after fast cloud rendering (30–90 seconds)
- Supports re-auth, free credits, and session management with clear error handling
- Automatic routing of user prompts for upload, export, credits, state checks, and edits
Metadata
Frequently Asked Questions
What is Video Audio Replace Online?
Get re-audioed MP4 ready to post, without touching a single slider. Upload your video with audio (MP4, MOV, AVI, WebM, up to 500MB), say something like "repl... It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.
How do I install Video Audio Replace Online?
Run "/install video-audio-replace-online" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Audio Replace Online free?
Yes, Video Audio Replace Online is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Audio Replace Online support?
Video Audio Replace Online is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Audio Replace Online?
It is built and maintained by mhogan2013-9 (@mhogan2013-9); the current version is v1.0.0.
More Skills