Find Skills
SkillAI & modelsDiscover and install agent skills from the open ecosystem. Use IMMEDIATELY when the user asks "how do I do X", "find a skill for X", "is there a skill for X", "can you do X" for specialized capabilities, wants to extend agent functionality, mentions a domain they wish they had help with, or asks about tools/templates/workflows that might exist as installable skills.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Find Skills skill
What this skill tells your AI
The instructions your AI receives, as published by poteto/noodle in .agents/skills/find-skills/SKILL.md and read by ahel’s review.
Search for and install skills from the open agent skills ecosystem.
Commands
# Search for skills by keyword
pnpx skills find [query]
# Install a skill (always project-local, NEVER use -g)
pnpx skills add <owner/repo@skill> -y
Never use -g (global flag) — always install project-local.
Browse available skills: https://skills.sh/
Workflow
- Run
pnpx skills find [query]with keywords matching the user's need - Present results with the skill name, what it does, and the install command
- If the user wants it, install with
pnpx skills add <owner/repo@skill> -y
When No Results Found
- Acknowledge no existing skill was found
- Offer to help with the task directly using general capabilities
- Mention
pnpx skills init my-skill-nameif they want to create their own
Signals
- GitHub stars
- 270
- Forks
- 15
- Last commit
- Mar 2026
Advanced
- Catalog kind
- skill
- Gateway key
find-skills-poteto- Source
- github.com/poteto/noodle