app
Workcell Dashboard
Public Made by Adomby adom
Live workcell management dashboard — monitor status, health, molecule cycle counts, camera position, and activity across all workcells in real time.
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
{
"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": {
"type": "billboard",
"headline": "Workcell Dashboard",
"subhead": "Live monitoring for all your workcells, molecules, and hardware.",
"screenshot": "docs/hero.png"
},
"visibility": "public",
"org": "adom",
"author": {
"name": "aditya",
"email": "[email protected]"
}
}