What problem does it solve? Building and updating Omni Analytics dashboards by hand through the UI is slow and hard to automate. This Skill lets you create, edit, and publish Omni documents and dashboards programmatically through the Omni CLI's v2 documents API, covering tiles, visualizations, filters, controls, and layouts through a safe draft-to-publish workflow. ## Core Features & Use Cases - Document Lifecycle Management: Create, rename, move, duplicate, delete, and publish Omni documents using the v2 draft flow so the published dashboard is never touched until validation passes. - Dashboard Authoring: Add tiles, charts, KPI views, markdown tiles, dashboard filters, interactive controls, and multi-page grid layouts via the queryPresentations, controls, and containers envelope slices. - Workbook Model Customization: Push dashboard-specific dimensions and measures to a document's workbook model with extension-mode YAML writes, including branch-bound drafts for fields not yet in the shared model. - Use Case: A user asks to build a Q1 revenue dashboard with a monthly trend line chart, a date-range filter, and a state dropdown. The Skill creates the document, authors the tile queries on a topic, wires the controls, lays out the containers tree, validates every query, and publishes the draft. ## Quick Start Ask the AI to build an Omni dashboard showing monthly revenue by state with a date filter, using the omni-content-builder skill.