documentation-scraper

Community

Turn docs into AI-friendly markdown

Authorratacat
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill converts documentation sites into a single Markdown file optimized for AI context. It emphasizes sitemap analysis before scraping and is designed to run outside sandboxes.

Core Features & Use Cases

  • Sitemap-first scraping guidance to determine base-path and max pages
  • Slurp partials, then compile into a single markdown file
  • Output to slurp_compiled/compiled_docs.md for AI consumption

Quick Start

  1. node analyze-sitemap.js https://docs.example.com
  2. slurp https://docs.example.com/docs/ --base-path https://docs.example.com/docs/ --max 80
  3. cat slurp_compiled/compiled_docs.md | head -100

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: documentation-scraper
Download link: https://github.com/ratacat/claude-skills/archive/main.zip#documentation-scraper

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository