一键导入
troubleshoot
Step-by-step troubleshooting when something is broken. Triggers: "it's broken", "not working", "error", "help", "something wrong", "agent down".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Step-by-step troubleshooting when something is broken. Triggers: "it's broken", "not working", "error", "help", "something wrong", "agent down".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create backups before changes and restore if things go wrong. Triggers: "backup", "restore", "undo", "go back", "roll back", "save point".
Explain any command, concept, or log entry in plain English with a risk rating. Triggers: "what does this do", "explain", "what is", "what happened here", "what does this mean".
Full system health report in plain English with traffic-light ratings. Triggers: "is it working", "health check", "full status", "how's the system".
Guided secret rotation with validation. Never revoke old key before new one is verified. Triggers: "rotate key", "change API key", "new token", "credential expired", "401 error".
Guided deployment with pre-flight, explain, confirm, execute, verify. Triggers: "deploy", "push changes", "update the agent", "update workspace files". NEVER skip phases. NEVER auto-execute.
Full credential security audit across local repo and VPS. Triggers: "audit secrets", "check credentials", "are my keys safe", "security check".
| name | troubleshoot |
| description | Step-by-step troubleshooting when something is broken. Triggers: "it's broken", "not working", "error", "help", "something wrong", "agent down". |
MANDATORY: Gather evidence before suggesting fixes. Never guess without checking first.
Ask Trent:
If Trent can't answer all of these, that's fine. Gather what you can and move to Phase 2.
All of these are read-only (GREEN). Run them via SSH.
Dispatch the incident-responder agent with Trent's description. The agent will check:
openclaw gateway health)systemctl is-active openclaw-gateway)journalctl -u openclaw-gateway --since "1 hour ago" --no-pager | tail -50)ss -tlnp | grep -v 'sshd\|openclaw\|systemd')df -h /)Present the evidence to Trent in plain English before suggesting any fixes.
Based on evidence, match to common issues:
| Symptom | Likely Cause | Quick Fix |
|---|---|---|
| Agent completely silent | Gateway service stopped | Restart: systemctl restart openclaw-gateway (YELLOW) |
| Agent gives garbled/error responses | API key expired or quota hit | Check provider dashboard, rotate key via /rotate-secrets |
| Agent stuck mid-response | Model failover broken | Check if fallback models are in allowed list (the config coupling bug) |
| Skills not working | Wrong invocation or not installed | Check: are they using /slash-command? Check: openclaw skills list |
| Cron jobs not firing | Gateway restart cleared cron | Re-run setup.sh to re-register crons |
| "Gateway closed (1008)" in logs | Missing paths in systemd config | Re-run deploy script |
| Slow responses | Provider latency | Check provider status page. Usually temporary. |
| Missing workspace files | Incomplete deploy | Re-run deploy script for affected agent |
| Can't SSH into VPS | VPS down or SSH key issue | Check Hostinger dashboard. Try from different network. |
If the symptom doesn't match any of these, tell Trent: "This isn't a common issue. Let me dig deeper into the logs." Then search for specific error messages in the logs.
For each proposed fix:
NEVER apply multiple fixes at once. One change, verify, then decide on the next step.
After applying the fix:
/health-check to verify system healthIf the fix didn't work after 2 attempts: