setup-omnara-agent

setup-omnara-agent is a skill for Claude Code, Codex from omnara-ai/omnara. It costs 33 tokens per session (645 once invoked), scanned A, original, Apache-2.0.

Setup instructions for Omnara, a service for creating and running software agents. It covers checking login status, asking how the agent will be used, and creating its reusable profile.

In plain words
What is it for?
Use it when installing Omnara or running its setup command to configure an agent for coding, research, or another job.
Why use it?
It gives the setup process the required information and access before an Omnara agent is created.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when installing Omnara or running its setup command to configure an agent for coding, research, or another job.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/omnara-ai/omnara/setup-omnara-agent
About the project

Omnara is an open-source platform for running managed AI agents, handling their execution and state while developers choose the models, tools, machines, and user experience. Developers use it to build internal or customer-facing agent applications, while teams can interact with agents through its dashboard or Slack connector. The catalogue skill supports workflows built around Omnara.

omnara-ai/omnara · 2,832 stars · on GitHub · omnara.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add omnara-ai/omnara --skill setup-omnara-agent
Clone the repo
git clone --depth 1 https://github.com/omnara-ai/omnara

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for setup-omnara-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/omnara-ai/omnara/setup-omnara-agent/github.svg)](https://agentmods.dev/skills/omnara-ai/omnara/setup-omnara-agent)
Your own site
<a href="https://agentmods.dev/skills/omnara-ai/omnara/setup-omnara-agent"><img src="https://agentmods.dev/badge/skills/omnara-ai/omnara/setup-omnara-agent/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for setup-omnara-agent

Your own site · 80×15
<a href="https://agentmods.dev/skills/omnara-ai/omnara/setup-omnara-agent"><img src="https://agentmods.dev/badge/skills/omnara-ai/omnara/setup-omnara-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 645 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 5 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 9
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 18
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 23
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 25
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium Data Exfiltration · line 25
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.00645
Opus 5 $0.00016 $0.00322
Sonnet 5 $0.00007 $0.00129
Haiku 4.5 $0.00003 $0.00064

Measured 8d ago against content hash 42d815a88da7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

setup-omnara-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/setup-omnara-agent/SKILL.md · 28 lines

What it actually says

Read https://docs.omnara.com/llms.txt and the Quickstart guide first. Fetch other documentation pages as you need them.

Before doing anything, check if the user is logged in with npx omnara whoami. If they are not logged in, run npx omnara login and direct the user to the login link.

Then, ask the user questions on what type of agent they'd like to create:

  1. Ask two questions before creating anything. a. What should the agent do? Examples include a coding agent, deep research agent, etc. b. How will you interact with the agent (Omnara web console, first-party slack integration, custom frontend UI using the typescript SDK)

  2. Look up the user's org, its default project, and the granted model and machine pool via the API. Tailor the instruction to the user's request. Use npx omnara profiles create to create a reusable profile of the agent.

    • Attach every built-in tool except create_machine and delete_machine. List them from GET /tool-catalog. Include send_integration_message and set_integration_target only if using the first party Slack integration; omit both if not
    • The granted model and machine pool
    • Relevant secrets or startup scripts for the machine pool env override. For example, if the user wants to clone a Github repository, you may setup a script which clones the repo upon starting the machine. If needed, you can pipe a Github PAT via a secret into the env var overlay
  3. Launch an agent from the profile using npx omnara agents create with a simple first message. Provide the user with a link to the agent at https://app.omnara.com/projects/{project_id}/agents/{agent_id}

  4. (optional: interact via Slack) If the user wants to setup Omnara to interact via Slack, guide them through the setup process to connect their agent profile to a slack bot. Tell them how to fetch their app configuration token at the following URL: https://api.slack.com/apps . Then tell them to run npx omnara profiles slack {agent_profile_id} ... (use -h to fetch the help parameters you need) to execute the authentication flow.

  5. (optional: interact via SDK or REST API) Help the user setup their own custom application to interact with Omnara. Omnara can be used via a Typescript SDK, install the @omnara/sdk package to use it. Alternatively, in non-Typescript environments, Omnara can be used directly via the API, see the openapi specification at https://docs.omnara.com/api-reference/openapi.yaml. In the case of a frontend application, these APIs may need to be proxied through the user's API in order to avoid CORS errors. Help the user generate an organization-level API token to interact with the API through the CLI or API.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago Changed 42d815a88da7
  2. 10d ago Changed b5bf3d5c45c6
  3. 12d ago First seen · 28 lines · 33 tokens per session scan A 7e263aef6ddc

Subscribe to this mod's changes

setup-omnara-agent is a skill published in the GitHub repository omnara-ai/omnara (2,832 stars, last pushed today), licensed Apache-2.0. It adds 33 tokens to every session and 645 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

kami-deck

A lab-meeting deck on gut-microbiome links to sleep quality — the design, the results, the caveats, and the next experiment. Built as a decision-grade academic research deck for lab group, PI.

nexu-io/open-design · 49 tokens

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

fs-editorial-forest

Art-directing a fashion house's annual report — the editorial system, the photography rhythm, and the data spreads. Built as a decision-grade design craft deck for brand stakeholders, exec audience.

nexu-io/open-design · 44 tokens

simple-deck

OpenDesign's operating review: growth, burn, and the concrete path to sustainability without losing the open ethos. Built as a decision-grade corporate strategy deck for leadership team.

nexu-io/open-design · 38 tokens

html-ppt-zhangzara-coral

OpenDesign's community-growth campaign across GitHub, Discord, and X: the loops, the content calendar, and the pipeline math. Built as a decision-grade marketing & GTM deck for growth team, community lead.

nexu-io/open-design · 55 tokens

html-ppt-zhangzara-retro-zine

A neighborhood zine on the disappearing corner shops — portraits, voices, and what a block loses when they close. Built as a decision-grade story deck for community, local readers.

nexu-io/open-design · 49 tokens