
Skill_Seekers
by yusufkaraaslan·★ 13,581·综合分 61
一个全面的 MCP server,可将文档、GitHub 仓库和 PDF 转换为具有自动冲突检测的 Claude AI 技能。
概述
Skill Seekers 是 AI 系统的强大数据层,可将多种源类型转换为结构化的知识资产。它可以摄取文档网站、GitHub 仓库、PDF、视频、笔记本、维基等,然后分析并结构化它们,为 AI 平台准备全面的技能。该服务器支持导出到 20 多个目标,包括 Claude、Gemini、OpenAI、LangChain、LlamaIndex、各种向量数据库和 Cursor 等 AI 编码助手。通过智能分块、AI 增强和平台无关的导出,它将准备高质量 AI 技能的时间从几天缩短到仅需 15-45 分钟。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要将多种文档和代码库预处理为 Claude 等 AI 系统或 RAG 管道的结构化知识资产时,特别是当您需要带有自动示例和元数据的全面技能时选择它。
什么时候不要选它
如果您需要写入数据源权限,不要选择它,因为这是一个只读预处理工具;或者如果您已经投资于其他具有既定工作流的文档到 AI 管道。
此 server 暴露的工具
从 README 抽取出 12 个工具create_skillcreate <source>Create a skill from documentation sites, GitHub repos, or local files
package_skillpackage <output_path> --target <platform>Package a created skill for specific AI platforms
process_videovideo --url <url> --name <name>Extract code, transcripts, and structured knowledge from videos
process_confluenceconfluence --space <space> --name <name>Create skills from Confluence wiki spaces
process_notionnotion --database-id <id> --name <name>Create skills from Notion databases
process_chatchat --export-dir <dir> --name <name>Create skills from Slack/Discord chat exports
setup_video_processingvideo --setupInstall GPU-aware visual dependencies for video processing
list_presetsList available configuration presets for different frameworks
create_from_localcreate <local_path>Create a skill from local project files
export_to_vector_dbpackage <output_path> --format <format>Export skill in vector database compatible formats
enhance_skillAI-enhance an existing skill with specific focus areas
process_rss_feedcreate <feed_url>Create skills from RSS/Atom feeds
说明:Tool names and signatures inferred from CLI commands throughout the README. The MCP server appears to expose CLI-style commands as tools.
可对比工具
安装
# 通过 pip 安装
pip install skill-seekers
# 基本用法
skill-seekers create https://docs.example.com/
skill-seekers package output/example --target claude对于 Claude Desktop 集成,添加到您的 Claude Desktop 配置中:
{
"mcpServers": {
"skill-seekers": {
"command": "skill-seekers",
"args": ["mcp"]
}
}
}FAQ
- Skill Seekers 支持哪些源类型?
- Skill Seekers 支持 18 种以上的源类型,包括文档网站、GitHub 仓库、PDF、视频、Jupyter Notebook、Word/EPUB/AsciiDoc 文档、OpenAPI 规范、PowerPoint 演示文稿、RSS 提要、手册页、Confluence 维基、Notion 页面以及 Slack/Discord 导出。
- Skill Seekers 可以导出到多个 AI 平台吗?
- 是的,Skill Seekers 可以将同一知识资产导出到 20 多个平台,包括 Claude、Gemini、OpenAI、LangChain、LlamaIndex、各种向量数据库以及 Cursor、Windsurf 和 Cline 等 AI 编码助手。
Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by bakigul · 2025-11-07
Skill_Seekers 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。