skill-search

Solid

Search for and discover Agent Skills from public registries or GitHub. Use when the user asks "find a skill for X", "is there a skill that can...", wants to extend agent capabilities, or wants to install a skill.

Web & Frontend 127 stars 29 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
70
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
55
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Skill Search & Install When the user wants to find or install an Agent Skill: 1. Use `web_search` to look for skills matching their request. Good queries: - `agentskills.io <topic>` - `github agentskills <topic>` - `<topic> agent skill SKILL.md` 2. Summarize the top 3-5 candidates with: - Name - Source URL - One-sentence description - Installation method (npm package name, git clone URL, or SKILL.md prompt) 3. To install a skill: - If the user pasted a complete SKILL.md prompt: call `skill_install(name, prompt=<prompt>)`. - If the skill is published as an npm package: call `skill_install(name, package=<npm-package>)`. The tool will run `npm install` and copy the package's SKILL.md into `.riffpad/skills/<name>/`. - If the skill instructions say to run `npx <command>` or another custom command, use `bash_exec` to run it, then register the resulting SKILL.md with `skill_install(name, prompt=<content>)`. 4. Confirm the installed skill by reading `.riffpad/skills/<name>/SKILL.md` if needed. Do not invent skills. Always cite sources with [1], [2], etc.

Details

Author
riffpad
Repository
riffpad/riffpad
Created
2 months ago
Last Updated
1 weeks ago
Language
Go
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category