docs-crawler
SolidCrawl an entire documentation or design-system website into one LLM-ready Markdown corpus. Discovers every page from the site's sitemap.xml (with a same-origin link-following fallback when there is no sitemap), extracts each page's main content as clean Markdown, downloads each page's images (and inline base64 images) into a local folder referenced by relative paths, and renders JavaScript-heavy pages with a headless browser. Use this whenever someone wants the WHOLE of a multi-page docs site, design-system site, API reference, component library, or knowledge base turned into Markdown — for example "crawl this docs site", "turn this design system site into markdown", "make an LLM or RAG corpus from these docs", "mirror the entire documentation", "archive the whole knowledge base", or "give an AI the full X documentation". It applies even when the user never says the word "crawl" — any request to capture, ingest, archive, or convert a whole site's documentation pages into text fits. The design-md skill also ca
Install
Quality Score: 83/100
Skill Content
Details
- Author
- CaesiumY
- Repository
- CaesiumY/ko-design-md
- Created
- 4 months ago
- Last Updated
- 2 days ago
- Language
- HTML
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
getdocs
Crawl and scrape a documentation site into the workspace as clean local markdown (via the getdocs CLI). Use when the user wants to fetch, mirror, crawl, or scrape the docs for a library/API/framework so the agent can read them locally.
docs-from-site
Spin up a rich, conversion-grade Markdown docs site from any product website URL — even one with no existing docs. Reads the live site (rendering JS first), extracts real content, and produces a multi-section, foldered site (overview, getting-started, concepts, features, guides, use-cases, FAQ, reference) — then publishes and configures the Docsbook workspace so the first thing a new visitor sees sells the product. Use when the user provides a website URL, site URL, or pastes a link and says "from website", "import site", "from URL", "from a live site", "recreate this site's docs", "copy this link", "повтори документацию по ссылке", or "сделай доки по этому сайту".
web-site-to-document
Convert a public website into one structured document (Word, PDF, or Markdown) — a whole site, one section, or a single page. Use to archive a URL, or to scrape a JavaScript-rendered site.