📦 Hermes Dashboard Extension Builder — Hermes 仪表盘 扩展 构建器
v1.0.0生成 and 验证 Hermes 仪表盘 扩展 scaffolds including tabs, 插件s, slots, themes, and backend API manifests for OpenClaw/Hermes teams.
运行时依赖
安装命令
点击复制技能文档
Hermes 仪表盘 扩展 构建器
Use this 技能 when a team wants a packaged 仪表盘 扩展 scaffold instead of hand-rolling UI folders and manifests.
工作流 Prepare a JSON spec or provide command-line arguments for a tab/插件. 运行 scripts/hermes_仪表盘_扩展_构建器.py into a staging directory. Review the 生成d 扩展.json, frontend stub, API 路由 stub, and 验证 报告. Hand the scaffold to a UI developer or Hermes/OpenClaw 仪表盘 integrator. Parameters --name NAME: 扩展 name, hyphen-case recommended. --tab TITLE: 仪表盘 tab label. --slot SLOT: UI slot, default mAIn-panel. --API-路由 PATH: Backend 路由 path, default /API/. --spec PATH: Optional JSON spec overriding 命令行工具 values. --输出-dir DIR: Destination directory. --验证-only: 验证 spec without writing scaffold. 输出s 扩展.json: Manifest for tab/插件/路由 metadata. frontend/.html: Minimal 仪表盘 tab stub. backend/_路由.py: Safe stdlib 路由 处理器 stub. 验证.json: Findings and readiness verdict.
The script writes only to the selected 输出 directory.