askill
skill-finder

skill-finderSafety 95Repository

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.

5 stars
1.2k downloads
Updated 1/6/2026

Package Files

Loading files...
SKILL.md

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/

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

86/100Analyzed 3/11/2026

Well-structured skill for discovering and installing Hugging Face agent skills. Provides clear MCP tool usage examples (hf_space_search, hf_download) with proper code samples. Includes skill structure documentation and YAML front matter requirements. Has 'when to use' trigger in description. High-density technical reference content. Minor gap is lack of post-installation guidance or error handling."

95
85
90
70
85

Metadata

Licenseunknown
Version-
Updated1/6/2026
PublisherNymbo

Tags

llm