← Back to Skills Marketplace
Skill
by
Sakilmostak
· GitHub ↗
· v1.0.1
· MIT-0
148
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pm-dashboard
Description
Provides a real-time dashboard to visualize AI agent project progress, decision trees, and test results, with commands to manage and configure the dashboard.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pm-dashboard - After installation, invoke the skill by name or use
/pm-dashboard - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.
How do I install Skill?
Run "/install pm-dashboard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill free?
Yes, Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill support?
Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill?
It is built and maintained by Sakilmostak (@sakilmostak); the current version is v1.0.1.
More Skills