Analysis
Run deep system health checks across workspace, config, skills, and integrations with prioritized findings and remediation.
Why use this skill?
Perform deep system diagnostics, security audits, and operational health checks on your OpenClaw environment with this professional diagnostic skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ivangdavila/analysisWhat This Skill Does
The Analysis skill is the primary diagnostic engine for OpenClaw. It performs deep, systemic health checks across your entire workspace, including configurations, installed skills, and external integrations. Unlike generic analysis tools, this skill is purpose-built for agent self-diagnosis. It uses a tiered detection strategy—starting with cheap, local file checks and progressing to targeted API calls only when evidence suggests a deeper issue. It prioritizes findings based on severity, ensuring that critical security vulnerabilities, such as exposed secrets or permission leaks, are reported immediately before addressing operational or hygiene issues like memory bloat or orphan files.
Installation
To integrate this diagnostic powerhouse into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/ivangdavila/analysis
Use Cases
Use this skill whenever you suspect your agent is behaving unexpectedly. It is ideal for:
- Pre-deployment security audits: Verify that no credentials are hardcoded or exposed.
- Performance tuning: When you feel the agent response speed is lagging, the Analysis skill can identify memory bloat or inefficient process overhead.
- Integrity checks: Run this periodically to ensure all scheduled tasks, such as cron jobs, are active and all API integrations are reachable.
- Troubleshooting: Use it as your first line of defense when the agent fails to perform a specific action, helping to isolate the root cause between a system-level failure and a logic error.
Example Prompts
- "Check my system for any security risks or broken configurations."
- "Something feels off with my agent today—can you perform a full audit?"
- "Run a targeted diagnostic on my memory usage and orphan files."
Tips & Limitations
- Priority Matters: The skill follows a strict order (Security > Operational > Hygiene). If you see a critical flag, stop and address it immediately.
- Efficiency: The skill is designed to be "cheap first." Avoid running full audits if you suspect a specific category, as targeted checks (e.g., "check my crons") are significantly faster.
- Limitations: While highly effective, it cannot fix architectural issues outside of its predefined remediation scripts. Always ensure you have backups before executing auto-fix commands on sensitive configurations.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ivangdavila-analysis": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution, network-access
Related Skills
Amazon
Navigate Amazon as buyer, seller, or affiliate with price tracking, listing optimization, and smart purchasing decisions.
Arduino
Develop Arduino projects avoiding common wiring, power, and code pitfalls.
Apple Mail (MacOS)
Use local CLI to manage Gmail, Outlook, iCloud, Yahoo, Fastmail, and other mail accounts synced in Apple Mail on macOS, without APIs or OAuth.
Backup
Implement reliable backup strategies avoiding data loss, failed restores, and security gaps.
Autonomy
Expand agent capabilities by identifying tasks where human approval adds no value. Systematic delegation.