← 返回
未分类 中文

workspace-health-dashboard

Unified health monitoring dashboard that consolidates skill quality, dependency security, cleanup needs, and protected skills status into a single health che...
统一健康监控仪表板,整合技能质量、依赖安全、清理需求及受保护技能状态,提供统一的健康检查视图。
jpengcheng523-netizen jpengcheng523-netizen 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 489
下载
💾 1
安装
1
版本
#latest

概述

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

  1. Skill Quality - % of skills with complete structure
  2. Dependencies - Scan for known vulnerabilities
  3. Cleanup - Junk folders and incomplete skills
  4. 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 analysis
  • skill-cleanup-executor - Execute cleanup
  • dependency-vulnerability-scanner - Security audit

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 18:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

knowledge-graph-memory

jpengcheng523-netizen
构建并维护用于长期记忆的知识图谱,具备概念漂移检测与时序推理能力。适用于存储结构化知识、检测概念漂移及进行时序推理。
★ 0 📥 966
it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 471 📥 78,250
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 31,018