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.
curl -O https://raw.githubusercontent.com/Cloudgeni-ai/opengeni/main/.agents/skills/opengeni-client/SKILL.mdgit clone --depth 1 https://github.com/Cloudgeni-ai/opengeniWrote 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.
[](https://agentmods.dev/skills/cloudgeni-ai/opengeni/opengeni-client)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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.
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.
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.
- today Changed · +68 lines 46bf64de4fa3
- 5d ago Changed · +41 lines 9cfd3de17611
- 10d ago First seen · 170 lines · 114 tokens per session scan A 5d888b3e59b6
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.
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.
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.
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…
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.
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…
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.