crawl-site

Installation
SKILL.md

crawl-site

Crawl a website using Crawlio. Configures settings based on site type, starts the crawl, monitors progress, and reports results.

When to Use

Use this skill when the user wants to download, mirror, or crawl a website for offline access, analysis, or archival.

Workflow

1. Determine Site Type

Before configuring settings, identify the site type. Ask the user or infer from context:

Site Type Indicators Recommended Settings
Static site HTML/CSS, no JS frameworks maxDepth: 5, maxConcurrent: 8
SPA (React, Vue, etc.) JS-heavy, client-side routing maxDepth: 3, includeSupportingFiles: true, consider using crawlio-agent for enrichment first
CMS (WordPress, etc.) /wp-content/, admin paths maxDepth: 5, excludePatterns: ["/wp-admin/*", "/wp-json/*"]
Related skills

More from crawlio-app/crawlio-plugin

Installs
18
First Seen
Feb 21, 2026