Requirements
To use the Omni agent skills, you’ll need to first install the Omni CLI. See the CLI installation guide for more information.Claude Code
Install the plugin
Add the marketplace plugin
Agent skills for Claude Code can be installed through the Claude Marketplace (recommended) or through a Git URL.Run one of the following:
Marketplace (recommended)
Git URL
Install integrations plugin
Optionally install the integrations plugin (Snowflake Semantic Views, etc.):Team deployment
To make this plugin available to your entire team automatically, add it to your project’s.claude/settings.json:
Cursor
Install the plugin
Install the integrations plugin
To also install the integrations plugin (Snowflake Semantic Views, etc.), use Cursor’s team marketplace import (Dashboard > Settings > Plugins > Import) with the repo URLhttps://github.com/exploreomni/omni-agent-skills. Both omni-analytics and omni-integrations will appear as separate installable plugins.
Cortex Code
Cortex Code can load Omni skills directly as custom skill folders. For the CLI, copy one or more folders from this repo’sskills/ directory into project-local .cortex/skills/ or user-level ~/.snowflake/cortex/skills/. In Snowsight workspaces, you can upload the same skill folders directly.
Install all skills in current project
Install one skill
Install integrations skills
skills.sh-compatible agents
Use this path for agents that load skills through skills.sh, including OpenAI Codex, Gemini CLI, GitHub Copilot, and other compatible agent runtimes.Preview available skills
Install all skills
Install one skill
Install integrations skills
Install globally
Check for updates
Update installed skills
Next steps
To ensure agent skills are up-to-date, enable automatic updates, update them manually from your IDE, or reinstall the skills. Refer to the documentation for your IDE for information about enabling automatic updates.