omni-content-explorer
Installation
SKILL.md
Omni Content Explorer
Find, browse, and organize Omni content — dashboards, workbooks, and folders — through the REST API.
Prerequisites
export OMNI_BASE_URL="https://yourorg.omniapp.co"
export OMNI_API_KEY="your-api-key"
API Discovery
When unsure whether an endpoint or parameter exists, fetch the OpenAPI spec:
curl -L "$OMNI_BASE_URL/openapi.json" \
-H "Authorization: Bearer $OMNI_API_KEY"