Install
openclaw skills install analysisRun deep system health checks across workspace, config, skills, and integrations with prioritized findings and remediation.
openclaw skills install analysisTrigger when user says: "check my system", "what's wrong", "health check", "diagnose", "audit", "why is X slow", "something feels off"
This is NOT generic data analysis. This is system self-diagnosis — examining the agent's own workspace, configuration, and operational health.
| Mode | Scope | When |
|---|---|---|
| Quick | Security + critical operational | "Quick check", default if unspecified |
| Full | All categories, all checks | "Full audit", "deep check" |
| Targeted | Single category | "Check my memory", "audit cron" |
Stop and report critical security findings immediately. Don't bury them in a long list.
Cheap first, expensive only when needed:
Never hit external APIs speculatively. Validate need from local evidence first.
[CRITICAL|WARNING|INFO] category/subcategory: description
→ Action: specific remediation step
→ Auto-fixable: yes/no
Group by severity, not by category. User sees worst problems first.
| Category | Reference |
|---|---|
| All check definitions by category | checks.md |
| Remediation actions and auto-fix scripts | remediation.md |
| Tracking analysis runs, improvement over time | tracking.md |