Official Omni Analytics skills for Claude Code — explore models, run queries, build dashboards, embed analytics, and manage your Omni instance. Includes 9 skills, 3 specialized agents, and 3 context rules.
npx claudepluginhub exploreomni/omni-agent-skillsExplore, query, model, embed, and manage Omni Analytics through the REST API and embed SDK. Includes 9 skills, 3 specialized agents, and 3 context rules for model exploration, querying, model building, content browsing, content building, embedding, AI optimization, AI eval, and administration.
No description available.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Share bugs, ideas, or general feedback.
Official Omni Analytics skills for Claude Code, Cursor, OpenAI Codex, Snowflake Cortex Code, and other skills.sh compatible agents.
Bring governed Omni workflows directly into your agent environment with one install target for model exploration, querying, dashboard creation, semantic modeling, AI optimization, administration, and embed work.
These skills are not slash commands or one-off prompts you have to memorize. Once installed, the agent loads the relevant skill or agent when your request matches the use case.
.mdc rules in this repo when relevantSKILL.md directories as custom skills| Platform | Install method | Notes |
|---|---|---|
| Claude Code | Plugin marketplace or Git URL | Full plugin install with 9 skills and 3 agents |
| Cursor | Git URL plugin install | Full plugin install plus 3 .mdc rules |
| OpenAI Codex | npx skills add | Uses the shared skills.sh install flow |
| GitHub Copilot | npx skills add | Uses the shared skills.sh install flow |
| Gemini CLI | npx skills add | Uses the shared skills.sh install flow |
| Snowflake Cortex Code | Upload skill folders or copy into .cortex/skills/ | Loads the repo's SKILL.md directories as custom skills |
| Other skills.sh-compatible agents | npx skills add | Same install flow as Codex, Copilot, and Gemini CLI |
Marketplace install (recommended, run separately):
/plugin marketplace add exploreomni/omni-agent-skills
/plugin install omni-analytics@omni-analytics
Git URL install (run separately):
/plugin marketplace add https://github.com/exploreomni/omni-agent-skills.git
/plugin install omni-analytics@omni-analytics
Install from Git URL:
/add-plugin https://github.com/exploreomni/omni-agent-skills.git
Cortex Code can load these skills directly as custom skill folders. For the CLI, copy one or more folders from this repo's skills/ 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 repo skills in the current project:
mkdir -p .cortex/skills
cp -R skills/* .cortex/skills/
Install one skill directly:
mkdir -p .cortex/skills
cp -R skills/omni-query .cortex/skills/
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:
npx skills add exploreomni/omni-agent-skills --list
Install the full collection:
npx skills add exploreomni/omni-agent-skills
Install one skill directly:
npx skills add https://github.com/exploreomni/omni-agent-skills --skill omni-query
Install globally:
npx skills add exploreomni/omni-agent-skills --global
Check for updates:
npx skills check
Update installed skills:
npx skills update
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/exploreomni/cli/main/install.sh | sh