Video Dubbing

v1.0.0

Guide users to VideoAny AI Video Dubbing tool to dub video or audio into a target language.

0· 113·0 current·0 all-time
byColin@gaoq1
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9763vryyngas5q34jdbpngm75834vgp

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments