{
  "markdown": "# Skill Seekers — Claude Code Plugin\n\nTransform 17 source types into AI-ready skills and RAG knowledge, directly from Claude Code.\n\n## Installation\n\n### From the Official Plugin Directory\n\n```\n/plugin install skill-seekers@claude-plugin-directory\n```\n\nOr browse for it in `/plugin > Discover`.\n\n### Local Installation (for development)\n\n```bash\nclaude --plugin-dir ./path/to/skill-seekers-plugin\n```\n\n### Prerequisites\n\nThe plugin requires `skill-seekers` to be installed:\n\n```bash\npip install skill-seekers[mcp]\n```\n\n## What's Included\n\n### MCP Server (35 tools)\n\nThe plugin bundles the Skill Seekers MCP server providing tools for:\n- Scraping documentation, GitHub repos, PDFs, videos, and 13 other source types\n- Packaging skills for 16+ LLM platforms\n- Exporting to vector databases (Weaviate, Chroma, FAISS, Qdrant)\n- Managing configs, workflows, and sources\n\n### Slash Commands\n\n| Command | Description |\n|---------|-------------|\n| `/skill-seekers:create-skill <source>` | Create a skill from any source (auto-detects type) |\n| `/skill-seekers:sync-config <config>` | Sync config URLs against live docs |\n| `/skill-seekers:install-skill <source>` | End-to-end: fetch, scrape, enhance, package, install |\n\n### Agent Skill\n\nThe **skill-builder** skill is automatically available to Claude. It detects source types and uses the appropriate MCP tools to build skills autonomously.\n\n## Usage Examples\n\n```\n# Create a skill from a documentation site\n/skill-seekers:create-skill https://react.dev\n\n# Create from a GitHub repo, targeting LangChain\n/skill-seekers:create-skill pallets/flask --target langchain\n\n# Full install workflow with AI enhancement\n/skill-seekers:install-skill https://fastapi.tiangolo.com --enhance\n\n# Sync an existing config\n/skill-seekers:sync-config react\n```\n\nOr just ask Claude naturally:\n> \"Create an AI skill from the React documentation\"\n> \"Scrape the Flask GitHub repo and package it for OpenAI\"\n> \"Export my skill to a Chroma vector database\"\n\nThe skill-builder agent skill will automatically detect the intent and use the right tools.\n\n## Remote MCP Alternative\n\nBy default, the plugin runs the MCP server locally via `python -m skill_seekers.mcp.server_fastmcp`. To use a remote server instead, edit `.mcp.json`:\n\n```json\n{\n  \"skill-seekers\": {\n    \"type\": \"http\",\n    \"url\": \"https://your-hosted-server.com/mcp\"\n  }\n}\n```\n\n## Supported Source Types\n\nDocumentation (web), GitHub repos, PDFs, Word docs, EPUBs, videos, local codebases, Jupyter notebooks, HTML files, OpenAPI specs, AsciiDoc, PowerPoint, RSS/Atom feeds, man pages, Confluence, Notion, Slack/Discord exports.\n\n## License\n\nMIT — https://github.com/yusufkaraaslan/Skill_Seekers\n",
  "bytes": 2674,
  "sha": "c8fc19129074ce19f41fec5605af93402eafe18bf746ae3ee326eee5f2e2daa2",
  "repo_slug": "yusufkaraaslan/skill-seekers-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_yusufkaraaslan_skill_seekers_plugin_skil_605a86fe/readme"
}