← Back to Skills Marketplace
ivangdavila

Analysis

by Iván · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1332
Downloads
2
Stars
12
Active Installs
1
Versions
Install in OpenClaw
/install analysis
Description
Run deep system health checks across workspace, config, skills, and integrations with prioritized findings and remediation.
README (SKILL.md)

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)

  1. SECURITY — Exposed secrets, leaked credentials, permission issues
  2. OPERATIONAL — Broken crons, dead sessions, unreachable APIs
  3. 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:

  1. File checks (free) — existence, size, age, syntax
  2. Local commands (cheap) — process lists, disk usage, git status
  3. 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
Usage Guidance
This skill is coherent with its stated purpose and doesn't pull external code, but it inspects sensitive local files and includes remediation scripts that can modify or delete data (chmod, mv, git filter-branch/force-push, restart services, kill sessions, write to keychain). Before installing or running it: (1) run in read-only or dry-run mode first, (2) back up repositories and important files, (3) never allow automatic 'auto-fix' actions without explicit approval, (4) do not enable scheduled/heartbeat runs unless you trust the configured behavior, and (5) review any suggested credential rotation or force-push procedures with caution (these are destructive). If you want higher assurance, ask the skill author for a non-destructive dry-run mode and explicit prompts before any remediation step.
Capability Analysis
Type: OpenClaw Skill Name: analysis Version: 1.0.0 The OpenClaw AgentSkills bundle is designed for system self-diagnosis and health checks, including security audits. All commands and instructions across `SKILL.md`, `checks.md`, `remediation.md`, and `tracking.md` are consistent with this stated purpose. The skill explicitly instructs the agent to prioritize security findings and to 'Never hit external APIs speculatively,' which is a strong indicator against malicious data exfiltration. While it uses powerful commands like `grep` to detect secrets and `chmod` to fix SSH key permissions, these are for vulnerability detection and remediation, not for malicious exploitation or unauthorized access. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection for harmful purposes, or obfuscation.
Capability Assessment
Purpose & Capability
The name/description ('system health checks' across workspace, config, skills, integrations) match the checks and remediation content: it legitimately inspects files, git history, sessions, cron, services, and integration tokens. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Instructions explicitly tell the agent to read many sensitive files (e.g., ~/.ssh, memory/, .env, git history, keychain references), run local commands (grep, find, stat, git, curl, pgrep) and include remediation scripts that can change permissions, move/delete/archive files, restart services, kill sessions, and recommend force-pushing git history. This is within the stated diagnostic purpose, but the remediation templates are potentially destructive and should not be executed without explicit user approval or dry-run safeguards.
Install Mechanism
Instruction-only skill with no install spec and no downloaded code — lowest install risk.
Credentials
The skill requests no environment variables or external credentials, but its checks reference many sensitive local configurations and third-party tokens (Cloudflare, Hetzner, bot tokens). Access to those files and the ability to perform authenticated API checks is appropriate for a diagnostic tool, but it means the agent will encounter secrets if present — treat findings carefully and avoid automatic exfiltration or transmission.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges. However, tracking.md suggests optional scheduled analysis and writing to memory/health-status.md; combined with remediation scripts, enabling autonomous runs or heartbeat-based checks could let it perform repeated modifications. Require explicit opt-in before scheduling or allowing auto-fix actions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install analysis
  3. After installation, invoke the skill by name or use /analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug analysis
Version 1.0.0
License
All-time Installs 13
Active Installs 12
Total Versions 1
Frequently Asked Questions

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.

💬 Comments