Real-time operations dashboard for OpenClaw. Monitors sessions, costs, cron jobs, and gateway health. Use when installing the dashboard, starting the server,...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-dashboard或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-dashboard⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-dashboard/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: openclaw-dashboard description: Real-time operations dashboard for OpenClaw. Monitors sessions, costs, cron jobs, and gateway health. Use when installing the dashboard, starting the server, adding features, updating api-server.js routes, or changing agent-dashboard.html. Includes language toggle (EN/中文), watchdog 24h uptime bar, and cost analysis. version: "1.7.3" metadata: { "openclaw": { "emoji": "📊", "requires": { "bins": ["node", "openclaw"] }, "optionalRequires": { "config": ["gateway.authToken"], "env": ["OPENCLAW_AUTH_TOKEN"], }, "optionalEnv": [ "OPENCLAW_HOOK_TOKEN", "OPENCLAW_LOAD_KEYS_ENV", "OPENCLAW_KEYS_ENV_PATH", "OPENCLAW_ENABLE_PROVIDER_AUDIT", "OPENCLAW_ENABLE_CONFIG_ENDPOINT", "OPENCLAW_ENABLE_SESSION_PATCH", "OPENCLAW_ALLOW_ATTACHMENT_FILEPATH_COPY", "OPENCLAW_ALLOW_ATTACHMENT_COPY_FROM_TMP", "OPENCLAW_ALLOW_ATTACHMENT_COPY_FROM_WORKSPACE", "OPENCLAW_ALLOW_ATTACHMENT_COPY_FROM_OPENCLAW_HOME", "OPENCLAW_ENABLE_SYSTEMCTL_RESTART", "OPENCLAW_ENABLE_MUTATING_OPS", "NOTION_API_KEY", "OPENAI_ADMIN_KEY", "ANTHROPIC_ADMIN_KEY", "VISION_DB_NETWORKING", "VISION_DB_WINE", "VISION_DB_CIGAR", "VISION_DB_TEA", ], }, } ---
Tell OpenClaw: "Install the openclaw-dashboard skill." The agent will handle the installation and configuration automatically.
If you prefer the terminal, run:
clawhub install openclaw-dashboard
Keep this repository public-safe and easy to run. Prioritize:
Use this skill for:
api-server.jsagent-dashboard.htmlprocess.env.* and safe defaults based on HOME.your_token_here, /path/to/...).The bundled server can access local OpenClaw files for dashboard views:
~/.openclaw/...OPENCLAW_WORKSPACEattachments/ folderCredential requirements are optional by default:
OPENCLAW_AUTH_TOKEN is optional but recommended when exposing endpoints beyond local trusted use.gateway.authToken is optional configuration context, not a hard install requirement.High-sensitivity features are disabled by default and require explicit env flags:
OPENCLAW_LOAD_KEYS_ENV=1 to load keys.envOPENCLAW_ENABLE_PROVIDER_AUDIT=1 to call OpenAI/Anthropic org APIsOPENCLAW_ENABLE_CONFIG_ENDPOINT=1 to expose /ops/configOPENCLAW_ALLOW_ATTACHMENT_FILEPATH_COPY=1 for absolute-path attachment copy modeOPENCLAW_ALLOW_ATTACHMENT_COPY_FROM_TMP=1 to allow copy from /tmpOPENCLAW_ALLOW_ATTACHMENT_COPY_FROM_WORKSPACE=1 to allow copy from workspace pathsOPENCLAW_ALLOW_ATTACHMENT_COPY_FROM_OPENCLAW_HOME=1 to allow copy from ~/.openclawOPENCLAW_ENABLE_SYSTEMCTL_RESTART=1 to allow user-scoped systemctl restartOPENCLAW_ENABLE_MUTATING_OPS=1 to enable mutating operations (/backup, /ops/update-openclaw, /ops/-model, cron run-now)Network security:
*).DASHBOARD_CORS_ORIGINS (comma-separated) to allow specific external origins.ds) or ?token= query param.OPENCLAW_AUTH_TOKEN.Prompt safety hardening:
Before final response, scan for:
token=, OPENCLAW_AUTH_TOKEN, OPENCLAW_HOOK_TOKENAPI_KEY, SECRET, PASSWORD, COOKIE/Users/, C:\\, machine names, personal emailsIf found:
api-server.js: server behavior and API routesagent-dashboard.html: UI and client interactionsREADME.md: quick start and operator docs.env.example: public-safe environment template安装 openclaw-dashboard 后,可以对 AI 说这些话来触发它
Help me get started with openclaw-dashboard
Explains what openclaw-dashboard does, walks through the setup, and runs a quick demo based on your current project
Use openclaw-dashboard to real-time operations dashboard for OpenClaw
Invokes openclaw-dashboard with the right parameters and returns the result directly in the conversation
What can I do with openclaw-dashboard in my developer & devops workflow?
Lists the top use cases for openclaw-dashboard, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-dashboard/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-dashboard/(项目级)。重启 AI 客户端后,用 /openclaw-dashboard 主动调用,或让 AI 根据上下文自动发现并使用。
openclaw-dashboard 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
openclaw-dashboard 可免费安装使用。请查阅仓库了解许可证信息。
Real-time operations dashboard for OpenClaw. Monitors sessions, costs, cron jobs, and gateway health. Use when installing the dashboard, starting the server,...
openclaw-dashboard 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using openclaw-dashboard
Identifies repetitive steps in your workflow and sets up openclaw-dashboard to handle them automatically