feat: add agentskill-learn skill for 110K+ skill discovery#1286
Open
romainsimon wants to merge 1 commit intoagent0ai:mainfrom
Open
feat: add agentskill-learn skill for 110K+ skill discovery#1286romainsimon wants to merge 1 commit intoagent0ai:mainfrom
romainsimon wants to merge 1 commit intoagent0ai:mainfrom
Conversation
… 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
|
this one is great |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds an
agentskill-learnskill 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
/learnskill from agentskill-sh/learn on first use. This means:Changes
skills/agentskill-learn/SKILL.md: Bootstrap skill with API docs, install instructions, and trigger patternsHow Tested
skills/create-skill/)