{
  "slug": "workcell-dashboard",
  "title": "Workcell Dashboard",
  "type": "app",
  "version": "0.1.0",
  "description": "Live workcell management dashboard — monitor status, health, molecule cycle counts, camera position, and activity across all workcells in real time.",
  "tags": ["workcell", "dashboard", "manufacturing", "monitoring", "molecules", "hardware"],
  "discovery_triggers": [
    "open workcell dashboard",
    "show me workcell status",
    "workcell management",
    "monitor my workcells",
    "check workcell health",
    "workcell overview"
  ],
  "discovery_pitch": "Launch a live dashboard to monitor all workcells, molecule cycle counts, camera position, and hardware status in real time.",
  "sample_prompts": [
    {
      "label": "Open dashboard",
      "prompt": "Open the workcell dashboard so I can see status across all workcells"
    },
    {
      "label": "Check health",
      "prompt": "Show me which workcells have warnings or are offline"
    }
  ],
  "metadata": {
    "activate": {
      "kind": "bridge",
      "skill": "workcell-dashboard",
      "requires": [],
      "verbPrefixes": []
    }
  },
  "dependencies": {},
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "headline": "Workcell Dashboard",
    "subhead": "Live monitoring for all your workcells, molecules, and hardware.",
    "screenshot": "docs/hero.png"
  }
}