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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install clawdbot-logs或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install clawdbot-logs⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/clawdbot-logs/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: clawdbot-logs description: 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. ---
Analyze Clawdbot performance, errors, and session data.
scripts/response-times.sh [count]
journalctl --user -u clawdbot-gateway.service --no-pager --since "1 hour ago" | grep -iE "(error|fail|invalid)" | tail -20
scripts/session-stats.sh
systemctl --user status clawdbot-gateway.service --no-pager
cat ~/.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 sessionjournalctl --user -u clawdbot-gateway.service --no-pager --since "10 minutes ago" | grep -i "invalid config"
scripts/session-stats.sh
# 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\]"
tail -20 ~/.clawdbot/agents/main/sessions/*.jsonl | jq -r 'select(.message.role=="user") | .message.content[0].text' 2>/dev/null | tail -10安装 Clawdbot Logs 后,可以对 AI 说这些话来触发它
Help me get started with Clawdbot Logs
Explains what Clawdbot Logs does, walks through the setup, and runs a quick demo based on your current project
Use Clawdbot Logs to analyze Clawdbot logs and diagnostics
Invokes Clawdbot Logs with the right parameters and returns the result directly in the conversation
What can I do with Clawdbot Logs in my developer & devops workflow?
Lists the top use cases for Clawdbot Logs, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/clawdbot-logs/ 目录(个人级,所有项目可用),或 .claude/skills/clawdbot-logs/(项目级)。重启 AI 客户端后,用 /clawdbot-logs 主动调用,或让 AI 根据上下文自动发现并使用。
Clawdbot Logs 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Clawdbot Logs 可免费安装使用。请查阅仓库了解许可证信息。
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.
Clawdbot Logs 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Clawdbot Logs
Identifies repetitive steps in your workflow and sets up Clawdbot Logs to handle them automatically