Skill — 技能
v1.0.1提供实时仪表盘来可视化AI代理项目进度、决策树和测试结果,并带有命令来管理和配置仪表盘。
0· 245·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install pm-dashboard
镜像加速npx clawhub@latest install pm-dashboard --registry https://cn.longxiaskill.com 镜像可用
技能文档
PM Dashboard AI 安装 Via npm: npm install -g @reghoul/pm-dashboard pm-dashboard init pm-dashboard start Via ClawHub: clawhub install pm-dashboard pm-dashboard init pm-dashboard start CLI 命令 命令 描述 pm-dashboard start 启动服务器 pm-dashboard stop 停止服务器 pm-dashboard status 显示状态和配置 pm-dashboard config get 获取配置值 pm-dashboard config set 设置配置值 pm-dashboard export -o 导出状态 pm-dashboard import 导入状态 状态位置 所有用户状态都保存在 ~/.openclaw/pm-dashboard/ 中: config.json - 用户配置 state.db - SQLite 数据库 logs/ - 服务器日志 更新 Via npm: npm update -g @reghoul/pm-dashboard Via ClawHub: clawhub update pm-dashboard 更新会保留所有用户状态在 ~/.openclaw/pm-dashboard/ 中。