用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Supernor/openclaw-skills --skill gateway-log-query命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
How Failsafe judges the weekly backup beat from PUSHED receipts — interpretation table, thresholds, and the coverage-gap question technique. Use every weekly beat.
Route ideas to The Workshop (Scribe on Telegram). Creates Intake topics for structured intent capture.
Audit existing skills against create-skill best practices. Finds gaps, scores quality, and produces upgrade recommendations.
基于 SOC 职业分类
正在显示 SKILL.md
| name | gateway-log-query |
| description | Query structured gateway JSON logs. Runs gateway-log-query.sh script. |
| version | 1.0.0 |
| author | repo-man |
| tags | ["logging","gateway","debugging"] |
/gateway-logs # Last 20 entries (summary)
/gateway-logs errors # WARN/ERROR/FATAL only
/gateway-logs models # Model/auth/fallback related
/gateway-logs --since 10 # Last 10 minutes
/gateway-logs --module discord # Filter by subsystem
| User says | Script args |
|---|---|
/gateway-logs | --summary --limit 20 |
/gateway-logs errors | --errors --summary --limit 20 |
/gateway-logs models | --models --summary --limit 30 |
/gateway-logs --since N | --since N --summary |
/gateway-logs --module X | --module X --summary |
/gateway-logs full | --limit 10 (no --summary = full JSON) |
/home/node/.openclaw/scripts/gateway-log-query.sh [args]
Present entries in a readable format. The last line is metadata with total log size.
If --summary was used, entries have time, level, module, msg fields — format as:
[time] LEVEL module — msg