ワンクリックで
cli-anything-wavetone
Control WaveTone 2.61 workflows through a JSON manifest and launch the real Windows WaveTone executable.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Control WaveTone 2.61 workflows through a JSON manifest and launch the real Windows WaveTone executable.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Capability-based multi-tool matrix for 3D modeling, CAD, point clouds, rendering, GPU debugging, and fabrication. Covers mesh/parametric/photogrammetry and the path from idea to printed part or game-ready asset.
Capability-based multi-tool matrix for game development: engine, 3D/2D/audio assets, AI-generated assets, agent playtesting, packaging, store publishing, and telemetry.
Capability-based multi-tool matrix for image and graphic design: AI generation, raster/vector editing, UI mockups, diagrams, upscaling, photo library, and publishing.
Capability-based multi-tool matrix for research, note-taking, document authoring, and publishing. Agents compose providers (CLI-Anything harnesses, public CLIs, Python libs, native binaries, cloud APIs) per capability.
Capability-based multi-tool matrix for video production. Agents pick providers (CLI-Anything harnesses, public CLIs, Python libs, native binaries, cloud APIs) per capability rather than marching through fixed stages, including storyboard planning, story/audio direction, source triage, internet video/music search/download, capture/generation, analysis, sound design, high-end caption design, NLE/render doctor investigation, review, and packaging.
Discover agent-native CLIs for professional software. Access the live catalog to find tools for creative workflows, productivity, AI, and more.
| 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.