What problem does it solve? When you know which website contains the information you need but not the exact page, manually browsing large sites is slow and unreliable. This Skill maps an entire domain and lists its URLs so you can locate specific pages quickly. ## Core Features & Use Cases - Full URL Discovery: Enumerate all URLs on a site with configurable limits, sitemap handling, and subdomain inclusion. - Search Filtering: Use the --search option to find a specific page (e.g., "authentication") within a large site without listing everything. - Structured Output: Export results as plain text or JSON to a file for downstream scraping or crawling. - Use Case: You need the API authentication docs from a large documentation site. Run map with --search "auth" to find /docs/api/authentication, then scrape that exact URL. ## Quick Start Ask the AI to map the target website and filter for the topic you need, for example: "Map https://docs.example.com and find the page about authentication."