statslisted
Install: claude install-skill jmagar/axon
# axon-stats
Qdrant collection statistics — point count, vector count, memory usage, collection config.
## MCP (preferred)
```json
{ "action": "stats" }
```
Override collection:
```json
{ "action": "stats", "collection": "my_collection" }
```
## CLI fallback
```bash
axon stats
```
## What it shows
- Total point count (each chunk = one point)
- Named vector counts (`dense`, `bm42` sparse)
- Collection segment count and memory usage
- Collection schema (named vs unnamed vectors)
## Related
```json
{ "action": "sources" } // which URLs are indexed
{ "action": "domains" } // which domains have content
{ "action": "doctor" } // verify Qdrant is reachable
```