-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Inspiration
openclaw-dashboard has a Quick Actions section that lets you trigger common ops tasks from the UI: restart gateway, clear cache, run health checks, etc.
What
Add a Quick Actions panel to ClawMetry (cloud + OSS) that lets users trigger common operations on their nodes remotely:
- Restart gateway — send restart command via sync daemon
- Clear cache — purge local OpenClaw caches
- Rotate logs — trigger log rotation
- Run health check — on-demand node health ping
- Custom actions — let users define their own (extensible)
Why
Right now ClawMetry is read-only (monitor + observe). Quick Actions turns it into an ops tool — you can respond to what you see without SSH-ing into the box.
Implementation notes
- Actions dispatched from cloud dashboard to sync daemon via WebSocket command channel
- Sync daemon executes locally and reports result back
- Need auth + confirmation UX ("are you sure you want to restart?")
- Audit log for all actions triggered
Related
Builds on the existing sync daemon WebSocket connection. No new infrastructure needed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels