cli-anything-generator
Build, refine, test, validate, or list CLI-Anything harnesses for GUI applications in Cursor. Prefer slash commands /cli-anything, /cli-anything-refine,…
AI-powered video captioning — transcribe speech, optimize/translate subtitles, and burn them into video via the stable VideoCaptioner backend. Free ASR and translation included.
$ npx -y skills add HKUDS/CLI-Anything --skill cli-anything-videocaptioner --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cli-anything-videocaptionerContext preview
The summary Claude sees to decide when to auto-load this skill.
AI-powered video captioning — transcribe speech, optimize/translate subtitles, and burn them into video via the stable VideoCaptioner backend. Free ASR and translation included.
name: "cli-anything-videocaptioner" description: >- AI-powered video captioning — transcribe speech, optimize/translate subtitles, and burn them into video via the stable VideoCaptioner backend. Free ASR and translation included.
AI-powered video captioning tool. Transcribe speech → optimize subtitles → translate → burn into video.
pip install cli-anything-videocaptioner
**Prerequisites:**
# Show help cli-anything-videocaptioner --help # Start interactive REPL mode cli-anything-videocaptioner # Transcribe a video (free, no setup) cli-anything-videocaptioner transcribe video.mp4 --asr bijian # Translate subtitles (free Bing translator) cli-anything-videocaptioner subtitle input.srt --translator bing --target-language en # Full pipeline: transcribe → translate → burn subtitles cli-anything-videocaptioner process video.mp4 --asr bijian --translator bing --target-language en --subtitle-mode hard # Review subtitle/script consistency before a final hard-burn cli-anything-videocaptioner synthesize video.mp4 -s subtitles.srt \ --subtitle-mode hard \ --review-script approved_script.txt # Render a one-frame subtitle preview for review cli-anything-videocaptioner review subtitles.srt \ --script approved_script.txt \ --preview-video video.mp4 \ --preview-output review_5s.png # JSON output (for agent consumption) cli-anything-videocaptioner --json transcribe video.mp4 --asr bijian
When invoked without a subcommand, the CLI enters an interactive REPL session:
cli-anything-videocaptioner # Enter commands interactively with tab-completion and history
transcribe <input> [--asr bijian|jianying|whisper-api|whisper-cpp] [--language CODE] [--format srt|ass|txt|json] [-o PATH]
subtitle <input.srt> [--translator llm|bing|google] [--target-language CODE] [--layout target-above|source-above|target-only|source-only] [--no-optimize] [--no-translate] [-o PATH]
synthesize <video> -s <subtitle> [--subtitle-mode soft|hard] [--quality ultra|high|medium|low] [-o PATH] [--review-script PATH] [--max-script-diff-ratio FLOAT]
process <input> [--asr ...] [--translator ...] [--target-language ...] [--subtitle-mode ...] [--layout ...] [--no-optimize] [--no-translate] [--no-synthesize] [-o PATH]
review <input.srt|input.ass> [--script PATH] [--max-diff-ratio FLOAT] [--preview-video PATH] [--preview-at TC] [--preview-output PATH]
styles
config show config set <key> <value>
download <URL> [-o DIR]
All commands support `--json` for machine-readable output:
cli-anything-videocaptioner --json transcribe video.mp4 --asr bijian
# {"output_path": "/path/to/output.srt"}BCP 47 codes: `zh-Hans` `zh-Hant` `en` `ja` `ko` `fr` `de` `es` `ru` `pt` `it` `ar` `th` `vi` `id` and 23 more.
"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/
Repo: HKUDS/CLI-Anything
Build, refine, test, validate, or list CLI-Anything harnesses for GUI applications in Cursor. Prefer slash commands /cli-anything, /cli-anything-refine,…
Firefly III CLI - Personal finance management via CLI-Anything
Use OpenRefine through an agent-native CLI for importing messy data, applying JSON operation histories, inspecting rows, exporting cleaned data, and managing…
Command-line interface for AdGuard Home - Network-wide ad blocking and DNS management via AdGuard Home REST API. Designed for AI agents and power users who…
Command-line interface for Anygen - A stateful command-line interface for AnyGen OpenAPI — generate professional slides, documents, webs...
Command-line interface for Audacity - A stateful command-line interface for audio editing, following the same patterns as the GIMP and Ble...