fix(minimax): add TTS options docs to canonical SKILL.md source

#360 added the "TTS options" section to skills/cli-anything-minimax/SKILL.md,
which is a generated mirror produced by .github/scripts/sync_root_skills.py
from minimax/agent-harness/cli_anything/minimax/skills/SKILL.md. The source
was never updated, so validate_root_skills.py failed on main.

Add the section to the canonical source. The mirror is unchanged, so the
documentation added in #360 is preserved verbatim. Note that running
sync_root_skills.py alone -- as the validator's error message suggests --
would have deleted those lines instead.
This commit is contained in:
yuhao
2026-07-09 12:40:21 +00:00
parent be964a5f25
commit ff419ea10c
@@ -46,6 +46,13 @@ cli-anything-minimax tts --text "Hello world" --output hello.mp3
cli-anything-minimax --json chat --prompt "Hello"
```
#### TTS options
`--text` (required) / `--model` / `--voice` / `--output` plus voice and audio
controls: `--speed` (0.5..2.0), `--vol` (0..10), `--pitch` (-12..12),
`--sample-rate` (8k/16k/22.05k/24k/32k/44.1k), `--bitrate` (32k/64k/128k/256k),
`--format` (mp3/pcm/flac), `--channel` (1/2). See `tts --help` for defaults.
## Command Groups
### Chat