workspace-health-dashboard
/install jpeng-workspace-health-dashboard
Workspace Health Dashboard
Unified health monitoring for the entire workspace.
Usage
const { generateDashboard, formatDashboard, isHealthy } = require('./skills/workspace-health-dashboard');
// Generate full dashboard
const dashboard = generateDashboard();
console.log(formatDashboard(dashboard));
// Quick check
if (!isHealthy()) {
console.log('Workspace needs attention!');
}
Functions
generateDashboard(options?)
Runs all health checks and returns:
- Overall health score (0-100)
- Skill quality metrics
- Dependency status
- Cleanup recommendations
- Protected skills status
formatDashboard(dashboard)
Generates human-readable dashboard with icons.
isHealthy(options?)
Quick boolean check - returns true if all checks pass.
Health Checks
- Skill Quality - % of skills with complete structure
- Dependencies - Scan for known vulnerabilities
- Cleanup - Junk folders and incomplete skills
- Protected Skills - Critical skills present
Health Status
- ✅ Healthy - All checks pass
- ⚠️ Warning - Some issues found
- 🔴 Critical - Immediate attention needed
Integration
Works with:
skill-quality-auditor- Detailed skill analysisskill-cleanup-executor- Execute cleanupdependency-vulnerability-scanner- Security audit
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jpeng-workspace-health-dashboard - After installation, invoke the skill by name or use
/jpeng-workspace-health-dashboard - Provide required inputs per the skill's parameter spec and get structured output
What is workspace-health-dashboard?
Unified health monitoring dashboard that consolidates skill quality, dependency security, cleanup needs, and protected skills status into a single health che... It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.
How do I install workspace-health-dashboard?
Run "/install jpeng-workspace-health-dashboard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is workspace-health-dashboard free?
Yes, workspace-health-dashboard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does workspace-health-dashboard support?
workspace-health-dashboard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created workspace-health-dashboard?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.