How this skill is triggered — by the user, by Claude, or both
Slash command
/crawl4ai:switchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Switch between cloud and local backends for Crawl4AI.
Switch between cloud and local backends for Crawl4AI.
Read current config:
Read ~/.crawl4ai/claude_config.json. Report the current mode.
Switch to the other mode:
Handle prerequisites:
python3 -c "import crawl4ai". If missing: pip install crawl4ai && crawl4ai-setupWrite new config:
Update ~/.crawl4ai/claude_config.json with the new mode.
Verify:
Use the crawl MCP tool to crawl https://example.com with the new backend. Confirm it works.
Report: Tell the user the switch is complete and the new active mode.
npx claudepluginhub unclecode/crawl4ai-cloud-sdk --plugin crawl4aiSelf-host a crw API server via binary, Docker, or docker-compose with SearXNG sidecar. Configure renderers, proxies, auth, and LLM extraction.
Sets up Firecrawl for dev (self-hosted Docker), staging, and prod with env-specific configs for API keys, crawl limits, concurrency, and credits.
Scrapes URLs to markdown/HTML/JSON, crawls websites for multi-page extraction, searches the web, maps sites, and extracts structured data using Firecrawl MCP tools.