omni-ai-optimizer

Configure ai_context, ai_fields, and sample_queries to optimize Omni AI model accuracy.

30|4|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/exploreomni/omni-agent-skills --skill omni-ai-optimizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omni-ai-optimizer
Source: https://github.com/exploreomni/omni-agent-skills/tree/main/skills/omni-ai-optimizer
Command: npx skills add https://github.com/exploreomni/omni-agent-skills --skill omni-ai-optimizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Omni AI Optimizer helps teams improve the accuracy and relevance of Blobby, the Omni Agent, by configuring AI behavior through ai_context, ai_fields, sample_queries, and AI topic extensions.

Core Features & Use Cases

  • AI-context mapping to align business terms with model fields for precise responses.
  • ai_fields curation to reduce noise and keep prompts focused on relevant data.
  • sample_queries to teach Blobby through concrete examples and correct queries.
  • AI topic extensions to create AI-specific variants for targeted analysis.
  • Troubleshooting guidance to tune context and improve answer quality while handling edge cases.

Quick Start

Configure ai_context to map business terms to fields (for example, map revenue to order_items.total_revenue) and add a sample_queries entry to demonstrate a top-revenue question.

Frequently Asked Questions about omni-ai-optimizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I tune AI context to improve Blobby agent accuracy?

Tuning AI context improves Blobby agent accuracy by configuring ai_context to map business terms directly to model fields, such as linking revenue to order_items.total_revenue, ensuring the agent retrieves precise and relevant data for queries.

What is the best way to reduce noise in AI prompts for data queries?

Reducing noise in AI prompts involves ai_fields curation to keep prompts focused only on relevant data fields, filtering out unnecessary information that could confuse the model and degrade response quality.

How do I create AI-specific topic variants for targeted analysis?

You create AI-specific topic variants for targeted analysis by applying AI topic extensions, which allow you to configure specialized contexts and sample queries that guide the agent's behavior for distinct analytical subjects.

Why does my AI agent return incorrect query results for specific business terms?

Your AI agent returns incorrect query results because business terms are not properly mapped to model fields. Configuring ai_context and adding sample_queries teaches the agent the correct field associations through concrete examples.

Do I need YAML frontmatter to configure sample queries for my AI model?

Yes, you need YAML frontmatter providing name and description to configure sample queries. This documentation ensures safe usage and helps the system understand the query examples you add to teach the Blobby agent.

What are the limitations when mapping business terms to model fields?

Limitations when mapping business terms to model fields include handling edge cases where terms are ambiguous or overlap. Troubleshooting guidance helps tune context and improve answer quality by addressing these specific mapping conflicts.