opengeni: Skill for Codex

.agents/skills/opengeni-client/SKILL.md

opengeni-client is a skill for Codex from Cloudgeni-ai/opengeni. It costs 114 tokens per session (3,244 once invoked), scanned A, original, Apache-2.0.

Integration guidance for connecting a separate product, coding agent, command-line tool, or automation to a deployed OpenGeni service. OpenGeni runs agent sessions and their work, while the customer product keeps its own users and business interface.

In plain words
What is it for?
Use it to choose between a standard user-interface handoff, a headless integration, embedded React session views, or the optional workbench, and to design tenant-safe connections through the OpenGeni SDK and API.
Why use it?
It clarifies the boundary between the customer product and OpenGeni and helps prevent treating a remote service as if it were part of the same application process. It also distinguishes integration guidance from runtime instructions given to an agent.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is Cloudgeni-ai/opengeni's own configuration. It tells Codex how to work on opengeni itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything opengeni configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Cloudgeni-ai/opengeni. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Cloudgeni-ai/opengeni/main/.agents/skills/opengeni-client/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Cloudgeni-ai/opengeni

Made for: 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 opengeni-client

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudgeni-ai/opengeni/opengeni-client/github.svg)](https://agentmods.dev/skills/cloudgeni-ai/opengeni/opengeni-client)
Your own site
<a href="https://agentmods.dev/skills/cloudgeni-ai/opengeni/opengeni-client"><img src="https://agentmods.dev/badge/skills/cloudgeni-ai/opengeni/opengeni-client/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 opengeni-client

Your own site · 80×15
<a href="https://agentmods.dev/skills/cloudgeni-ai/opengeni/opengeni-client"><img src="https://agentmods.dev/badge/skills/cloudgeni-ai/opengeni/opengeni-client.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,244 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 pass 7 Sept 2026
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.00114 $0.03244
Opus 5 $0.00057 $0.01622
Sonnet 5 $0.00023 $0.00649
Haiku 4.5 $0.00011 $0.00324

Measured today against content hash 46bf64de4fa3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

opengeni-client 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 today.

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.

.agents/skills/opengeni-client/SKILL.md · 279 lines

How it starts

The opening of the file, as written. The whole thing — 279 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OpenGeni Client

Use this skill when a customer's product and OpenGeni remain separate systems. That is the normal integration shape: the product owns its users and business UI, while a standalone OpenGeni deployment owns agent sessions and execution.

Do not interpret "embed" as "move OpenGeni into the product process." Advanced in-process router/core embedding is a separate infrastructure choice. Route that work to the repo-maintainer opengeni skill and docs/embedding.md.

Do not confuse two meanings of "skill": this file teaches a customer's coding agent how to integrate OpenGeni; session skills are runtime capabilities or instructions attached to an OpenGeni agent. The former designs the integration. The latter is product data sent through the installed SDK contract.

Code and the live service are authoritative. Prefer /v1/config/client, /v1/access/me, the installed package types, and live probes over memorized route, model, tool, or backend lists. When source is available, verify exact behavior in packages/sdk, packages/react, contracts, and API routes. Read docs/product-integration.md when the repository is available; it is the canonical product boundary for organization keys, workspace mapping, and Skill ownership.

Work Adaptively

  • Inspect the customer's repository, authentication, tenancy, data routes, frontend conventions, installed packages, tests, CI, and deployment guidance before asking questions or choosing an integration shape.
  • Ask only for consequential product choices or external authority that cannot be inferred. Do not ask the customer to restate facts the system proves.
  • Use a reversible, clearly stated default when an unresolved choice is low-risk. Resolve privacy, tenant authority, data writes, cost exposure, and ambiguous external mutations before crossing those boundaries.
  • Match the requested delivery autonomy. Repository or cloud access is technical capability, not permission to push, deploy, merge, or change production.
  • This Skill guides an implementation agent. Never copy it into the runtime Skills of the customer-facing agent.

Read the full file on GitHub · 279 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed · +68 lines 46bf64de4fa3
  2. 5d ago Changed · +41 lines 9cfd3de17611
  3. 10d ago First seen · 170 lines · 114 tokens per session scan A 5d888b3e59b6

Subscribe to this mod's changes

opengeni-client is a skill published in the GitHub repository Cloudgeni-ai/opengeni (125 stars, last pushed today), licensed Apache-2.0. It adds 114 tokens to every session and 3,244 once invoked, about $0.0006 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

nextjs-app-router

Full end-to-end tRPC setup for Next.js App Router. Covers route handler with fetchRequestHandler (GET + POST exports), TRPCProvider with QueryClientProvider, createTRPCOptionsProxy for RSC prefetching, HydrateClient/HydrationBoundary for hydration, useSuspenseQuery for Suspense, and server-side callers.

trpc/trpc · 74 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens

langbot-dev

Develop, build, and debug the LangBot core backend and web frontend. Use when working inside the LangBot repository — backend (Python/Quart, src/langbot/pkg), the Vite/React web UI, HTTP API controllers/services, Alembic migrations, or the MCP server. Covers the dev environment (uv, pnpm), repo layout, the API auth…

langbot-app/LangBot · 136 tokens

stripe-projects

Use after E2B sandbox/API access has been provisioned through Stripe Projects and the user needs to use the resulting E2B API key with the E2B CLI, JavaScript SDK, Python SDK, or Code Interpreter SDK.

e2b-dev/E2B · 51 tokens

chat-sdk

Build multi-platform chat bots with Chat SDK (chat npm package). Use when developers want to (1) Build a Slack, Teams, Google Chat, Discord, Telegram, GitHub, Linear, or WhatsApp bot, (2) Use Chat SDK to handle mentions, direct messages, subscribed threads, reactions, slash commands, cards, modals, files, or AI…

vercel-labs/open-agents · 191 tokens

azure-identity-ts

Authenticate to Azure services using Azure Identity library for JavaScript (@azure/identity). Use when configuring authentication with DefaultAzureCredential, managed identity, service principals, or interactive browser login.

microsoft/skills · 41 tokens