What problem does it solve? Creating and maintaining Argos monitoring dashboards by hand through the Web editor is slow and error-prone, and partial updates through the API silently wipe panel settings because the save endpoint is a full-body replacement. This Skill lets you list, fetch, create, update, and delete Argos custom dashboards programmatically with a mandatory two-phase preview-and-confirm workflow that prevents accidental writes. ## Core Features & Use Cases - Dashboard CRUD: List dashboards with search/folder/pagination filters, fetch full dashboard JSON by id, save (create or update), and delete dashboards across CN, I18N, TTP, and BOE control planes. - Quick dashboard builder: Turn a list of metric names into a ready-to-render multi-panel dashboard with one call, with all render-critical panel fields baked in. - Safe partial updates: Use auto_merge to GET the existing dashboard, deep-merge your patch, and save the merged body so omitted fields are never reset to server defaults. - Use Case: You want a monitoring view for two service metrics. Run build_simple_dashboard in preview mode, review the generated panels, confirm, and receive a Web editor URL for the new dashboard. ## Quick Start Ask the agent to build an Argos dashboard named 'My Service Overview' in the sg region from your metric names, review the preview, then confirm the write.