From axon
Use when the user wants to see which domains have indexed content, get a summary grouped by domain, check how many pages from each site are stored, or audit coverage by website. Triggers on "list indexed domains", "which domains are in axon", "how many pages from each site", "domain breakdown", "show domains", "what sites are indexed". Similar to sources but grouped by domain — use domains for a high-level view, sources for individual URL details.
How this skill is triggered — by the user, by Claude, or both
Slash command
/axon:domainsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Lists indexed domains with URL count and chunk totals — a high-level view of what's in the knowledge base.
Lists indexed domains with URL count and chunk totals — a high-level view of what's in the knowledge base.
{ "action": "domains" }
axon domains
docs.example.com)| Command | Granularity | Best for |
|---|---|---|
domains | Per domain | "Do I have X site indexed?" |
sources | Per URL | "Is this specific page stored?" |
stats | Collection total | "How big is my index?" |
Low URL count on a crawled domain? The crawl may have been capped or many pages were thin. Re-crawl with higher max_pages:
{
"action": "crawl",
"urls": ["https://docs.example.com"],
"max_pages": 500,
"max_depth": 4
}
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub jmagar/lab --plugin axon