What problem does it solve? When you know a website contains the information you need but not the exact page, crawling or extracting everything is slow and wasteful. This Skill maps a site's URL structure quickly so you can locate the right page before retrieving any content. ## Core Features & Use Cases - URL Discovery: List all URLs on a domain with configurable depth, breadth, and result limits. - Semantic and Pattern Filtering: Narrow results with natural-language instructions or regex-based path and domain selectors. - Map + Extract Workflow: Find the right page with map, then extract only that page's content instead of crawling the whole site. - Use Case: You need the authentication guide from a large documentation site. Run a map with the instruction "authentication" to get the exact URL, then extract just that page. ## Quick Start Ask the agent to map the target website and list all URLs matching your topic, for example: map https://docs.example.com and find the API authentication pages.