skills/modelscope.cn/site-crawler

site-crawler

Installation
SKILL.md

Site Crawler Skill

Respectfully crawl documentation sites and web content for RAG ingestion.

Overview

Documentation sites, blogs, and knowledge bases contain valuable structured content. This skill covers:

  • Respectful crawling (robots.txt, rate limiting)
  • Structure-preserving extraction
  • Incremental updates (only fetch changed pages)
  • Sitemap-based discovery

Prerequisites

# HTTP client
pip install httpx
Installs
1
First Seen
Jun 30, 2026
site-crawler from modelscope.cn