Aiclip is an AI-powered CLI that translates natural language into safe, reviewable ffmpeg commands.
Commands
Version
aiclip command version — Show version information
Describe
aiclip command describe — Get AI-generated description of a media file
Generate
aiclip command generate — Generate a safe ffmpeg command from natural language
Usage Examples
# Show version
supercli aiclip command version
# Describe a media file
supercli aiclip command describe --input video.mp4
# Generate an ffmpeg command from natural language
supercli aiclip command generate --prompt "Convert video to 720p MP4"
# More complex example
supercli aiclip command generate --prompt "Extract audio and reduce quality to 128kbps"
Arguments
Command
Argument
Required
Description
describe
--input
Yes
Media file to describe
generate
--prompt
Yes
Natural language description of desired ffmpeg operation
Notes
Generated ffmpeg commands are safe and reviewable before execution
aiclip requires an AI backend (configured via environment variables)
Commands are meant to be reviewed before running with actual ffmpeg
1---2name: quickstart-6253description: Aiclip Plugin Quickstart4---5# Aiclip Plugin Quickstart67## Overview8Aiclip is an AI-powered CLI that translates natural language into safe, reviewable ffmpeg commands.910## Commands1112### Version13- `aiclip command version` — Show version information1415### Describe16- `aiclip command describe` — Get AI-generated description of a media file1718### Generate19- `aiclip command generate` — Generate a safe ffmpeg command from natural language2021## Usage Examples2223```bash24# Show version25supercli aiclip command version2627# Describe a media file28supercli aiclip command describe --input video.mp42930# Generate an ffmpeg command from natural language31supercli aiclip command generate --prompt "Convert video to 720p MP4"3233# More complex example34supercli aiclip command generate --prompt "Extract audio and reduce quality to 128kbps"35```3637## Arguments3839| Command | Argument | Required | Description |40|---------|----------|----------|-------------|41| describe | `--input` | Yes | Media file to describe |42| generate | `--prompt` | Yes | Natural language description of desired ffmpeg operation |4344## Notes45- Generated ffmpeg commands are safe and reviewable before execution46- aiclip requires an AI backend (configured via environment variables)47- Commands are meant to be reviewed before running with actual ffmpeg
Run npx skillmds@latest add javimosch/quickstart-625 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Aiclip Plugin Quickstart It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.