Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:2
forks:0
updated:May 6, 2026 at 14:06
File Explorer
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | mistral-stt |
| description | Transcribe audio files using Mistral AI Voxtral. |
| metadata | {"version":"1.0.9"} |
Standalone direct Node.js client for Mistral's Voxtral transcription API. The canonical client is scripts/transcribe.mjs; scripts/transcribe.sh is the shell entrypoint wrapper. There are no curl fallbacks or Python parser dependencies.
MISTRAL_API_KEY=xxx ./scripts/transcribe.sh audio.ogg [language] [model]
MISTRAL_API_KEY=xxx ./scripts/transcribe.sh --file audio.ogg --lang ru --model voxtral-mini-latest
language — optional; omitted means provider auto-detection.model — optional; default: voxtral-mini-latest.MISTRAL_API_KEY is missing.--file, -f — audio file path.--lang, --language, -l — optional language code.--model, -m — Mistral transcription model.--help, -h — usage.fetch, FormData, and Blob.voxtral-mini-latest.text field.transcribe_mistral: transcribe.sh {file} {lang} {model}.