Agent搜索
- 作者仓库星标 256
- 许可证 MIT
- 作者更新于 实时读取
- 作者仓库 skill-manager
- 领域
- 数据 · skill-management · package-manager · search
- 兼容 Agent
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- 信任分
- 100 / 100 · 已通过审计
- 作者 / 版本 / 许可
- @buzhangsan · v2.0.0 · MIT
- Token 消耗评级
- 低消耗
- 接入复杂程度
- 需手动接入
- 是否需要外部 API Key
- 不需要
- 兼容的系统
- Linux · Windows · Docker
- 底层运行要求
- Node.js · Python · Docker
- 文件与系统权限
-
- 只读
- 允许写入 / 修改
- 网络行为
- 仅限本地
- 安装命令数
- 26 条
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
---
name: skill-manager
description: A Claude Code skill that allows you to search, browse, and install skills from a database of 31…
category: 数据
runtime: Node.js / Python / Docker
---
# skill-manager 输出预览
## PART A: 任务判断
- 适用问题:表格、CSV、数据集、指标或分析流程。
- 输入要求:目标材料、限制条件、期望输出和验收方式。
- 证据边界:围绕“Description / Features / Installation Methods”读取原文规则,不把推断写成作者承诺。
## PART B: 执行结果
- **01** 任务判断:确认你的需求是否属于表格、CSV、数据集、指标或分析流程,并标出输入、限制和预期结果。
- **02** 执行计划:优先按“Description / Features / Installation Methods”拆成步骤,说明每一步会读取什么、修改什么、产出什么。
- **03** 交付结果:给出可复制的命令、文件改动、检查清单或内容草稿,并说明如何继续迭代。
- **04** 风险边界:结合 读取文件、写入/修改文件、主要在本地完成、通常不需要额外 API Key 给出执行前确认项。
## Running Rules
- 读取文件、写入/修改文件;主要在本地完成;通常不需要额外 API Key。
- 先小样例验证,再放大到真实任务。
- 交付时同时给结果、检查口径和下一步迭代建议。 原文没有稳定的斜杠命令要求。安装验证后通常全局生效,直接在对话里点名这个 Skill 并描述任务即可。
告诉 Agent 目标文件或材料、期望结果、不可改范围、是否允许联网或执行命令。本 Skill 的权限画像是:读取文件、写入/修改文件。
先用一个小任务确认它会围绕“Description / Features / Installation Methods”工作;涉及文件或命令时,先看 diff、日志、预览或测试结果。
检查最终产物是否包含明确结果、必要证据和下一步动作;如果输出泛泛而谈,就补充输入、边界和验收标准后重跑。
---
name: skill-manager
description: A Claude Code skill that allows you to search, browse, and install skills from a database of 31…
category: 数据
source: buzhangsan/skill-manager
---
# skill-manager
## 什么时候使用
- 把数据处理方向的常用动作沉淀成 Agent 可调用的技能 适合处理表格、CSV、指标、数据集、分析和可视化报告,核心价值是把输入、判断、执行、验证和交付边界固定下来,避免 Agent 泛泛回答。 围绕 skill-management…
- 面向表格、CSV、数据集、指标或分析流程,优先处理能明确输入、步骤和验收标准的工作。
## 需要提供什么
- 目标材料、目录范围、期望结果和不可改动内容。
- 是否允许联网、执行命令、读写文件或调用外部服务。
## 执行规则
- 围绕「Description / Features / Installation Methods」组织步骤,不把推断写成作者事实。
- 读取文件、写入/修改文件;主要在本地完成;通常不需要额外 API Key。
- 先跑小样例,确认结果可检查后再扩大任务范围。
## 输出要求
- 给出最终产物、关键证据、验证方式和下一步动作。
- 信息不足时标记 unknown,不编造命令、平台或依赖。 作者原文负责流程事实;仓库文件负责来源和命令;流狐只补充适用场景、限制和质量判断。
skill "skill-manager" {
输入层 -> 用户目标 + 目标文件 + 禁止范围 + 验收标准
上下文层 -> Description / Features / Installation Methods
规则层 -> SKILL.md 触发条件 / 执行顺序 / 输出格式
运行层 -> Node.js / Python / Docker | 读取文件、写入/修改文件 | 主要在本地完成
安全层 -> 通常不需要额外 API Key + 小任务验证 + diff / 日志复核
输出层 -> 可复制结果 + 检查清单 + 下一步迭代
} Skill Manager
A Claude Code skill that allows you to search, browse, and install skills from a database of 31,767+ community skills with intelligent folder-level downloads.
Description
Skill Manager provides an easy way to discover and install Claude Code skills. Simply describe what you're looking for, and it will search through a comprehensive database of skills, display matching results with ratings and descriptions, and automatically download the complete skill folder (not just SKILL.md) to your Claude environment.
Features
- Search through 31,767+ skills from the community
- Intelligent search with weighted scoring (name, description, author)
- View skill details including stars, forks, author, and description
- Smart installation with multiple methods:
- SVN export (preferred): Downloads only the skill folder efficiently
- Git sparse checkout: Falls back if SVN unavailable
- SKILL.md only: Final fallback for minimal installation
- Complete folder download including all scripts, data, and documentation
- Automatic configuration and usage guide display
- Support for both English and Chinese descriptions
Installation Methods
The skill automatically selects the best available method:
1. SVN Export (Recommended)
- Fastest and most efficient
- Downloads only the specific skill folder
- No Git history overhead
- Requirement: SVN client installed
- Windows:
choco install svnor download from TortoiseSVN - Mac:
brew install svn - Linux:
apt-get install subversionoryum install subversion
- Windows:
2. Git Sparse Checkout
- Alternative when SVN unavailable
- Uses Git's sparse checkout feature
- Downloads only needed files
- Requirement: Git installed
3. SKILL.md Only (Fallback)
- Minimal installation
- Downloads only the SKILL.md file
- Works without any special tools
- Limited functionality for skills requiring additional files
Usage
When you need to find and install a skill, simply tell Claude what you're looking for:
I need a skill for Python testing
Find me a skill to help with Docker
Search for skills related to API development
Claude will:
- Search the skills database
- Display matching results with ratings
- Ask you to select one
- Download the complete skill folder automatically
- Show you the configuration and usage guide
Installation
This skill includes the skills database file in the data/ directory:
data/all_skills_with_cn.json(30.33 MB)
Technical Details
The skill uses Node.js to:
- Parse and search the JSON skills database
- Automatically detect available download methods (SVN, Git, or HTTP)
- Use SVN export for efficient folder-only downloads
- Fall back to Git sparse checkout if SVN unavailable
- Download complete skill folders with all files (scripts, data, docs)
- Install skills to
~/.claude/skills/directory - Parse skill configuration from SKILL.md content
- Display formatted installation guides with method used
Download Method Selection
The skill intelligently selects the best method:
if (SVN available) {
→ Use SVN export (fastest, most efficient)
} else if (Git available) {
→ Use Git sparse checkout (slower but complete)
} else {
→ Download SKILL.md only (minimal fallback)
}
Why SVN for GitHub?
- GitHub supports SVN protocol for folder-level access
- Much faster than cloning entire repositories
- No Git history overhead
- Perfect for downloading specific skill folders
Examples
Example 1: Installing with SVN (Full Download)
User: I need help with Python testing
Assistant: [Searches database and shows results]
1. pytest-helper (by python-community)
⭐ 1,250 stars | 🔀 342 forks
📝 Helps write and run pytest tests with fixtures and assertions...
🔗 https://github.com/python-community/pytest-helper
User: Install the first one
Assistant: [Detects SVN, downloads complete folder with all scripts]
✓ SVN detected - using efficient folder download
✓ Method used: SVN
✓ Files installed: SKILL.md, pytest_runner.py, fixtures.py, README.md
Example 2: Fallback to Git Sparse Checkout
User: Find me skills for A股
Assistant: [Shows Chinese stock market skills]
User: Install technical-indicators
Assistant: [SVN not found, uses Git sparse checkout]
✓ Git detected - using sparse checkout
✓ Method used: Git Sparse Checkout
✓ Files installed: SKILL.md, skill.py, references/
Example 3: Search by author
User: Show me skills by pytorch
Assistant: [Searches and displays PyTorch organization skills]
Example 4: Search by functionality
User: Find skills for code review
Assistant: [Searches for code review related skills]
Commands
The skill responds to natural language requests like:
- "Find skills for [topic]"
- "Search for [keyword] skills"
- "Show me skills by [author]"
- "I need help with [task]"
- "Install skill number [N]"
- "Install [skill-name]"
Notes
- Skills are installed to
~/.claude/skills/[skill-name]/SKILL.md - After installation, restart Claude Code to load the new skill
- The database includes skills with GitHub stats (stars, forks) for quality reference
- Search results are ranked by relevance and popularity
Requirements
- Node.js runtime (>= 14.0.0)
- Internet connection for downloading skills from GitHub
- Skills database file (
all_skills_with_cn.json) - Recommended: SVN client for optimal installation
- Windows:
choco install svnor TortoiseSVN - Mac:
brew install svn - Linux:
apt-get install subversion
- Windows:
- Alternative: Git client (usually pre-installed)
Performance Comparison
| Method | Speed | Files Downloaded | Disk Usage | Requirements |
|---|---|---|---|---|
| SVN Export | ⚡⚡⚡ Fast | All skill files | Minimal | SVN client |
| Git Sparse Checkout | ⚡⚡ Medium | All skill files | Small .git overhead | Git |
| SKILL.md Only | ⚡ Slow (HTTP) | Only SKILL.md | Minimal | None |
Recommendation: Install SVN for the best experience!
Database Statistics
- Total Skills: 31,767
- Skills with Chinese translations: 31,752 (99.95%)
- Skills from diverse authors and organizations
- Regular updates from GitHub repositories
Created: 2025-12-26 Version: 2.0.0 Updates in v2.0:
- Added SVN export support for efficient folder downloads
- Added Git sparse checkout as fallback method
- Now downloads complete skill folders, not just SKILL.md
- Automatic method detection and selection
- Enhanced error handling and troubleshooting tips
先判断是否适合
作者设计意图
作者的方法与取舍
边界和复核