secret is an open-source integrations skill for Claude Code and compatible agents, published by YaoApp. It packages reusable instructions an agent loads on demand to help with integrations tasks. The project has 7.7k stars on GitHub and ships custom license terms, so review them before reuse. Add it to your setup with `git clone https://github.com/YaoApp/yao ~/.claude/skills/secret`.
yao-audio
yao-audio is an open-source integrations skill for Claude Code and compatible agents, published by YaoApp. Its author describes it as: “Audio expert. ALWAYS invoke this skill when the user asks to transcribe, recognize, or convert speech/audio to text.”. The project has 7.7k stars on GitHub and ships custom license terms, so review them before reuse. Add it to your setup with `git clone https://github.com/YaoApp/yao ~/.claude/skills/yao-audio`.
What yao-audio does
Use these tools to transcribe audio files to text using speech-to-text models.
Installation
Add yao-audio to your agent with:
git clone https://github.com/YaoApp/yao ~/.claude/skills/yao-audio Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for yao-audio is organised into these sections:
- audiotranscribe
- audioproviders
- List STT providers (default):
- Constraints
When to use it
Reach for yao-audio when you want integrations help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Ships in YaoApp/yao, an established project with 7,686 GitHub stars
- Actively maintained (recent commits)
Things to check
- No license declared — confirm terms with the author before reuse
Topics
Frequently asked questions
- What does yao-audio do?
- Audio expert. ALWAYS invoke this skill when the user asks to transcribe, recognize, or convert speech/audio to text.
- How do I install yao-audio?
- Run git clone https://github.com/YaoApp/yao ~/.claude/skills/yao-audio in your agent, then reload your skills. Review the source at https://github.com/YaoApp/yao before installing.
- Is yao-audio free to use?
- yao-audio is publicly available on GitHub, but YaoApp has not declared a standard open-source license (Other). Confirm the terms with the author before reusing it.
- Where does yao-audio come from?
- yao-audio ships inside YaoApp/yao, a repository that contains 11 catalogued skills in total. The repository's 7,686 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Integrations →Agent management expert. ALWAYS invoke this skill when you need to list available agents, download or reference agent source code, deploy agent code to the host, or query the LLM connector matrix. Do not guess agent structures — use this skill first.
Kanban board and task query expert. ALWAYS invoke this skill when the user asks about boards, tasks, task status, or project progress. Do not guess task state — use this skill first.
Yao process execution expert. ALWAYS invoke this skill when the user needs to call a Yao process, query data models, run scripts, or check process permissions. Do not call processes without checking this skill first.
Web information retrieval expert. ALWAYS invoke this skill when the user needs to search the web, fetch a URL, or access real-time information beyond training data. Do not guess or use stale knowledge — use this skill first.