Skip to content

feat: add agentskill-learn skill for 110K+ skill discovery#1286

Open
romainsimon wants to merge 1 commit intoagent0ai:mainfrom
romainsimon:feat/agentskill-learn
Open

feat: add agentskill-learn skill for 110K+ skill discovery#1286
romainsimon wants to merge 1 commit intoagent0ai:mainfrom
romainsimon:feat/agentskill-learn

Conversation

@romainsimon
Copy link
Copy Markdown

What

Adds an agentskill-learn skill that connects Agent Zero to the agentskill.sh registry, giving users access to 110,000+ cross-platform AI agent skills.

Why

Agent Zero users currently need to manually find and copy skills to /a0/usr/skills/. This is also related to Issue #1018 where agents can't self-install skills from a registry.

This skill adds a built-in discovery layer. It's a lightweight bootstrap (~78 lines) that fetches the full /learn skill from agentskill-sh/learn on first use. This means:

Changes

  • skills/agentskill-learn/SKILL.md: Bootstrap skill with API docs, install instructions, and trigger patterns

How Tested

  • Verified SKILL.md follows Agent Zero skill format (YAML frontmatter with name, description, version, author, tags, trigger_patterns)
  • API endpoints tested: search, install, and trending all return valid JSON
  • Skill directory structure matches existing patterns (e.g., skills/create-skill/)

… agent skills

Adds a lightweight skill that connects Agent Zero to the agentskill.sh registry,
enabling agents to search, install, and manage 110,000+ cross-platform skills.

The skill bootstraps the full /learn experience from GitHub, ensuring it stays
up-to-date without manual maintenance. Also addresses Issue agent0ai#1018 by enabling
agents to self-install skills from a registry.

Features:
- Search skills by keyword via agentskill.sh API
- Install skills mid-session
- Browse trending skills
- Security scanning before install
- Rate skills after use
@compgeniuses
Copy link
Copy Markdown

this one is great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants