← 返回 Skills 市场
workspace-health-dashboard
作者
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
138
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-workspace-health-dashboard
功能描述
Unified health monitoring dashboard that consolidates skill quality, dependency security, cleanup needs, and protected skills status into a single health che...
使用说明 (SKILL.md)
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
安全使用建议
This skill appears to do what it says: scan the workspace skills directory and package.json and produce a summary report. Before installing or running it: 1) review the remaining portion of index.js (the provided file was truncated) to ensure no hidden writes, network calls, or credential access; 2) note the default workspacePath is '/root/.openclaw/workspace' — either supply an explicit workspacePath option or change the default if you don't want it to inspect that location; 3) the SKILL.md mentions integrations that the code does not execute — expect this skill to be a passive auditor, not an automatic cleanup tool; and 4) run it in a non-production environment first to confirm behavior. If you need stronger assurance, request a full, untruncated audit of the file and confirm there are no child_process.exec, network requests, or file-modifying operations.
功能分析
Type: OpenClaw Skill
Name: jpeng-workspace-health-dashboard
Version: 1.0.0
The workspace-health-dashboard skill is a diagnostic tool designed to audit the local OpenClaw environment. It performs read-only operations on the file system to check for skill completeness, identify junk files (e.g., .DS_Store), and verify the presence of core dependencies and 'protected' skills. The code in index.js lacks any network capabilities, shell execution, or data exfiltration logic, and the SKILL.md instructions are strictly aligned with its stated purpose of system monitoring.
能力评估
Purpose & Capability
Name/description match the implementation: the code enumerates skills, inspects package.json for dependencies, and produces cleanup/protected-skills reports. The operations performed (reading the skills directory and package.json) are proportional to a health dashboard.
Instruction Scope
SKILL.md shows the same API (generateDashboard, formatDashboard, isHealthy) that index.js implements. However, the SKILL.md's 'Integration' section mentions other skills (skill-cleanup-executor, dependency-vulnerability-scanner) and implies execution/integration that the provided code does not perform. Also the implementation uses a hard-coded default workspacePath ('/root/.openclaw/workspace'), which the docs do not explicitly call out.
Install Mechanism
No install spec or remote installs are present; the package is provided as source (index.js + package.json + SKILL.md). No archives/downloads or exec-based installers are used.
Credentials
The skill declares no required environment variables or credentials and the code does not access environment secrets. It does read filesystem paths (skills directory and package.json) which is appropriate for this tool, but the use of a root-prefixed default path may surprise some users.
Persistence & Privilege
The skill is not marked always:true, does not request persistent system-wide changes in the visible code, and does not modify other skills' configs. The code appears read-only (filesystem reads) and formatting output; no writes/deletions are present in the provided portion.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jpeng-workspace-health-dashboard - 安装完成后,直接呼叫该 Skill 的名称或使用
/jpeng-workspace-health-dashboard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Workspace Health Dashboard skill.
- Provides a unified dashboard for monitoring workspace health.
- Consolidates skill quality, dependency security, cleanup needs, and protected skills status.
- Exposes functions to generate, format, and quickly assess overall workspace health.
- Integrates with existing auditor, cleanup, and vulnerability scanning skills.
元数据
常见问题
workspace-health-dashboard 是什么?
Unified health monitoring dashboard that consolidates skill quality, dependency security, cleanup needs, and protected skills status into a single health che... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。
如何安装 workspace-health-dashboard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jpeng-workspace-health-dashboard」即可一键安装,无需额外配置。
workspace-health-dashboard 是免费的吗?
是的,workspace-health-dashboard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
workspace-health-dashboard 支持哪些平台?
workspace-health-dashboard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 workspace-health-dashboard?
由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。
推荐 Skills