Overview
Use this skill when the user wants a new public Agent Skill that is not already installed.
Workflow
Search GitHub pages with
web_search. Prefer queries that mentionSKILL.md, the requested topic, andsite:github.com.Pick a result that clearly points to a GitHub skill directory or a
SKILL.mdpage.Call
skill_install_githubwith that GitHub URL.Read the tool result carefully. It returns the exact
skill_namethat was installed and may also includeinstalled_files.Immediately call
skill_loadwith the returnedskill_name.Only if local execution is explicitly enabled for this demo and the user asked for a runnable demo, follow the installed skill docs and use
skill_run.If the docs are brief, use
installed_filesto avoid guessing. Prefer obvious entrypoint files such asrun.shor scripts underscripts/.
Rules
- Prefer small public skills with a clear
SKILL.md. - Prefer GitHub results that point directly to a skill, not a repo home page.
- Tell the user which skill you installed and where it came from.
- Never run downloaded code automatically.
- If installation fails, explain the failure briefly and try another candidate.