Learn โ Find & Install Skills
Discover, install, and manage AI agent skills from agentskill.sh. Search for capabilities mid-session, install extensions, and scan for security issues.
Install on your platform
We auto-selected Claude Code based on this skillโs supported platforms.
Run in terminal (recommended)
claude mcp add learn npx -- -y @trustedskills/learn
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"learn": {
"command": "npx",
"args": [
"-y",
"@trustedskills/learn"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The learn skill allows an AI agent to discover and install relevant skills from a registry of over 100,000 skills. It analyzes the current project context and suggests appropriate skills for integration. This process helps agents expand their capabilities without manual searching or risk of malicious code through vetted skill installations.
When to use it
- When you want your AI agent to automatically identify useful tools and functionalities for a specific project.
- To quickly broaden an agent's skillset beyond its initial configuration.
- After setting up the
agentskill.shCLI, to populate your agent with relevant skills. - To ensure that newly added skills have been vetted for security vulnerabilities before installation.
Key capabilities
- Skill discovery from a large registry (100,000+ skills).
- Project context analysis for skill recommendations.
- Security scoring of skills based on static analysis (0-100).
- Client-side confirmation required for low-scoring skills.
Example prompts
/learn- Initiates the skill discovery process./learn suggestโ Requests a list of suggested skills for the current project./learn install <skill_slug>- Installs a specific skill by its slug (e.g.,/learn install python).
Tips & gotchas
- Requires installation of the
@agentskill.sh/clitool vianpmor through a plugin marketplace (Claude Code). - Skills scoring below 30 require explicit confirmation before installation due to potential security risks.
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.
Installing this skill downloads the exact code at commit 3d9ae7be, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
๐ Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.