‹ 首页

skill-builder

@yusufkaraaslan · 收录于 1 周前 · 上游提交 2 天前

Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.

适合你,如果经常需要从各种资料中创建AI技能

/ 下载安装
skill-builder.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add yusufkaraaslan/skill_seekers/skill-builder
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- yusufkaraaslan/skill_seekers/skill-builder
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify yusufkaraaslan/skill_seekers/skill-builder
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
14454GitHub stars
~604上下文体积 · 单文件
镜像托管

怎么用

商店整理自技能原文 · 版本 09410e2 · 表述以原文为准
它做什么

安装后,Claude 能自动识别文档、GitHub 仓库、PDF、视频等来源类型,并用对应工具抓取内容,生成可供 AI 使用的技能包。

什么时候触发

当你提供文档链接、GitHub 仓库地址、PDF 文件、视频链接或本地代码路径,并希望将其转化为 AI 技能时触发。

装好后可以这样说
Claude 会检测来源类型并开始抓取。
Claude 会使用 GitHub 抓取工具。
Claude 会使用 PDF 抓取工具。
技能原文 SKILL.md作者撰写 · MIT · 09410e2

Skill Builder

You have access to the Skill Seekers MCP server which provides 40 tools for converting knowledge sources into AI-ready skills.

When to Use This Skill

Use this skill when the user:

  • Wants to create an AI skill from a documentation site, GitHub repo, PDF, video, or other source
  • Needs to convert documentation into a format suitable for LLM consumption
  • Wants to update or sync existing skills with their source documentation
  • Needs to export skills to vector databases (Weaviate, Chroma, FAISS, Qdrant)
  • Asks about scraping, converting, or packaging documentation for AI
Source Type Detection

Automatically detect the source type from user input:

| Input Pattern | Source Type | Tool to Use | |---------------|-------------|-------------| | https://... (not GitHub/YouTube) | Documentation | scrape_docs | | owner/repo or github.com/... | GitHub | scrape_github | | *.pdf | PDF | scrape_pdf | | YouTube/Vimeo URL or video file | Video | scrape_video | | Local directory path | Codebase | scrape_codebase | | *.ipynb, *.html, *.yaml (OpenAPI), *.adoc, *.pptx, *.rss, *.1-.8 | Various | scrape_generic | | JSON config file | Unified | Use config with scrape_docs |

Recommended Workflow
  1. Detect source type from the user's input
  2. Generate or fetch config using generate_config or fetch_config if needed
  3. Estimate scope with estimate_pages for documentation sites
  4. Scrape the source using the appropriate scraping tool
  5. Enhance with enhance_skill if the user wants AI-powered improvements
  6. Package with package_skill for the target platform
  7. Export to vector DB if requested using export_to_* tools
Available MCP Tools
Config Management
  • generate_config — Generate a scraping config from a URL
  • list_configs — List available preset configs
  • validate_config — Validate a config file
Scraping (use based on source type)
  • scrape_docs — Documentation sites
  • scrape_github — GitHub repositories
  • scrape_pdf — PDF files
  • scrape_video — Video transcripts
  • scrape_codebase — Local code analysis
  • scrape_generic — Jupyter, HTML, OpenAPI, AsciiDoc, PPTX, RSS, manpage, Confluence, Notion, chat
Post-processing
  • enhance_skill — AI-powered skill enhancement
  • package_skill — Package for target platform
  • upload_skill — Upload to platform API
  • install_skill — End-to-end install workflow
Advanced
  • detect_patterns — Design pattern detection in code
  • extract_test_examples — Extract usage examples from tests
  • build_how_to_guides — Generate how-to guides from tests
  • split_config — Split large configs into focused skills
  • export_to_weaviate, export_to_chroma, export_to_faiss, export_to_qdrant — Vector DB export
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。