Find Skills
This agent locates relevant skills based on a given topic, streamlining knowledge discovery and boosting productivity for skill identification.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sanity-io-find-skills npx -- -y @trustedskills/sanity-io-find-skills
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sanity-io-find-skills": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sanity-io-find-skills"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The sanity-io-find-skills skill allows AI agents to discover and install new skills. It provides a mechanism for agents to expand their capabilities by finding and integrating additional functionalities from the TrustedSkills registry. This enables dynamic adaptation and growth of agent abilities based on evolving needs.
When to use it
- An agent requires a specific capability that isn't already available in its skillset (e.g., summarizing legal documents).
- You want an agent to automatically update its functionality with the latest skills from the TrustedSkills registry.
- A system administrator wants to manage and extend an agent’s capabilities without manual intervention.
- An agent needs to adapt to a new task or environment requiring specialized tools.
Key capabilities
- Skill discovery: Find available skills within the TrustedSkills registry.
- Skill installation: Integrate newly discovered skills into the agent's functionality.
- Dynamic skill management: Allows for automated updates and additions of skills.
Example prompts
- "Find a skill that can translate English to French."
- "Install any new skills related to data analysis."
- “What are the latest skills available for image recognition?”
Tips & gotchas
The agent needs access to the TrustedSkills registry to function correctly. Ensure proper permissions and network connectivity are configured for skill discovery and installation.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.