Use when the user wants to see Qdrant collection statistics, check how many points or vectors are indexed, see collection size, or get an overview of the vector store. Triggers on "axon stats", "how many vectors", "collection size", "how many points in Qdrant", "vector store stats", "how much is indexed", "collection stats". Different from sources (URL list) and status (job queue).
Scanned 5/27/2026
Install via CLI
openskills install jmagar/axon---
name: stats
description: Use when the user wants to see Qdrant collection statistics, check how many points or vectors are indexed, see collection size, or get an overview of the vector store. Triggers on "axon stats", "how many vectors", "collection size", "how many points in Qdrant", "vector store stats", "how much is indexed", "collection stats". Different from sources (URL list) and status (job queue).
allowed-tools: mcp__plugin_axon_axon__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
```
No comments yet. Be the first to comment!
Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...