Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
hkuds avatar

Cli Anything Wavetone

  • 93 installs
  • 46.6k repo stars
  • Updated August 3, 2026
  • hkuds/cli-anything

Prepare, inspect, and launch WaveTone 2.61 audio-transcription workflows on Windows through a JSON manifest and the real WaveTone executable.

About

A CLI harness that drives WaveTone 2.61 audio-transcription workflows via a JSON manifest and launches the real Windows executable. A developer uses it to prepare and run WaveTone music/audio transcription jobs from the command line.

  • Windows-only; uses WAVETONE_EXE or WAVETONE_HOME to locate the binary
  • JSON manifest driven with top-level --json on all commands

Cli Anything Wavetone by the numbers

  • 93 all-time installs (skills.sh)
  • +12 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #254 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-wavetone

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs93
repo stars46.6k
Last updatedAugust 3, 2026
Repositoryhkuds/cli-anything

What it does

Prepare, inspect, and launch WaveTone 2.61 audio-transcription workflows on Windows through a JSON manifest and the real WaveTone executable.

Files

SKILL.mdMarkdownGitHub ↗

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.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.