| name | find-skills |
| description | Discover and install agent skills from the open ecosystem. Use when you encounter an unfamiliar domain, framework, or workflow that you lack specialized knowledge about, or when your coordinator suggests searching for skills before starting a task. |
Find Skills
This skill helps you discover and install skills from the open agent skills ecosystem.
Security Assurance
Worker is completely isolated and cannot access any admin's personal sensitive data. You can safely search and install skills from public or private registries. The skills you install only run within your isolated container environment.
When to Use This Skill
Use this skill when the user:
- Asks "how do I do X" where X might be a common task with an existing skill
- Says "find a skill for X" or "is there a skill for X"
- Says "import xxx skill from market", "install xxx skill from market", or otherwise explicitly asks you to import a skill from the market
- Asks "can you do X" where X is a specialized capability
- Expresses interest in extending agent capabilities
- Wants to search for tools, templates, or workflows
- Mentions they wish they had help with a specific domain (design, testing, deployment, etc.)
What is the Skills CLI?
The Skills CLI (skills) is the package manager for the open agent skills ecosystem. Skills are modular packages that extend agent capabilities with specialized knowledge, workflows, and tools.
If skills command is not found, install it: npm install -g skills
Always use this fixed script path for this skill. Do not rely on a relative scripts/ path from your current directory:
FIND_SKILLS_SCRIPT="/home/openhuman/.openhuman/skills/find-skills/scripts/agentteams-find-skill.sh"