Skill Seekers
@yusufkaraaslan
Skill Seekers について
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG knowledge. 35 MCP tools for scraping, packaging, and exporting to vector databases. Supports 16+ LLM platforms.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"skill-seekers": {
"command": "python",
"args": [
"-m",
"skill_seekers.mcp.server_fastmcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Skill Seekers?
A CLI tool that transforms 17 source types (documentation websites, GitHub repos, PDFs, videos, Jupyter Notebooks, Word documents, EPUBs, OpenAPI specs, PowerPoint presentations, RSS feeds, man pages, Confluence wikis, Notion pages, Slack/Discord exports, and more) into structured knowledge assets for AI systems. It serves as a universal preprocessing layer between raw documentation and AI targets including Claude, Gemini, OpenAI, RAG pipelines (LangChain, LlamaIndex, Haystack), vector databases (Pinecone, ChromaDB, FAISS, Qdrant), and AI coding assistants (Cursor, Windsurf, Cline, Continue.dev).
How to use Skill Seekers?
Install via pip install skill-seekers. Then run skill-seekers create <source> (e.g., a URL, GitHub repository, or local path) to ingest content. Finally, export the resulting asset to any target platform using skill-seekers package output/<name> --target <platform> (e.g., claude, langchain, cursor). Use skill-seekers video --url ... for video sources.
Key features of Skill Seekers
- Ingest from 17 source types: docs, GitHub, PDFs, videos, notebooks, wikis, and more
- Export to 16 AI platforms: Claude, Gemini, OpenAI, LangChain, LlamaIndex, Haystack, multiple vector DBs, and AI coding assistants
- AI-enhanced SKILL.md generation with 500+ line examples, patterns, and guides
- Smart chunking that preserves code blocks and maintains context for RAG pipelines
- Video extraction with transcripts, OCR, GPU auto-detection, and vision API fallback
- Battle-tested: 2,540+ tests, 24+ preset configs, production-ready
Use cases of Skill Seekers
- Build a production-grade AI Skill for Claude from a public API documentation site
- Preprocess a GitHub
「メモリとナレッジ」の他のコンテンツ
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Notion MCP Server
makenotionOfficial Notion MCP Server
コメント