一键导入
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.