/cli-anything-wavetone
Control WaveTone 2.61 workflows through a JSON manifest and launch the real Windows WaveTone executable.
$ npx -y skills add HKUDS/CLI-Anything --skill cli-anything-wavetone --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/cli-anything-wavetone
Context preview
The summary Claude sees to decide when to auto-load this skill.
Control WaveTone 2.61 workflows through a JSON manifest and launch the real Windows WaveTone executable.
SKILL.md
cli-anything-wavetone.SKILL.mdname: "cli-anything-wavetone"
description: "Control WaveTone 2.61 workflows through a JSON manifest and launch the real Windows WaveTone executable."
cli-anything-wavetone
Use this skill when an agent needs to prepare, inspect, and launch WaveTone 2.61 audio transcription workflows.
Requirements
- Windows host.
- WaveTone 2.61 extracted locally.
- Set `WAVETONE_EXE` to `wavetone.exe` or `WAVETONE_HOME` to the extracted
WaveTone directory when the default portable path is not used.
Core Commands
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
Command Groups
- `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.
Agent Guidance
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.
Read more
name: "cli-anything-wavetone" description: "Control WaveTone 2.61 workflows through a JSON manifest and launch the real Windows WaveTone executable."
cli-anything-wavetone
Use this skill when an agent needs to prepare, inspect, and launch WaveTone 2.61 audio transcription workflows.
Requirements
- Windows host.
- WaveTone 2.61 extracted locally.
- Set `WAVETONE_EXE` to `wavetone.exe` or `WAVETONE_HOME` to the extracted
WaveTone directory when the default portable path is not used.
Core Commands
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
Command Groups
- `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.
Agent Guidance
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.
"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/
Repo: HKUDS/CLI-Anything
Other skills on cli-anything.
- /cli-anything-firefly-iii
Firefly III CLI - Personal finance management via CLI-Anything
Open skill - /cli-anything-openrefine
Use OpenRefine through an agent-native CLI for importing messy data, applying JSON operation histories, inspecting rows, exporting cleaned data, and managing session undo/redo.
Open skill - /cli-anything-adguardhome
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 need to manage filtering, DNS rewrites, clients, DHCP, and query logs without a GUI.
Open skill - /cli-anything-anygen
Command-line interface for Anygen - A stateful command-line interface for AnyGen OpenAPI — generate professional slides, documents, webs...
Open skill - /cli-anything-audacity
Command-line interface for Audacity - A stateful command-line interface for audio editing, following the same patterns as the GIMP and Ble...
Open skill - /cli-anything-blender
Command-line interface for Blender - A stateful command-line interface for 3D scene editing, following the same patterns as the GIMP CLI ...
Open skill

