Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Analyze Clawdbot logs and diagnostics. Use when the user asks about bot performance, response times, errors, session stats, token usage, API costs, or wants to debug slow responses.
.claude/skills/sundial-org-clawdbot-logs/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -8% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -52% | 0% |
Analyze Clawdbot performance, errors, and session data.
bashscripts/response-times.sh [count]
bashjournalctl --user -u clawdbot-gateway.service --no-pager --since "1 hour ago" | grep -iE "(error|fail|invalid)" | tail -20
bashscripts/session-stats.sh
bashsystemctl --user status clawdbot-gateway.service --no-pager
bashcat ~/.clawdbot/clawdbot.json | jq . > /dev/null && echo "Config valid" || echo "Config invalid"
| Source | Location | Contains | |--------|----------|----------| | Journal | journalctl --user -u clawdbot-gateway.service | Session state, errors, tool exec | | Daily log | /tmp/clawdbot/clawdbot-YYYY-MM-DD.log | Detailed JSON logs | | Session file | ~/.clawdbot/agents/main/sessions/*.jsonl | Full conversation, token usage, costs | | Sessions meta | ~/.clawdbot/agents/main/sessions/sessions.json | Current session state, model info |
scripts/response-times.sh 20jq '.["agent:main:main"].totalTokens' ~/.clawdbot/agents/main/sessions/sessions.json/compact in Telegram or start new sessionbashjournalctl --user -u clawdbot-gateway.service --no-pager --since "10 minutes ago" | grep -i "invalid config"
bashscripts/session-stats.sh
bash# Session state changes journalctl --user -u clawdbot-gateway.service | grep "session state" # Tool execution journalctl --user -u clawdbot-gateway.service | grep "\[tools\]" # Telegram activity journalctl --user -u clawdbot-gateway.service | grep "\[telegram\]"
bashtail -20 ~/.clawdbot/agents/main/sessions/*.jsonl | jq -r 'select(.message.role=="user") | .message.content[0].text' 2>/dev/null | tail -10
Other measured skills in the registry, with their headline benchmark lift.