ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified system Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/analysis
Or

What 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

  1. "Check my system for any security risks or broken configurations."
  2. "Something feels off with my agent today—can you perform a full audit?"
  3. "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

Stars2190
Views0
Updated2026-03-07
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-analysis": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#system-health#diagnostics#security#auditing#debugging
Safety Score: 3/5

Flags: file-read, file-write, code-execution, network-access