ワンクリックで
cli-anything-wavetone
Control WaveTone 2.61 workflows through a JSON manifest and launch the real Windows WaveTone executable.
メニュー
Control WaveTone 2.61 workflows through a JSON manifest and launch the real Windows WaveTone executable.
Use when the user wants Codex to build, refine, test, validate, or list CLI-Anything harnesses for GUI applications or source repositories. Adapts the full CLI-Anything methodology to Codex without changing the generated Python harness format.
Command-line interface for MiniMax AI — chat (MiniMax-M3) and TTS (speech-2.8-hd) via the MiniMax API.
Use when the user wants Hermes Agent to build, refine, test, or validate a CLI-Anything harness for a GUI application or source repository. Adapts the CLI-Anything methodology to Hermes without changing the generated Python harness format.
Command-line interface for Joplin workflows using the real joplin terminal backend
Command-line interface for Pioneer Rekordbox 6/7 - DJ library and live-deck control via guarded SQLCipher master.db access (pyrekordbox) + virtual MIDI mapping. Provides library inspection, playlist creation/add/clear, and live-deck mixing (play/sync/crossfade/EQ). Pioneer ships no playback REST API; this harness combines the only two real surfaces (encrypted DB + MIDI) into one agent-native CLI.
Command-line interface for Calibre - A stateful CLI harness for e-book library management, metadata editing, and format conversion wrapping the real Calibre tools (calibredb, ebook-convert, ebook-meta)...
| name | cli-anything-wavetone |
| description | Control WaveTone 2.61 workflows through a JSON manifest and launch the real Windows WaveTone executable. |
Use this skill when an agent needs to prepare, inspect, and launch WaveTone 2.61 audio transcription workflows.
WAVETONE_EXE to wavetone.exe or WAVETONE_HOME to the extracted
WaveTone directory when the default portable path is not used.All commands support the top-level --json flag.
cli-anything-wavetone --json wavetone doctor
cli-anything-wavetone --json project new input.wav -o project.wt.json
cli-anything-wavetone --project project.wt.json --json audio probe
cli-anything-wavetone --project project.wt.json --json project set-tempo --bpm 120 --meter 4/4
cli-anything-wavetone --project project.wt.json --json project add-label chorus --time 64.0
cli-anything-wavetone --project project.wt.json --json wavetone launch
project: create manifests, set tempo, add labels, update intended analysis
settings, and attach a WFD saved from WaveTone.audio: probe audio metadata before opening it in WaveTone.wavetone: run doctor, list supported formats, or launch the real GUI.session: record lightweight event logs for multi-step agent workflows.defaults: show default analysis settings.The JSON project manifest is not a WaveTone WFD file. It is an agent-facing plan for the source audio, intended analysis settings, labels, and tempo metadata. Use WaveTone itself to perform analysis and save WFD/MIDI/text/WAVE outputs.
When running in automated checks, use:
cli-anything-wavetone --json wavetone launch input.wav --wait 1 --terminate
This confirms that the real backend can be started without leaving a persistent GUI process behind.