analysisRun deep system health checks across workspace, config, skills, and integrations with prioritized findings and remediation.
Install via ClawdBot CLI:
clawdbot install ivangdavila/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 |
Generated Mar 1, 2026
A DevOps team uses the Analysis skill to perform a quick security and operational audit before deploying a new microservice. It identifies exposed API keys in a configuration file and a broken cron job for log rotation, allowing immediate fixes to prevent security breaches and operational failures.
An e-commerce company runs a full audit after customers report slow checkout processes. The skill detects memory bloat in the caching system and orphaned session files, leading to optimizations that improve site speed and user experience during peak sales events.
A bank employs the Analysis skill for a targeted check on security configurations to meet regulatory requirements. It uncovers permission issues in sensitive data directories and stale encryption keys, enabling remediation to ensure compliance with financial standards like PCI-DSS.
A healthcare provider uses the skill to diagnose why patient record updates are lagging. It finds unreachable APIs for data synchronization and inefficient file storage practices, resulting in streamlined operations and better data integrity for critical health records.
Offer the Analysis skill as part of a premium DevOps platform subscription, charging monthly fees per user or workspace. Revenue comes from enterprises needing continuous system monitoring and automated remediation to reduce downtime and security risks.
Monetize the skill by charging per analysis run or based on the depth of checks performed (e.g., quick vs. full audits). This model appeals to small businesses or freelancers who need occasional system diagnostics without long-term commitments.
Sell annual licenses to large organizations for unlimited access to the Analysis skill, including custom checks and integration support. Revenue is generated through high-value contracts that include training and priority support for critical system audits.
π¬ Integration Tip
Integrate with existing monitoring tools like Prometheus or Datadog to trigger analyses automatically based on performance alerts, ensuring proactive system health management without manual intervention.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
Perform a comprehensive read-only security audit of Clawdbot's own configuration. This is a knowledge-based skill that teaches Clawdbot to identify hardening opportunities across the system. Use when user asks to "run security check", "audit clawdbot", "check security hardening", or "what vulnerabilities does my Clawdbot have". This skill uses Clawdbot's internal capabilities and file system access to inspect configuration, detect misconfigurations, and recommend remediations. It is designed to be extensible - new checks can be added by updating this skill's knowledge.
Use when reviewing code for security vulnerabilities, implementing authentication flows, auditing OWASP Top 10, configuring CORS/CSP headers, handling secrets, input validation, SQL injection prevention, XSS protection, or any security-related code review.
Security check for ClawHub skills powered by Koi. Query the Clawdex API before installing any skill to verify it's safe.
Scan Clawdbot and MCP skills for malware, spyware, crypto-miners, and malicious code patterns before you install them. Security audit tool that detects data exfiltration, system modification attempts, backdoors, and obfuscation techniques.