๐Ÿ“ฆ

Learn โ€” Find & Install Skills

๐ŸŒCommunity
by agentskill-sh ยท v2.0.0 ยท MITRepository

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.

1

Run in terminal (recommended)

terminal
claude mcp add learn npx -- -y @trustedskills/learn
2

Or manually add to ~/.claude/settings.json

~/.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.sh CLI, 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/cli tool via npm or through a plugin marketplace (Claude Code).
  • Skills scoring below 30 require explicit confirmation before installation due to potential security risks.

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.

Verified Commit3d9ae7be โ†’

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 HubPass
SocketPass
SnykPass

Details

Version
v2.0.0
License
MIT
Author
agentskill-sh
Installs
0

๐ŸŒ Community

Passed automated security scans.

Pinned commit3d9ae7be

Install command fetches the verified snapshot, not the live repository.