npx skills add ...
npx skills add exploreomni/omni-cursor-plugin --skill omni-ai-optimizer
Optimize your Omni Analytics model for Blobby, Omni's AI assistant — configure ai_context, ai_fields, sample_queries, and create AI-specific topic extensions. Use this skill whenever someone wants to improve AI accuracy in Omni, make Blobby smarter, configure AI context, add example questions, tune AI responses, set up sample queries, curate fields for AI, create AI-optimized topics, troubleshoot why Blobby gives wrong answers, or any variant of "make the AI better", "Blobby isn't answering correctly", "add context for AI", "optimize for AI", or "teach the AI about our data".
npx skills add exploreomni/omni-cursor-plugin --skill omni-ai-optimizer
Optimize your Omni semantic model so Blobby (Omni's AI assistant) returns accurate, contextual answers.
Tip: Use
omni-model-explorerto inspect current AI context before making changes.
Requires Modeler or Connection Admin permissions.
When unsure whether an endpoint or parameter exists, fetch the OpenAPI spec:
Use this to verify endpoints, available parameters, and request/response schemas before making calls.
Blobby generates queries by examining:
synonyms — alternative names for fieldsai_context — explicit instructions you writeai_fields — which fields are visible to AIsample_queries — example questions with correct querieshidden: true fields are excludedImpact order: ai_context > ai_fields > sample_queries > synonyms > field descriptions.
Add via the YAML API:
Terminology mapping — map business language to field names:
Data nuances — explain what isn't obvious from field names:
Behavioral guidance — direct common patterns:
Persona prompting — set the analytical perspective:
Reduce noise for large models:
Same operators as topic fields: wildcard (*), negation (-), tags (tag:).
Teach Blobby by example. Build the correct query in a workbook, retrieve its structure, then add to the topic YAML:
Focus on questions users actually ask — check Analytics > AI usage in Omni.
Create a curated topic variant for Blobby using extends:
Good descriptions help both Blobby and human analysts.
Map alternative names, abbreviations, and domain-specific terminology so Blobby matches user queries to the correct field. Works on both dimensions and measures.
Synonyms vs ai_context: Use synonyms for field-level name mapping. Use ai_context for topic-level behavioral guidance, data nuances, and multi-field relationships.
omni-model-explorerai_context mapping business terms to fieldssynonyms to key dimensions and measuresai_fields to remove noisesample_queries for top 3-5 questionsdescription valuesextends for AI-specific topic variants