技能寻求者 是 AI Skill Hub 本期精选MCP工具之一。在 GitHub 上收获超过 13.5k 颗 Star,综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
技能寻求者 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
技能寻求者 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/yusufkaraaslan/Skill_Seekers
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"-----": {
"command": "npx",
"args": ["-y", "skill_seekers"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 技能寻求者 执行以下任务... Claude: [自动调用 技能寻求者 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"_____": {
"command": "npx",
"args": ["-y", "skill_seekers"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<p align="center"> <img src="docs/assets/logo.png" alt="Skill Seekers" width="200"/> </p>
<details> <summary><b>Documentation scraping</b> — SPA discovery, llms.txt, smart categorization</summary>
Three-layer discovery for JavaScript SPA sites (sitemap.xml → llms.txt → headless browser rendering), automatic llms.txt detection (10× faster when present), smart topic categorization, and a lenient HTML parser fallback so broken markup still scrapes.
→ Scraping Guide · llms.txt Support </details>
<details> <summary><b>GitHub & codebase analysis (C3.x)</b> — AST parsing, pattern detection, how-to guides</summary>
Three-stream architecture: code analysis (AST, design patterns, tests), documentation (README, docs/, wiki), and community (issues, PRs, metadata). The C3.x pipeline adds 10 GoF pattern detectors across 9 languages, usage examples extracted from tests, AI-written how-to guides, config extraction, and architecture overviews.
skill-seekers create ./my-project --preset quick # 1–2 min, surface level
skill-seekers create ./my-project --preset standard # balanced (default)
skill-seekers create ./my-project --preset comprehensive # deep, exhaustive
→ Pattern Detection · How-To Guides · Test Example Extraction </details>
<details> <summary><b>AI enhancement</b> — API or local agents, 68 workflow presets</summary>
Every AI call runs through one transport, in API mode (Anthropic, Google Gemini, OpenAI, Moonshot/Kimi, MiniMax) or LOCAL mode (Claude Code, Kimi Code, Codex, Copilot, OpenCode, custom agents — no API costs). Control depth with --enhance-level 0-3 and pick an agent with --agent.
→ Enhancement Guide · Enhancement Modes · Multi-Agent Setup </details>
<details> <summary><b>Unified multi-source scraping</b> — combine many sources into one skill</summary>
One config can pull documentation, GitHub, PDFs, videos, and more into a single knowledge asset, with conflict detection and pairwise synthesis across sources.
→ Unified Scraping </details>
<details> <summary><b>Video extraction</b> — transcripts, frames, on-screen code</summary>
YouTube, Vimeo, and local files. Three-tier transcript fallback (subtitles → YouTube transcript API → local Whisper), plus optional visual extraction that OCRs on-screen code from sampled frames.
→ Video Guide </details>
<details> <summary><b>Quality, sync & scale</b></summary>
Quality scoring with a gate (skill-seekers quality output/react/ --threshold 7), provisional English readability metrics (informational — they never affect the score), doc-change detection with scheduled re-scrapes and notifications, streaming ingestion for very large doc sets, and incremental updates.
→ Large Documentation · Code Quality </details>
---
pip install skill-seekers
pip install skill-seekers # Core: scraping, GitHub, PDF, packaging
pip install skill-seekers[all-llms] # + every LLM platform
pip install skill-seekers[mcp] # + MCP server
pip install skill-seekers[all] # Everything
Not sure what you need? Run the wizard: skill-seekers-setup
<details> <summary><b>All installation extras</b></summary>
| Install | Adds |
|---|---|
skill-seekers[gemini] | Google Gemini support |
skill-seekers[openai] | OpenAI ChatGPT support |
skill-seekers[all-llms] | All LLM platforms |
skill-seekers[mcp] | MCP server for Claude Code, Cursor, etc. |
skill-seekers[video] | YouTube/Vimeo transcript & metadata extraction |
skill-seekers[video-full] | + Whisper transcription & visual frame extraction |
skill-seekers[jupyter] | Jupyter Notebook support |
skill-seekers[pptx] | PowerPoint support |
skill-seekers[confluence] | Confluence wiki support |
skill-seekers[notion] | Notion pages support |
skill-seekers[rss] | RSS/Atom feed support |
skill-seekers[chat] | Slack/Discord chat export support |
skill-seekers[asciidoc] | AsciiDoc support |
skill-seekers[all] | Everything |
Video visual deps (GPU-aware): after installingskill-seekers[video-full], runskill-seekers create --setupto auto-detect your GPU and install the matching PyTorch variant + easyocr.
</details>
Prerequisites: Python 3.10+, Git. New here? → Bulletproof Quick Start 🎯
---
Skills install automatically into 19 AI coding agents:
skill-seekers install-agent output/react/ --agent cursor
skill-seekers install-agent output/react/ --agent all # every detected agent
skill-seekers install-agent output/react/ --agent cursor --dry-run
| Agent | Path | Scope |
|---|---|---|
| Claude Code | ~/.claude/skills/ | Global |
| Cursor | .cursor/skills/ | Project |
| VS Code / Copilot | .github/skills/ | Project |
| Amp | ~/.amp/skills/ | Global |
| Goose | ~/.config/goose/skills/ | Global |
| OpenCode | ~/.opencode/skills/ | Global |
| Letta | ~/.letta/skills/ | Global |
| Aide | ~/.aide/skills/ | Global |
| Windsurf | ~/.windsurf/skills/ | Global |
| Neovate | ~/.neovate/skills/ | Global |
| Roo Code | .roo/skills/ | Project |
| Cline | .cline/skills/ | Project |
| Aider | ~/.aider/skills/ | Global |
| Bolt | .bolt/skills/ | Project |
| Kilo Code | .kilo/skills/ | Project |
| Continue | ~/.continue/skills/ | Global |
| Kimi Code | ~/.kimi/skills/ | Global |
| IBM Bob | .bob/skills/ | Project |
```bash
skill-seekers package output/django --target claude
You now have `output/django-claude.zip`, ready to use.
bash
Skill Seekers ships an MCP server for Claude Code, Cursor, Windsurf, VS Code + Cline, and IntelliJ IDEA.
```bash
python -m skill_seekers.mcp.server_fastmcp
skill-seekers doctor # diagnose installation & environment
skill-seekers sync-config # detect config drift
Common issues and fixes: Troubleshooting Guide · TROUBLESHOOTING.md
---
Skill Seekers 是一个用于分析和增强技能的工具,旨在帮助开发者快速分析和优化技能。它提供了多种功能,包括快速分析、全面分析、视频分析等。
Skill Seekers 的主要功能包括快速分析(1-2 分钟)、全面分析(20-60 分钟)、视频分析(支持 YouTube、Vimeo 和本地文件)等。它还支持视觉框架分析和视觉 OCR 框架分析等高级功能。
Skill Seekers 的环境依赖包括 Python、pip、Docker 等。它还需要一些额外的依赖,包括 GPU-aware visual deps 和 Anthropic API 等。
Skill Seekers 的安装步骤包括使用 pip 安装,或者使用 Docker 部署。第一次安装时,可以使用 `skill-seekers video --setup` 命令来自动安装 GPU-aware visual deps。
Skill Seekers 的使用教程包括快速启动(3 个命令)、使用示例等。它还支持多种平台,包括 Claude、Gemini、OpenAI 等。
Skill Seekers 的配置说明包括设置 Anthropic API 密钥、设置 Claude-compatible API 等。它还支持使用环境变量来配置参数。
Skill Seekers 的 API/接口说明包括 OpenAPI spec、智能 SPA 发现、文档抓取等功能。它还支持多种文档来源,包括 GitHub、PDF 等。
Skill Seekers 的工作流/模块说明包括包装技能、创建 OpenAPI spec、智能 SPA 发现等功能。它还支持多种平台,包括 Claude、Gemini、OpenAI 等。
Skill Seekers 的 FAQ 摘要包括常见问题、解决方案等。它还提供了多种资源,包括文档、社区支持等。
实用的文档自动化工具,通过AST解析提高转换质量。社区活跃,13.5k星体现好评度,是构建AI知识库的优选方案。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,技能寻求者 在MCP工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | Skill_Seekers |
| 原始描述 | 开源MCP工具:Convert documentation websites, GitHub repositories, and PDFs into Claude AI ski。⭐13.5k · Python |
| Topics | 文档转换AI技能自动化Claude集成开源工具 |
| GitHub | https://github.com/yusufkaraaslan/Skill_Seekers |
| License | MIT |
| 语言 | Python |
收录时间:2026-05-13 · 更新时间:2026-05-16 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端