AgentSkillsCN

skill-finder

全面管理智能体技能:搜索 35+ 种技能,本地安装,收藏喜爱技能,从源中更新。支持标签搜索(#azure #bicep)、分类筛选,以及相似技能推荐。

SKILL.md
--- frontmatter
name: skill-finder
description: "Full-featured Agent Skills management: Search 35+ skills, install locally, star favorites, update from sources. Supports tag search (#azure #bicep), category filtering, and similar skill recommendations."
license: MIT
metadata:
  author: yamapan (https://github.com/aktsmm)

Skill Finder

Full-featured Agent Skills management tool.

When to Use

  • Looking for skills for a specific task or domain
  • Finding and installing skills locally
  • Managing favorites with star feature
  • Keeping skill index up-to-date

Features

FeatureDescription
SearchLocal index + GitHub API + Web fallback
TagsFilter by category (#azure #bicep)
InstallDownload to local directory
StarMark and manage favorites
UpdateSync all sources from GitHub

Quick Start

bash
# Search
python scripts/search_skills.py "pdf"
python scripts/search_skills.py "#azure #development"

# Management
python scripts/search_skills.py --info skill-name
python scripts/search_skills.py --install skill-name
python scripts/search_skills.py --star skill-name

# Index
python scripts/search_skills.py --update
python scripts/search_skills.py --add-source https://github.com/owner/repo

Command Reference

CommandDescription
<query>Search skills by keyword
#tagFilter by category
--info SKILLShow skill details
--install SKILLDownload skill locally
--star SKILLAdd to favorites
--list-starredShow favorites
--similar SKILLFind similar skills
--updateUpdate index from sources
--add-source URLAdd new source repository
--statsShow index statistics
--checkVerify dependencies

Files

FileDescription
scripts/search_skills.pyPython script
scripts/Search-Skills.ps1PowerShell script
references/skill-index.jsonSkill index (220+ skills)
references/starred-skills.jsonYour starred skills

Requirements

references/setup-guide.md for installation

ToolRequired
GitHub CLI (gh)2.0+
curlAny
Python or PowerShellOne of them

Agent Instructions

references/agent-instructions.md for complete guide

Core Rules

  • Use "Do it? Yes/No?" style proposals
  • NEVER show commands to users - execute silently
  • ALWAYS include proposal block after search results

Search Response Format

code
{N} repos, {M} skills searched (last updated: {date})

| Skill | Description | Source | Trust |
| ----- | ----------- | ------ | ----- |
| ...   | ...         | ...    | ...   |

**Next?**
1. Install?
2. Details?
3. Update index? (last: {date})
4. Web search?

Trust Levels

TypeBadgeDescription
officialOfficialAnthropic / GitHub 公式
awesome-listCuratedキュレーションリスト
communityCommunityコミュニティ製(自己責任)