learn

Search, install, update, and rate agent skills from the agentskill.sh registry.

Updated Jul 21, 2026
One-click install
npx skills add https://github.com/techfundoffice/cats-seo-aiagent-staging --skill learn-techfundoffice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/techfundoffice/cats-seo-aiagent-staging/tree/main/.claude/skills/learn
Command: npx skills add https://github.com/techfundoffice/cats-seo-aiagent-staging --skill learn-techfundoffice

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Finding, vetting, and managing AI agent skills is fragmented and manual. This Skill provides a single interface to search a registry of 100,000+ skills, install them, check for updates, scan them for security issues, and submit quality ratings. ## Core Features & Use Cases - Skill Discovery & Installation: Search the agentskill.sh registry, preview skills with install counts and security scores, and install individual skills, skillsets, or skills from URLs via the ags CLI. - Lifecycle Management: List installed skills, check for and apply updates, remove skills, and get context-aware recommendations based on your project's stack. - Security Scanning: Audit any SKILL.md against a detailed rubric of critical, high, and medium-risk patterns (data exfiltration, reverse shells, prompt injection, obfuscation) and produce a scored report. - Use Case: While working in a Next.js project, run /learn with no arguments to get skill recommendations matched to your detected stack, then install one after reviewing its security score. ## Quick Start Ask the agent to find and install a skill for your current task, for example by saying "find a skill for reviewing pull requests".

Frequently Asked Questions about learn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for and install agent skills?

Run /learn followed by a search query to get up to five matching skills with install counts and security scores. Select one from the results to preview it, confirm installation, and the ags CLI installs it via npx.

How do I check if an agent skill is safe to install?

Run /learn scan with the path to the skill's directory. The skill is checked against a rubric covering data exfiltration, reverse shells, prompt injection, obfuscation, and persistence, producing a score out of 100 with an ALLOW, REVIEW, or BLOCK recommendation.

What are the requirements to use the agentskill.sh CLI?

You need Node.js 18 or later so npx can run the @agentskill.sh/cli package. The CLI is downloaded automatically by npx on first use, and all commands support --json for structured output.

How do I update all installed agent skills at once?

Run /learn update to check every installed skill against the registry. The command reports which skills were updated and how many were already current, and the /learn skill itself self-updates before running subcommands.

What happens if the ags CLI is not available or fails?

The skill retries once after attempting to install the CLI. If it still fails, you are directed to install it globally with npm install -g @agentskill.sh/cli or browse skills directly at agentskill.sh.