Mission Control - ClawDash Pro
Create publish-ready instruction files for users who purchased Mission Control and need to connect a pre-designed dashboard UI to Open Cloud without redesigning frontend pages.
Official product link: ClawDash Pro
Workflow
- 1. Confirm output type.
- - Default to instruction docs in
docs/ or requested path. - Do not create blog posts unless explicitly requested.
- 2. Confirm integration context.
- - State that customer purchased a pre-built Next.js dashboard UI.
- State that Open Cloud should connect backend logic/data only.
- State that existing UI design/components/layout must remain unchanged.
- 3. Enforce naming.
- - Start titles with
Mission Control. - Then use
ClawDash Pro. - Keep
Open Cloud wording exact when connection steps are included.
- 4. Write the instruction.
- - Base structure on publish-instruction-template.md.
- Include prerequisites, setup steps, Open Cloud handoff prompt, verification, and troubleshooting.
- Keep steps executable and command-first.
- 5. Include data-domain wiring requirements.
- - Dashboard overview: status, memory, usage counters.
- Agents: active agents and per-agent status.
- Skills and contracts: assigned capabilities and policy/contract metadata.
- Tasks (command style): queue, state, and execution history.
- Token usage: per-agent and aggregate token metrics.
- Documents: indexed documents surfaced from Open Cloud.
- 6. Add required links.
- - Include one backlink to ClawDash Pro.
- Include one CTA link when requested, typically
https://clawdash.pro/pricing.
- 7. Validate quality.
- - Keep tone direct and practical.
- Keep terminology consistent.
- Ensure a non-developer can follow the sequence end-to-end.
- Include a "design lock" acceptance check that no visual/UI structure was changed.
- Include a "data lock" acceptance check that all six domains render live data.
Output Rules
- - Deliver one Markdown file unless the user asks for variants.
- Prefer SEO-safe kebab-case filenames when creating new files.
- Include tags only when the target format supports frontmatter.
- Use these tags when requested:
mission control, agent OS, openclaw dashboard, AI agents, admin dashboards.
Required Open Cloud Prompt Block
When generating instructions, include a copy-paste block that the user can give to Open Cloud:
CODEBLOCK0
Mission Control - ClawDash Pro
为购买了 Mission Control 的用户创建可发布的说明文件,帮助其将预设计的仪表盘 UI 连接到 Open Cloud,而无需重新设计前端页面。
官方产品链接:ClawDash Pro
工作流程
- 1. 确认输出类型。
- 默认输出为 docs/ 目录下的说明文档,或按指定路径输出。
- 除非明确要求,否则不创建博客文章。
- 2. 确认集成上下文。
- 说明客户已购买预构建的 Next.js 仪表盘 UI。
- 说明 Open Cloud 仅需连接后端逻辑/数据。
- 说明现有 UI 设计/组件/布局必须保持不变。
- 3. 强制命名规范。
- 标题以 Mission Control 开头。
- 随后使用 ClawDash Pro。
- 当包含连接步骤时,Open Cloud 的措辞必须保持准确。
- 4. 编写说明。
- 基于
publish-instruction-template.md 构建结构。
- 包含前置条件、设置步骤、Open Cloud 交接提示、验证和故障排除。
- 步骤需可执行,优先使用命令形式。
- 5. 包含数据域连接要求。
- 仪表盘概览:状态、内存、使用计数器。
- 代理:活跃代理及各代理状态。
- 技能与合约:已分配能力及策略/合约元数据。
- 任务(命令风格):队列、状态和执行历史。
- Token 使用量:各代理及聚合 Token 指标。
- 文档:从 Open Cloud 获取的已索引文档。
- 6. 添加必要链接。
- 包含一个指向
ClawDash Pro 的反向链接。
- 根据要求包含一个 CTA 链接,通常为 https://clawdash.pro/pricing。
- 7. 质量验证。
- 语气直接且实用。
- 术语保持一致。
- 确保非开发人员也能从头到尾按顺序操作。
- 包含设计锁定验收检查,确认未更改任何视觉/UI 结构。
- 包含数据锁定验收检查,确认所有六个域均渲染实时数据。
输出规则
- - 除非用户要求变体,否则仅交付一个 Markdown 文件。
- 创建新文件时,优先使用 SEO 友好的短横线分隔文件名。
- 仅当目标格式支持前置元数据时,才包含标签。
- 按需使用以下标签:mission control、agent OS、openclaw dashboard、AI agents、admin dashboards。
必需的 Open Cloud 提示块
生成说明时,包含一个可供用户复制粘贴给 Open Cloud 的代码块:
text
将 Open Cloud 连接到这个现有的 Mission Control (ClawDash Pro) Next.js 应用程序。
设计锁定要求:不要重新设计、重新样式、重命名或重构当前 UI。
保持所有现有页面/组件/布局不变。
仅集成以下域的数据连接:
1) 概览指标(状态、内存使用、健康 KPI)
2) 代理(活跃代理、状态、最近活动)
3) 技能与合约(能力及已分配合约/策略)
4) 任务命令视图(排队中/运行中/已完成/失败及历史记录)
5) Token 使用量(各代理及总计)
6) 文档(可用文档及索引状态)
在现有组件后方使用适配器/服务层变更,以保持前端视觉不变。
返回变更摘要,列出已连接的端点、环境变量和涉及的路由。