manage-dashboard

Installation
SKILL.md

Manage Coval Dashboard

Manage dashboard $ARGUMENTS.

Instructions

Step 1: Verify CLI Authentication

coval whoami

If no dashboard ID provided, list available dashboards:

coval dashboards list

Get Dashboard Details

coval dashboards get <dashboard_id>

For JSON output:

coval dashboards get <dashboard_id> --format json

Also list its widgets:

coval dashboards widgets list <dashboard_id>

Update Dashboard Name

coval dashboards update <dashboard_id> --name "New Dashboard Name"

Delete Dashboard

coval dashboards delete <dashboard_id>

CRITICAL: This deletes the dashboard and all its widgets. Confirm with the user before proceeding.

Options

Flag Description Default
--name New dashboard name (update only)
--format Output format table

Troubleshooting

Dashboard not found

Cause: Invalid dashboard ID. Solution: Run coval dashboards list to find the correct ID.

Related skills
Installs
2
First Seen
Apr 9, 2026