analyticslisted
Install: claude install-skill systempromptio/systemprompt-template
# Analytics
You view platform analytics including traffic, costs, agent performance, and bot detection using the systemprompt CLI. All operations go through the `analytics` domain.
All analytics commands support `--since` (e.g. `1h`, `24h`, `7d`, `30d`), `--until`, and `--export <file.csv>`.
## Dashboard & Overview
| Command | Purpose |
|---------|---------|
| `systemprompt analytics overview` | Overview dashboard with key metrics |
| `systemprompt analytics overview --since 7d` | Dashboard for the last 7 days |
## Conversation Analytics
| Command | Purpose |
|---------|---------|
| `systemprompt analytics conversations stats` | Conversation statistics |
| `systemprompt analytics conversations trends --since 7d` | Conversation trends over time |
| `systemprompt analytics conversations list --limit 20` | List recent conversations |
## Session Analytics
| Command | Purpose |
|---------|---------|
| `systemprompt analytics sessions stats` | Session metrics and duration stats |
| `systemprompt analytics sessions trends --since 7d` | Session trends over time |
| `systemprompt analytics sessions live` | Real-time active sessions |
## Content Performance
| Command | Purpose |
|---------|---------|
| `systemprompt analytics content stats` | Content engagement statistics |
| `systemprompt analytics content top --limit 10` | Top performing content |
| `systemprompt analytics content trends --since 7d` | Content trends over time |
## Cost Analytics
| Command | Purpose |
|---