用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Supernor/openclaw-skills --skill error-report命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | error-report |
| description | Pull recent errors from gateway logs and Repo-Man log, format and send to Discord. |
| version | 2.0.0 |
| author | repo-man |
| tags | ["logging","errors","reporting"] |
/error-report # Last 10 WARN+ entries from all sources
/error-report 25 # Last 25 entries
/error-report today # All entries from today
/home/node/.openclaw/scripts/gateway-log-query.sh --errors --summary --limit <N>
grep -E '^\[.+\] (WARN|ERROR|FATAL)' /home/node/.openclaw/workspace-spec-github/logs/repo-man.log | tail -<N>
/home/node/.openclaw/scripts/incident-manager.sh list
Combine all sources into a single report:
📋 Error Report (last <N> entries)
Gateway Errors:
[time] LEVEL module — msg
...
Repo-Man Errors:
[time] LEVEL skill — msg
...
Open Incidents:
#<N>: <title>
(or "None")
If no errors found: [Repo-Man] error-report: All clear. No WARN+ entries found.