スキル一覧に戻る
Nymbo

skill-finder

by Nymbo

Collection of Claude Skills that are actually good.

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

SKILL.md


name: skill-finder description: Search for and install agent skills from Hugging Face. Use this skill when users want to discover new skills, browse available skills on the Hub, or install skills to extend agent capabilities.

Skill Finder: Discover and Install Agent Skills from Hugging Face

Overview

Agent skills are packaged instructions and resources hosted on Hugging Face Spaces with the agent-skill tag. Use the Hugging Face MCP tools to search and install them.

Searching for Skills

Use the hf_space_search MCP tool to find skills:

# Search for all skills
hf_space_search(filter="agent-skill")

# Search with keywords
hf_space_search(filter="agent-skill", search="training")

Installing Skills

Use the hf_download MCP tool to download a skill:

# Download a skill space
hf_download(repo_id="hf-skills/llm-trainer", repo_type="space", local_dir=".claude/skills/llm-trainer")

Skill Structure

A valid skill contains a SKILL.md file with YAML front matter:

---
name: my-skill-name
description: When to use this skill and what it does.
---

# Instructions for the agent...

Optional directories: scripts/, references/, templates/

スコア

総合スコア

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

レビュー

💬

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