/install analysis
When To Use
Trigger 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.
Analysis Modes
| 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" |
Priority Order (Always This Sequence)
- SECURITY — Exposed secrets, leaked credentials, permission issues
- OPERATIONAL — Broken crons, dead sessions, unreachable APIs
- HYGIENE — Memory bloat, orphan files, stale entries, inefficiencies
Stop and report critical security findings immediately. Don't bury them in a long list.
Detection Strategy
Cheap first, expensive only when needed:
- File checks (free) — existence, size, age, syntax
- Local commands (cheap) — process lists, disk usage, git status
- API calls (expensive) — only when file-level signals warrant
Never hit external APIs speculatively. Validate need from local evidence first.
Findings Format
[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.
Load Detailed Checks
| 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 |
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install analysis - After installation, invoke the skill by name or use
/analysis - Provide required inputs per the skill's parameter spec and get structured output
What is Analysis?
Run deep system health checks across workspace, config, skills, and integrations with prioritized findings and remediation. It is an AI Agent Skill for Claude Code / OpenClaw, with 1332 downloads so far.
How do I install Analysis?
Run "/install analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Analysis free?
Yes, Analysis is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Analysis support?
Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Analysis?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.