home / skills / tao3k / omni-dev-fusion / crawl4ai
/assets/skills/crawl4ai
npx playbooks add skill tao3k/omni-dev-fusion --skill crawl4aiReview the files below or copy the command above to add this skill to your agents.
---
name: crawl4ai
version: 0.1.0
description: High-performance web crawler skill using Sidecar Execution Pattern
author: Omni Team
routing_keywords:
- "crawl" # Primary: crawl web pages
- "scrape" # Secondary: scrape web content
- "fetch" # Alternative: fetch URL content
# Removed "web" to avoid over-matching URL queries
execution_mode: subprocess
intents:
- "Crawl a webpage and extract its content"
- "Fetch website content as markdown"
- "Scrape web pages for information"
---