← 返回 Skills 市场
Skill
作者
Sakilmostak
· GitHub ↗
· v1.0.1
· MIT-0
148
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pm-dashboard
功能描述
Provides a real-time dashboard to visualize AI agent project progress, decision trees, and test results, with commands to manage and configure the dashboard.
安全使用建议
This skill appears to do what it says: it expects you to install a third-party CLI package (@reghoul/pm-dashboard) and will keep data under ~/.openclaw/pm-dashboard. Before installing: (1) verify the npm package and its author (search npmjs.org and the package's repository) to inspect the code and maintainers; (2) prefer installing in a controlled environment (container or VM) if you don't trust the package; (3) be aware 'npm -g' installs global binaries and services — check what system users and ports the service uses; (4) the registry metadata omits required binaries (npm/clawhub) — ensure you have or trust those tools. If you need higher assurance, ask the publisher for a homepage/repo link or request an install spec that points to a known release location.
功能分析
Type: OpenClaw Skill
Name: pm-dashboard
Version: 1.0.1
The skill bundle contains documentation and metadata for a project management dashboard tool. The SKILL.md file outlines standard installation procedures via npm and provides a reference for CLI commands (start, stop, config, etc.). No executable code, suspicious network activity, or malicious prompt injection instructions were identified in the provided files.
能力评估
Purpose & Capability
The name/description (project-management dashboard) aligns with the SKILL.md instructions (install an npm/ClawHub CLI package and run start/stop/status/config/export/import). One minor inconsistency: the skill metadata lists no required binaries, but the instructions explicitly require npm (and reference clawhub). This is likely an omission in metadata rather than a functional mismatch, but it should be corrected.
Instruction Scope
SKILL.md confines behavior to installing the CLI, starting/stopping the server, managing config, and reading/writing state under ~/.openclaw/pm-dashboard (config.json, state.db, logs/). It does not instruct the agent to read unrelated files, exfiltrate data, or access other system credentials.
Install Mechanism
There is no install spec in the registry metadata (this is an instruction-only skill). The instructions recommend 'npm install -g @reghoul/pm-dashboard' or 'clawhub install', which will download and install third-party code from the npm registry or ClawHub. That is expected for a CLI tool but carries the usual risks of installing an external package; the skill itself does not provide a vetted installer or a direct download URL.
Credentials
The skill requires no environment variables or external credentials and stores state in a user-local directory (~/.openclaw/pm-dashboard). The requested access is proportional to a local dashboard/CLI tool.
Persistence & Privilege
The skill is not always-enabled, does not request platform-level privileges, and does not modify other skills' configurations. Its persistence is limited to a user-local state directory, which is appropriate for this functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pm-dashboard - 安装完成后,直接呼叫该 Skill 的名称或使用
/pm-dashboard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added a metadata section with a custom emoji to SKILL.md
- No functional or command changes; documentation update only
v1.0.0
pm-dashboard 1.0.0
- Initial release of pm-dashboard.
- Provides a real-time dashboard for visualizing AI agent project states, including implementation progress, decision trees, and test results.
- Includes CLI commands for installing, starting, stopping, configuring, exporting, and importing dashboard state.
- User state and configuration are stored in `~/.openclaw/pm-dashboard/` for persistence across updates.
元数据
常见问题
Skill 是什么?
Provides a real-time dashboard to visualize AI agent project progress, decision trees, and test results, with commands to manage and configure the dashboard. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。
如何安装 Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pm-dashboard」即可一键安装,无需额外配置。
Skill 是免费的吗?
是的,Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill 支持哪些平台?
Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill?
由 Sakilmostak(@sakilmostak)开发并维护,当前版本 v1.0.1。
推荐 Skills