Discover and explore top open-source AI tools and projects—updated daily.
yusufkaraaslanConvert documentation websites into Claude AI skills
New!
Top 14.7% on SourcePulse
This project provides an automated tool to convert any documentation website into a production-ready Claude AI skill. It targets developers, game developers, teams, and learners by significantly reducing the manual effort required to create specialized AI assistants for technical documentation, typically completing the process in 20-40 minutes.
How It Works
Skill Seeker employs a multi-stage process: it first scrapes content from a given documentation website using a universal scraper. The extracted information is then automatically organized into categorized reference files. An AI enhancement step, which can be performed locally using Claude Code Max or via API, transforms these references into a comprehensive SKILL.md file, enriching it with extracted code examples and key concepts. Finally, the tool packages all generated assets into a .zip file, ready for direct upload to Claude AI.
Quick Start & Requirements
pip3 install requests beautifulsoup4. For API-based AI enhancement, pip3 install anthropic is required, along with setting the ANTHROPIC_API_KEY environment variable.--skip-scrape) is very fast (< 3 minutes). AI enhancement adds about 60 seconds.configs/ directory (e.g., python3 doc_scraper.py --config configs/react.json). An interactive mode (python3 doc_scraper.py --interactive) guides users through creating custom configurations.QUICKSTART.md, docs/ENHANCEMENT.md, docs/UPLOAD_GUIDE.md, docs/CLAUDE.md, and STRUCTURE.md are provided within the repository.Highlighted Details
SKILL.md files with practical code examples and key concepts, supporting both local (free) and API-based (paid) modes.Maintenance & Community
The provided README focuses on the tool's functionality and usage. It does not contain explicit information regarding community channels (like Discord or Slack), notable contributors, sponsorships, or a public roadmap.
Licensing & Compatibility
The project is released under the MIT License, which is permissive and generally suitable for commercial use and integration into closed-source projects.
Limitations & Caveats
The "Universal Scraper" may require manual adjustment of CSS selectors for websites with non-standard structures. While local AI enhancement is free, it depends on the availability and setup of Claude Code Max. The quality of the generated SKILL.md is significantly higher with AI enhancement; without it, the output is described as a "basic template."
6 days ago
Inactive
yetone