skill-finder

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Skill Finder

Skill Finder

Full-featured Agent Skills management tool.
功能完备的Agent Skills管理工具。

When to Use

使用场景

  • Find skill, search skill, install skill, スキル検索
  • Looking for skills for a specific task or domain
  • Finding and installing skills locally
  • Managing favorites with star feature
  • 查找技能搜索技能安装技能技能搜索
  • 为特定任务或领域寻找技能
  • 本地查找并安装技能
  • 使用收藏功能管理喜爱的技能

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
功能说明
搜索本地索引 + GitHub API + 网页兜底
标签按类别筛选(
#azure #bicep
安装下载至本地目录
收藏标记并管理喜爱的技能
更新从GitHub同步所有源

Quick Start

快速开始

bash
undefined
bash
undefined

Search

Search

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

Management

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
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

Index

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

Command Reference

命令参考

CommandDescription
<query>
Search skills by keyword
#tag
Filter by category
--info SKILL
Show skill details
--install SKILL
Download skill locally
--star SKILL
Add to favorites
--list-starred
Show favorites
--similar SKILL
Find similar skills
--update
Update index from sources
--add-source URL
Add new source repository
--stats
Show index statistics
--check
Verify dependencies
命令说明
<query>
按关键词搜索技能
#tag
按类别筛选
--info SKILL
查看技能详情
--install SKILL
本地下载技能
--star SKILL
添加至收藏
--list-starred
查看收藏列表
--similar SKILL
查找相似技能
--update
从源更新索引
--add-source URL
添加新的源仓库
--stats
查看索引统计信息
--check
验证依赖项

Files

文件说明

FileDescription
scripts/search_skills.py
Python script
scripts/Search-Skills.ps1
PowerShell script
references/skill-index.json
Skill index (220+ skills)
references/starred-skills.json
Your starred skills
文件说明
scripts/search_skills.py
Python脚本
scripts/Search-Skills.ps1
PowerShell脚本
references/skill-index.json
技能索引(包含220+种技能)
references/starred-skills.json
你的收藏技能列表

Requirements

环境要求

references/setup-guide.md for installation
ToolRequired
GitHub CLI (
gh
)
2.0+
curlAny
Python or PowerShellOne of them
→ 安装指南请查看 references/setup-guide.md
工具要求
GitHub CLI (
gh
)
2.0+版本
curl任意版本
Python 或 PowerShell二选一

Agent Instructions

Agent使用说明

references/agent-instructions.md for complete guide
→ 完整指南请查看 references/agent-instructions.md

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

搜索响应格式

{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?
{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
official
OfficialAnthropic / GitHub 公式
awesome-list
Curatedキュレーションリスト
community
Communityコミュニティ製(自己責任)
类型标识说明
official
OfficialAnthropic / GitHub 官方出品
awesome-list
Curated精选列表
community
Community社区制作(自行负责)

Done Criteria

完成标准

  • Search query returns results
  • Skill installed to local directory (if requested)
  • Index updated successfully (if requested)
  • 搜索查询返回结果
  • 技能已安装至本地目录(若有请求)
  • 索引已成功更新(若有请求)