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-agent
yao-agent is an open-source integrations skill for Claude Code and compatible agents, published by YaoApp. Its author describes it as: “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 s…”. 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-agent`.
What yao-agent does
Five tools for managing agents on the host, called via bash.
Installation
Add yao-agent to your agent with:
git clone https://github.com/YaoApp/yao ~/.claude/skills/yao-agent 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-agent is organised into these sections:
- agentlist
- agentdownload
- agentreference
- agentdeploy
- agentconnectors
- Guidelines
When to use it
Reach for yao-agent 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-agent do?
- 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.
- How do I install yao-agent?
- Run git clone https://github.com/YaoApp/yao ~/.claude/skills/yao-agent in your agent, then reload your skills. Review the source at https://github.com/YaoApp/yao before installing.
- Is yao-agent free to use?
- yao-agent 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-agent come from?
- yao-agent 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 →Audio expert. ALWAYS invoke this skill when the user asks to transcribe, recognize, or convert speech/audio to text.
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.