← Back to Skills Marketplace
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install multilingual-video-dubbing-ffmpeg-format-conversion
Description
Convert media files between formats - video containers, audio formats, and codec transcoding
Usage Guidance
This skill appears to be a plain FFmpeg recipe set, but the metadata fails to declare ffmpeg as a required binary and gives no source/homepage. Before installing or letting an agent run it: (1) verify the ffmpeg binary you intend to use is present and from a trusted source (check ffmpeg --version and origin), (2) review and, if needed, modify batch loops to avoid accidental overwriting (test on copies), (3) be aware commands use Unix paths like /dev/null—adjust for Windows if needed, (4) prefer enabling manual invocation (not autonomous) until you confirm behavior, and (5) ask the skill author for declared dependencies and a source/homepage. These steps would increase confidence that the skill is safe and functions as expected.
Capability Analysis
Type: OpenClaw Skill
Name: multilingual-video-dubbing-ffmpeg-format-conversion
Version: 0.1.0
The skill bundle provides standard documentation and command-line examples for using FFmpeg to perform media format conversion and transcoding. The instructions in SKILL.md are strictly aligned with the stated purpose, containing no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The SKILL.md explicitly calls out ffmpeg command-line usage for conversion and batch processing, but the skill metadata declares no required binaries or install steps. A media-conversion skill legitimately requires the ffmpeg binary (or an alternative implementation); the missing declared dependency is inconsistent and unexplained. The skill also has no source/homepage listed, so provenance is unclear.
Instruction Scope
The instructions stay on-topic (ffmpeg usage) and do not request unrelated system data or credentials. However they include batch shell loops that will operate on all matching files in the working directory and use platform-specific paths (e.g., /dev/null) without noting cross-platform considerations — this can lead to unintended mass overwrites or failures on non-Unix systems.
Install Mechanism
This is an instruction-only skill (no installer), which is low risk from an install perspective. But because it relies on an external binary (ffmpeg) and provides no install guidance or declared requirement, users might run commands without confirming the tool's presence/version. That omission is a usability and provenance concern rather than a direct code-execution supply-chain risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The lack of sensitive-access requests is appropriate for the stated purpose.
Persistence & Privilege
The skill is not forced-always and does not request elevated persistence. Autonomous invocation is allowed by default (platform standard) but there is no additional privileged configuration or modification of other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multilingual-video-dubbing-ffmpeg-format-conversion - After installation, invoke the skill by name or use
/multilingual-video-dubbing-ffmpeg-format-conversion - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Bulk publish from all-task-skills-dedup
Metadata
Frequently Asked Questions
What is ffmpeg-format-conversion?
Convert media files between formats - video containers, audio formats, and codec transcoding. It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install ffmpeg-format-conversion?
Run "/install multilingual-video-dubbing-ffmpeg-format-conversion" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ffmpeg-format-conversion free?
Yes, ffmpeg-format-conversion is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ffmpeg-format-conversion support?
ffmpeg-format-conversion is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ffmpeg-format-conversion?
It is built and maintained by lnj22 (@lnj22); the current version is v0.1.0.
More Skills