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, enhancing, and exporting to vector databases (Weaviate, Chroma, FAISS, Qdrant). Supports 16+ target platforms.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y skill_seekersAgent-CoreX intelligently routes which tools from skill-seekers/Skill_Seekers your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"skill_seekers": {
"command": "npx",
"args": [
"-y",
"skill_seekers"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add skill_seekersAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use skill-seekers/Skill_Seekers directly without routing
npx -y skill_seekersNew to Agent-CoreX? View setup guide →