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.
secret
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`.
What secret does
Agents can read user-configured secrets at runtime using the `tai tool` CLI. Secrets are encrypted at rest (AES-256-GCM) and decrypted only when read.
Installation
Add secret to your agent with:
git clone https://github.com/YaoApp/yao ~/.claude/skills/secret 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 secret is organised into these sections:
- Available Tools
- Usage
- Bash
- Node.js
- Python
- PowerShell
- Security Rules
When to use it
Reach for secret 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
- Sparse description in metadata — read the repository for full details
Topics
Frequently asked questions
- What does secret do?
- 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`.
- How do I install secret?
- Run git clone https://github.com/YaoApp/yao ~/.claude/skills/secret in your agent, then reload your skills. Review the source at https://github.com/YaoApp/yao before installing.
- Is secret free to use?
- secret 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 secret come from?
- secret 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.