ワンクリックで
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.