スキル一覧に戻る
Raw1mage

skill-finder

by Raw1mage

A Youtube frontend rewrite to facilitate old mobile phone usage.

1🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: skill-finder description: Search for and install new skills from the open-source community (GitHub/SkillsMP) to extend capabilities.

Skill Finder

This skill enables the agent (Antigravity) to autonomously find and install new skills from the internet (primarily GitHub, which feeds SkillsMP).

Workflow

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:

1. Search for the Skill

Use the search_web tool to find a relevant SKILL.md file hosted on GitHub.

  • Query Template: site:github.com filename:SKILL.md <TOPIC>
    • Example: site:github.com filename:SKILL.md python
    • Example: site:github.com filename:SKILL.md visual design

2. Evaluate Results

Review the search results. Look for repositories that seem to be dedicated skills or well-maintained projects with a SKILL.md.

  • Prefer repositories that explicitly mention "Agent Skill" or "MCP".
  • Avoid random files that just happen to be named SKILL.md but aren't instructions.

3. Fetch Content

Use read_url_content (or curl if needed) to read the raw content of the SKILL.md file.

  • If you found a GitHub file page (e.g., blob/main/SKILL.md), convert it to the "Raw" URL (e.g., raw.githubusercontent.com/...).

4. Install the Skill

Create a new directory in .agent/skills/ with a descriptive name.

  • Path: .agent/skills/<skill-name>/
  • Write the content to .agent/skills/<skill-name>/SKILL.md.

5. Activate

Use the view_file tool to read the newly created SKILL.md so you understand how to use it immediately.

6. Verification

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.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です