npx claudepluginhub unclecode/crawl4ai-cloud-sdk --plugin crawl4aiThis skill uses the workspace's default tool permissions.
Set up the Crawl4AI plugin for Claude Code.
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.
Searches the web, scrapes URLs, crawls sites, and interacts with dynamic pages using Firecrawl CLI for clean markdown output.
Crawls websites to extract content from multiple pages via Tavily CLI. Saves pages as local markdown files with depth/breadth limits, path filtering, and semantic instructions. Use for bulk doc downloads or site content collection.
Share bugs, ideas, or general feedback.
Set up the Crawl4AI plugin for Claude Code.
Guide the user through setup:
Check current config:
Read ~/.crawl4ai/claude_config.json if it exists. Report current mode and whether API key is set.
Choose mode: Ask the user:
pip install crawl4ai && crawl4ai-setup.Configure based on choice:
For cloud mode:
sk_live_ or sk_test_)~/.crawl4ai/claude_config.json:
{"mode": "cloud", "api_key": "sk_live_xxx"}
CRAWL4AI_API_KEY env varFor local mode:
python3 -c "import crawl4ai; print(crawl4ai.__version__)"pip install crawl4ai && crawl4ai-setup{"mode": "local"}Verify setup:
Use the crawl MCP tool to crawl https://example.com. Confirm it returns markdown content.
Report status: Tell the user their setup is complete and which mode is active.