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-workspace
yao-workspace is an open-source integrations skill for Claude Code and compatible agents, published by YaoApp. Its author describes it as: “Workspace file I/O expert. ALWAYS invoke this skill when you need to list workspaces, read or write files in a workspace on a remote node, or browse workspace directories. Use this for cross-node file operations — for…”. 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-workspace`.
What yao-workspace does
Five tools for managing workspaces and file I/O, called via bash.
Installation
Add yao-workspace to your agent with:
git clone https://github.com/YaoApp/yao ~/.claude/skills/yao-workspace 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-workspace is organised into these sections:
- workspacelist
- workspaceget
- workspacefilelist
- workspacefileread
- workspacefilewrite
- Typical Workflow
- Guidelines
When to use it
Reach for yao-workspace 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-workspace do?
- Workspace file I/O expert. ALWAYS invoke this skill when you need to list workspaces, read or write files in a workspace on a remote node, or browse workspace directories. Use this for cross-node file operations — for local sandbox files, use standard filesystem tools instead.
- How do I install yao-workspace?
- Run git clone https://github.com/YaoApp/yao ~/.claude/skills/yao-workspace in your agent, then reload your skills. Review the source at https://github.com/YaoApp/yao before installing.
- Is yao-workspace free to use?
- yao-workspace 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-workspace come from?
- yao-workspace 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.
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.