skill-finder
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkill 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
功能特性
| Feature | Description |
|---|---|
| Search | Local index + GitHub API + Web fallback |
| Tags | Filter by category ( |
| Install | Download to local directory |
| Star | Mark and manage favorites |
| Update | Sync all sources from GitHub |
| 功能 | 说明 |
|---|---|
| 搜索 | 本地索引 + GitHub API + 网页兜底 |
| 标签 | 按类别筛选( |
| 安装 | 下载至本地目录 |
| 收藏 | 标记并管理喜爱的技能 |
| 更新 | 从GitHub同步所有源 |
Quick Start
快速开始
bash
undefinedbash
undefinedSearch
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
undefinedpython scripts/search_skills.py --update
python scripts/search_skills.py --add-source https://github.com/owner/repo
undefinedCommand Reference
命令参考
| Command | Description |
|---|---|
| Search skills by keyword |
| Filter by category |
| Show skill details |
| Download skill locally |
| Add to favorites |
| Show favorites |
| Find similar skills |
| Update index from sources |
| Add new source repository |
| Show index statistics |
| Verify dependencies |
| 命令 | 说明 |
|---|---|
| 按关键词搜索技能 |
| 按类别筛选 |
| 查看技能详情 |
| 本地下载技能 |
| 添加至收藏 |
| 查看收藏列表 |
| 查找相似技能 |
| 从源更新索引 |
| 添加新的源仓库 |
| 查看索引统计信息 |
| 验证依赖项 |
Files
文件说明
| File | Description |
|---|---|
| Python script |
| PowerShell script |
| Skill index (220+ skills) |
| Your starred skills |
| 文件 | 说明 |
|---|---|
| Python脚本 |
| PowerShell脚本 |
| 技能索引(包含220+种技能) |
| 你的收藏技能列表 |
Requirements
环境要求
→ references/setup-guide.md for installation
| Tool | Required |
|---|---|
GitHub CLI ( | 2.0+ |
| curl | Any |
| Python or PowerShell | One of them |
→ 安装指南请查看 references/setup-guide.md
| 工具 | 要求 |
|---|---|
GitHub CLI ( | 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
信任等级
| Type | Badge | Description |
|---|---|---|
| Official | Anthropic / GitHub 公式 |
| Curated | キュレーションリスト |
| Community | コミュニティ製(自己責任) |
| 类型 | 标识 | 说明 |
|---|---|---|
| Official | Anthropic / GitHub 官方出品 |
| Curated | 精选列表 |
| Community | 社区制作(自行负责) |
Done Criteria
完成标准
- Search query returns results
- Skill installed to local directory (if requested)
- Index updated successfully (if requested)
- 搜索查询返回结果
- 技能已安装至本地目录(若有请求)
- 索引已成功更新(若有请求)