원클릭으로
skill-finder
Search for and install new skills from the open-source community (GitHub/SkillsMP) to extend capabilities.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search for and install new skills from the open-source community (GitHub/SkillsMP) to extend capabilities.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | skill-finder |
| description | Search for and install new skills from the open-source community (GitHub/SkillsMP) to extend capabilities. |
This skill enables the agent (Antigravity) to autonomously find and install new skills from the internet (primarily GitHub, which feeds SkillsMP).
When the user asks to "find a skill" or "install a skill" for a specific task (e.g., "find a skill for python"), follow these steps:
Use the search_web tool to find a relevant SKILL.md file hosted on GitHub.
site:github.com filename:SKILL.md <TOPIC>
site:github.com filename:SKILL.md pythonsite:github.com filename:SKILL.md visual designReview the search results. Look for repositories that seem to be dedicated skills or well-maintained projects with a SKILL.md.
Use read_url_content (or curl if needed) to read the raw content of the SKILL.md file.
blob/main/SKILL.md), convert it to the "Raw" URL (e.g., raw.githubusercontent.com/...).Create a new directory in .agent/skills/ with a descriptive name.
.agent/skills/<skill-name>/.agent/skills/<skill-name>/SKILL.md.Use the view_file tool to read the newly created SKILL.md so you understand how to use it immediately.
Inform the user that the skill has been installed and is ready to use. Briefly describe what the skill allows you to do based on the file content.