Agent skill
Search Skills
Search the open agent skills ecosystem for useful skills to install
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/search-skill
SKILL.md
${var} — Capability to search for. If empty, searches based on current gaps.
Read memory/MEMORY.md for context on current goals and capability gaps.
Steps:
- Determine what to search for:
- If
${var}is set, use that. - Otherwise, look at recent logs and memory for capability gaps, failed skills, or requested features that could be solved by an existing skill.
- If
- Search for skills using the CLI:
bash
npx skills find "${query}" - If no results or you want to browse a specific repo, list available skills:
bash
npx skills add vercel-labs/agent-skills --list - For any interesting skill found, evaluate:
- Does it fill a gap we don't already cover in
skills/? - Is it compatible with Claude Code?
- Would it be useful given our current goals?
- Does it fill a gap we don't already cover in
- If a skill is worth installing, install it globally for Claude Code:
bash
npx skills add <source> --skill "<skill-name>" -a claude-code -g -y - Send a notification via
./notifywith what was found:If nothing useful was found, notify with a brief summary of what was searched.Skill Search: searched for "${query}" - Found: skill1 — description - Found: skill2 — description - Installed: skill1 (reason) - Log results to
memory/logs/${today}.md.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Polymarket
Trending and top markets on Polymarket — volume, new markets, biggest movers
Daily Article
Research trending topics and write a publication-ready article
DeFi Monitor
Check pool health, positions, and yield rates for tracked protocols
Skill Evals
Evaluate skill output quality against assertion manifests — detects regressions before users notice
Monitor Polymarket
Monitor specific prediction markets for 24h price moves, volume changes, and fresh comments
Self Review
Weekly audit of what Aeon did, what failed, and what to improve
Didn't find tool you were looking for?