CtrlK
BlogDocsLog inGet started
Tessl Logo

yao-audio

Audio expert. ALWAYS invoke this skill when the user asks to transcribe, recognize, or convert speech/audio to text.

77

Quality

96%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Audio Tools

Use these tools to transcribe audio files to text using speech-to-text models.

audio_transcribe

Transcribe an audio file to text.

tai tool audio_transcribe --audio_path /path/to/meeting.m4a
tai tool audio_transcribe --audio_path /path/to/recording.wav --language en --provider llm.my-openai:whisper-1
ParameterTypeRequiredDescription
audio_pathstringyesAudio file path. Supported: mp3, m4a, wav, webm, mp4, mpeg, mpga
languagestringnoISO 639-1 language code (e.g. en, zh, ja). Auto-detected if omitted
providerstringnoSTT provider connector ID. If omitted, uses the default STT provider

audio_providers

List available speech-to-text providers and models.

List STT providers (default):

tai tool audio_providers
ParameterTypeRequiredDescription
capabilitystringnoFilter by capability (default: audio)

Returns a list of providers with their available models and connector IDs that can be passed to audio_transcribe.

Constraints

Only use the parameters listed above for each tool. Do not pass unsupported parameters — they will be ignored or cause errors.

Repository
YaoApp/yao
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.