Use Axon map to discover URLs on a site before scraping, crawling, or extracting.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add dinglebear-ai/axon --skill map --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Map?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dinglebear-ai-map)More formats (shields.io, HTML) on the badges page.
---
name: map
description: Use Axon map to discover URLs on a site before scraping, crawling, or extracting.
---
# Axon Map
Use `axon map` when the user knows the site but not the exact URL, or when you need a URL inventory before deciding what to scrape or crawl.
## Examples
```bash
mkdir -p .axon
axon map "https://docs.example.com" --json > .axon/docs-map.json
axon map "https://docs.example.com" --limit 500 --json > .axon/docs-map.json
```
## Guidance
- Map first when a site may be huge, so you can scope the follow-up capture instead of indexing blind.
- Map is bounded URL discovery only: sitemap and llms.txt first, then one root-page anchor fetch.
- After mapping, select the relevant URLs and pass them to `scrape` (one page), `axon <url> --scope site` (a section), or `extract` (structured fields).
## See Also
- [search](../search/SKILL.md)
- [scrape](../scrape/SKILL.md)
- [crawl](../crawl/SKILL.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!