bokiko/openClaw-dashboard — reverse-engineered prompt
Reverse engineered prompt
Set up this OpenClaw dashboard for me and get it running locally. I want a real time mission control style web app where I can see all my agents, their status, active work, tasks, routines, chat, notifications, activity, and basic metrics in one place. Please make the task board usable with create, edit, comments, checklists, and moving tasks between stages. I also want routine management from the UI, agent chat with nicely rendered code blocks, live updates in the browser, and a simple login using a secret if auth is enabled.
If Postgres is available, use it so tasks, notifications, chat, routines, and agents are saved properly. If not, use the file based fallback so the app still works. If the OpenClaw gateway is available, connect to it for live cluster data, otherwise make sure the dashboard still runs in a local standalone mode.
Please handle the env setup, any needed migrations, and start the dev server. Check the included agent setup guide and look up current docs online if you need to.
Want more depth? Deep Reverse