Skill Seekers
@yusufkaraaslan
About 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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"skill-seekers": {
"command": "python",
"args": [
"-m",
"skill_seekers.mcp.server_fastmcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
Basic information
More Memory & Knowledge MCP servers
Groundwork
Rarefied-EarthGroundwork: company memory for your AI tools. Docs public. Source closed. Public proof needs no account.
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Comments