> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/developers/agent-skills/skills",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Omni agent skills reference

> Reference for all Omni agent skills, agents, and Cursor rules included in the plugin.

## omni-analytics

These activate from natural-language requests:

| Skill                     | Description                                                                                               |
| ------------------------- | --------------------------------------------------------------------------------------------------------- |
| **omni-model-explorer**   | Discover and inspect models, topics, views, fields, dimensions, measures, and relationships               |
| **omni-model-builder**    | Create and edit views, topics, dimensions, measures, and relationships in YAML                            |
| **omni-query**            | Run queries against Omni's semantic layer and interpret results                                           |
| **omni-content-explorer** | Find, browse, and organize dashboards, workbooks, and folders                                             |
| **omni-content-builder**  | Create, update, and manage documents and dashboards programmatically - lifecycle, tiles, filters, layouts |
| **omni-ai-optimizer**     | Optimize your Omni model for Blobby, the Omni Agent                                                       |
| **omni-admin**            | Manage connections, users, groups, permissions, schedules, and schema refreshes                           |
| **omni-embed**            | Embed Omni dashboards in external applications - URL signing, themes, and postMessage events              |
| **omni-ai-eval**          | Evaluate AI query generation accuracy — run test prompts, compare results, and score across dimensions    |

## omni-integrations

Install the integrations plugin to use these skills. See the [Installation guide](/developers/agent-skills/install) for more information.

| Skill                               | Description                                                                    |
| ----------------------------------- | ------------------------------------------------------------------------------ |
| **omni-to-snowflake-semantic-view** | Convert an Omni Analytics topic into a Snowflake Semantic View YAML definition |

## Agents

These are built for heavier workflows where explicit delegation is useful:

| Agent                | Description                                               |
| -------------------- | --------------------------------------------------------- |
| **omni-analyst**     | Explores models, runs queries, and delivers insights      |
| **omni-modeler**     | Builds semantic models, writes YAML, and optimizes for AI |
| **omni-admin-agent** | Manages users, permissions, schedules, and connections    |

## Cursor rules

<Note>
  Cursor loads the `rules/` directory automatically. Claude Code, Cortex Code, and skills.sh-compatible agents do not load these files as plugin rules, so outside Cursor they should be treated as shared reference material unless you copy them into that tool's own rule mechanism.
</Note>

These `.mdc` files are included for Cursor's rules system:

| Rule                      | Description                                                       |
| ------------------------- | ----------------------------------------------------------------- |
| **omni-api-conventions**  | Auth headers, base URL patterns, error handling, and pagination   |
| **omni-yaml-conventions** | YAML file types, field syntax, and dimension and measure patterns |
| **omni-terminology**      | Maps business intelligence terms to Omni-specific vocabulary      |
