skill-finder by aktsmm/agent-skills
npx skills add https://github.com/aktsmm/agent-skills --skill skill-finder功能全面的 Agent 技能管理工具。
| 功能 | 描述 |
|---|---|
| 搜索 | 本地索引 + GitHub API + 网络回退 |
| 标签 | 按类别筛选 (#azure #bicep) |
| 安装 | 下载到本地目录 |
| 星标 | 标记和管理收藏夹 |
| 更新 | 从 GitHub 同步所有源 |
# 搜索
python scripts/search_skills.py "pdf"
python scripts/search_skills.py "#azure #development"
# 管理
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 --update
python scripts/search_skills.py --add-source https://github.com/owner/repo
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 命令 | 描述 |
|---|---|
<query> | 按关键词搜索技能 |
#tag | 按类别筛选 |
--info SKILL | 显示技能详情 |
--install SKILL | 本地下载技能 |
--star SKILL | 添加到收藏夹 |
--list-starred | 显示收藏的技能 |
--similar SKILL | 查找相似技能 |
--update | 从源更新索引 |
--add-source URL | 添加新的源仓库 |
--stats | 显示索引统计信息 |
--check | 验证依赖项 |
| 文件 | 描述 |
|---|---|
scripts/search_skills.py | Python 脚本 |
scripts/Search-Skills.ps1 | PowerShell 脚本 |
references/skill-index.json | 技能索引 (220+ 技能) |
references/starred-skills.json | 您收藏的技能 |
→ references/setup-guide.md 获取安装指南
| 工具 | 要求 |
|---|---|
GitHub CLI (gh) | 2.0+ |
| curl | 任意版本 |
| Python 或 PowerShell | 两者之一 |
→ references/agent-instructions.md 获取完整指南
{N} 个仓库,{M} 个技能已搜索 (最后更新: {date})
| Skill | Description | Source | Trust |
| ----- | ----------- | ------ | ----- |
| ... | ... | ... | ... |
**下一步?**
1. 安装?
2. 查看详情?
3. 更新索引? (最后: {date})
4. 网络搜索?
| 类型 | 徽章 | 描述 |
|---|---|---|
official | Official | Anthropic / GitHub 官方 |
awesome-list | Curated | 精选列表 |
community | Community | 社区制作 (自行承担风险) |
每周安装
88
仓库
GitHub 星标
9
首次出现
2026年1月24日
安全审计
安装于
opencode77
gemini-cli76
github-copilot75
codex75
cursor67
kimi-cli66
Full-featured Agent Skills management tool.
| Feature | Description |
|---|---|
| Search | Local index + GitHub API + Web fallback |
| Tags | Filter by category (#azure #bicep) |
| Install | Download to local directory |
| Star | Mark and manage favorites |
| Update | Sync all sources from GitHub |
# 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 | Description |
|---|---|
<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 |
| File | Description |
|---|---|
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 |
→ references/setup-guide.md for installation
| Tool | Required |
|---|---|
GitHub CLI (gh) | 2.0+ |
| curl | Any |
| Python or PowerShell | One of them |
→ references/agent-instructions.md for complete guide
{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?
| Type | Badge | Description |
|---|---|---|
official | Official | Anthropic / GitHub 公式 |
awesome-list | Curated | キュレーションリスト |
community | Community | コミュニティ製(自己責任) |
Weekly Installs
88
Repository
GitHub Stars
9
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykWarn
Installed on
opencode77
gemini-cli76
github-copilot75
codex75
cursor67
kimi-cli66
超能力技能使用指南:AI助手技能调用优先级与工作流程详解
46,500 周安装
--similar SKILL |
| Find similar skills |
--update | Update index from sources |
--add-source URL | Add new source repository |
--stats | Show index statistics |
--check | Verify dependencies |