openclaw-logs

Installation
SKILL.md

OpenClaw Log Query

查询 OpenClaw gateway 日志,生成结构化的事件时间线。

Quick Start

运行脚本获取日志数据,然后基于输出为用户分析:

# 查询指定时间段(北京时间)
python3 ~/.claude/skills/openclaw-logs/scripts/query_logs.py --from "19:20" --to "20:00"

# 查询最近 N 分钟/小时
python3 ~/.claude/skills/openclaw-logs/scripts/query_logs.py --last 30m
python3 ~/.claude/skills/openclaw-logs/scripts/query_logs.py --last 2h

# 只看错误
python3 ~/.claude/skills/openclaw-logs/scripts/query_logs.py --from "19:00" --to "20:00" --category error
Related skills
Installs
9
GitHub Stars
18
First Seen
Mar 4, 2026