← Back to Skills Marketplace
173
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-dubbing-videoany
Description
Guide users to VideoAny AI Video Dubbing tool to dub video or audio into a target language.
Usage Guidance
This skill appears to be a simple guidance helper that prints instructions for using VideoAny's web dubbing tool. Before installing: (1) note the metadata mismatch between the registry owner and _meta.json — confirm the source if provenance matters; (2) be mindful that SKILL.md requests shell:exec permission even though the scripts only print guidance — if you want stricter containment, run the scripts in a sandbox or refuse shell:exec; (3) inspect the files locally (they are small and readable) and run them to verify behavior before granting the skill broader access; (4) the skill does not require any API keys or access to your files, but when using the external VideoAny service, confirm you are comfortable uploading your media to that third party.
Capability Analysis
Type: OpenClaw Skill
Name: video-dubbing-videoany
Version: 1.0.0
The skill bundle is a guidance tool that directs users to an external website (videoany.io) for AI video dubbing. The Python scripts, including the main script 'scripts/guide_video_dubbing.py' and several legacy wrappers (e.g., 'scripts/convert_svg.py'), only perform basic input validation and print informational text to the console. While the skill requests 'shell:exec' permissions, this is used solely to execute the included Python scripts which contain no network requests, file system modifications, or obfuscated code.
Capability Assessment
Purpose & Capability
The name/description (guide users to VideoAny) aligns with the included scripts that only print guidance and validate small inputs. Minor provenance inconsistency: the registry metadata ownerId (kn7f27...) differs from _meta.json ownerId (3jdzb76...), which is unexpected but does not change the skill's runtime behavior.
Instruction Scope
SKILL.md and scripts limit behavior to printing guidance, validating CLI arguments, and pointing the user to https://videoany.io/video-dubbing. The skill does not read or transmit files, access credentials, or call external endpoints in code; the SKILL.md does declare shell:exec permission but the scripts only print guidance and do not execute external commands.
Install Mechanism
No install spec and no external dependencies (requirements.txt empty). This is low-risk: files are small, plain Python, and nothing is downloaded or extracted at install time.
Credentials
No required environment variables, no credentials, and no config paths are requested. The requested permissions are limited to shell:exec in the SKILL.md header, which is broader than strictly necessary but the shipped code does not use environment secrets.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide configuration or access to other skills. Autonomous invocation is allowed (platform default) but the skill's code is read-only guidance.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-dubbing-videoany - After installation, invoke the skill by name or use
/video-dubbing-videoany - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of video-dubbing skill.
- Guides users to the VideoAny AI Video Dubbing tool for dubbing video or audio into a chosen language.
- Supports both file uploads and direct media URLs (mp4, mov, mp3, wav, m4a).
- Highlights the use of ISO 639-1 two-letter codes for target languages, with auto-detection for source language if not specified.
- Advises on responsible use, including authorized content only and compliance with legal guidelines.
- Provides instructions for using an optional local CLI helper for guidance; actual dubbing occurs on the VideoAny website.
- Recommends starting with short clips and verifying language code format.
Metadata
Frequently Asked Questions
What is Video Dubbing?
Guide users to VideoAny AI Video Dubbing tool to dub video or audio into a target language. It is an AI Agent Skill for Claude Code / OpenClaw, with 173 downloads so far.
How do I install Video Dubbing?
Run "/install video-dubbing-videoany" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Dubbing free?
Yes, Video Dubbing is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Dubbing support?
Video Dubbing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Dubbing?
It is built and maintained by Colin (@gaoq1); the current version is v1.0.0.
More Skills