What problem does it solve?
Locating and installing a new public Agent Skill from GitHub requires manual searching, URL verification, and multi-step installation, which this Skill automates through a guided workflow.
Core Features & Use Cases
- GitHub Skill Discovery: Searches GitHub with web_search using queries targeting SKILL.md files and skill directories.
- Automated Installation and Loading: Calls skill_install_github with the chosen URL, then immediately loads the installed skill by its returned name.
- Safe Execution Guardrails: Never runs downloaded code automatically and only executes skills when local execution is explicitly enabled and requested.
- Use Case: A user asks for a skill that converts Markdown to slides; the agent searches GitHub, installs a matching public skill, loads it, and reports what was installed and where it came from.
Quick Start
Find a public Agent Skill on GitHub for generating slide decks, install it, and load it for me.