Install
openclaw skills install hermes-dashboard-extension-builderGenerate and validate Hermes dashboard extension scaffolds including tabs, plugins, slots, themes, and backend API manifests for OpenClaw/Hermes teams.
openclaw skills install hermes-dashboard-extension-builderUse this skill when a team wants a packaged dashboard extension scaffold instead of hand-rolling UI folders and manifests.
scripts/hermes_dashboard_extension_builder.py into a staging directory.extension.json, frontend stub, API route stub, and validation report.--name NAME: Extension name, hyphen-case recommended.--tab TITLE: Dashboard tab label.--slot SLOT: UI slot, default main-panel.--api-route PATH: Backend route path, default /api/<name>.--spec PATH: Optional JSON spec overriding CLI values.--output-dir DIR: Destination directory.--validate-only: Validate spec without writing scaffold.extension.json: Manifest for tab/plugin/route metadata.frontend/<name>.html: Minimal dashboard tab stub.backend/<name>_route.py: Safe stdlib route handler stub.VALIDATION.json: Findings and readiness verdict.The script writes only to the selected output directory.