opengeni-skills

opengeni-skills is a skill for Claude Code, Codex from Cloudgeni-ai/opengeni. It costs 31 tokens per session (1,048 once invoked), scanned A, original, Apache-2.0.

A tool for finding, installing, creating, and editing Skills: reusable folders of instructions and supporting text for coding-agent work.

In plain words
What is it for?
Use it to search for Skills, inspect their files, install them, or manage their contents and learning modes.
Why use it?
It helps distinguish reusable procedures from saved facts and general workspace rules, and provides controlled ways to read or install them.

Skill for Claude CodeCodex

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

Good fit Use it to search for Skills, inspect their files, install them, or manage their contents and learning modes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cloudgeni-ai/opengeni/opengeni-skills
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 Cloudgeni-ai/opengeni --skill opengeni-skills
Clone the repo
git clone --depth 1 https://github.com/Cloudgeni-ai/opengeni

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 opengeni-skills

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/cloudgeni-ai/opengeni/opengeni-skills"><img src="https://agentmods.dev/badge/skills/cloudgeni-ai/opengeni/opengeni-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,048 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.
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.00031 $0.01048
Opus 5 $0.00015 $0.00524
Sonnet 5 $0.00006 $0.00210
Haiku 4.5 $0.00003 $0.00105

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

Security

Grade A, and why

opengeni-skills 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.

packages/runtime/src/bundled_management_skills/opengeni-skills/SKILL.md · 92 lines

How it starts

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

Managing Skills

A Skill is a folder containing SKILL.md and supporting UTF-8 text files. Use Skills for reusable instructions and procedures. Use Memory for facts and outcomes, and workspace instructions for short always-on rules.

Read

skill_read works without a sandbox. Omit paths to read SKILL.md; specify relative paths to read exactly those files. Include SKILL.md explicitly only when you want it alongside other files. An empty paths list is not a default. Read supporting files only when needed. Reads return current saved content; you do not need to pin a version to follow a Skill.

To discover supporting files, call skill_read with listFiles: true and no paths. This returns only relative paths (at most 128) and available revision identity, never file bodies. Then request only the paths you need. Inventory cannot be combined with paths and does not require sandbox checkout.

Find and install

Management tools are lazy: discover the relevant tool with tool search before calling it. Use skill_search to find installed or available Skills and skill_install to install a chosen source. Installation resolves source bytes on the server; do not invent a source hash. Search does not install anything. Installed guidance never grants credentials, tools, or additional permissions. Keep the same operationId and original arguments when retrying an uncertain install. A committed install replays before fetching the source again. Updates must supply the reviewed installation version; do not substitute a newer value merely to get past a conflict.

A skills.sh URL must match the current SKILL.md frontmatter name, not merely the folder basename. If a link is stale or ambiguous, check the current name or use the exact GitHub folder URL (https://github.com/owner/repo/tree/ref/path).

Create and edit

Use skill_save for small changes to any text file, not only SKILL.md. Every Skill requires name and description in SKILL.md YAML frontmatter. That file is the source of truth: edit its frontmatter to change how the Skill appears in the index. There is no separately editable short description. Saves derive the index metadata from the same revision; supporting-file edits leave it unchanged. Invalid or missing frontmatter is an error, not a fallback. Choose a fresh UUID skillId, set expectedRevisionId to null and expectedScopeVersion to 1, and retain the operation id for retries. Keep the main instructions focused; place longer references or scripts in supporting files. Text files may have any extension or no extension.

Read the full file on GitHub · 92 lines

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 · +2 lines cb311b28515f
  2. yesterday First seen · 90 lines · 31 tokens per session scan A 7b603fa16e14

Subscribe to this mod's changes

opengeni-skills is a skill published in the GitHub repository Cloudgeni-ai/opengeni (127 stars, last pushed today), licensed Apache-2.0. It adds 31 tokens to every session and 1,048 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-09-10.

Related

Other skills, from other repositories

playwright

Use when the task requires capturing or automating a real browser from the terminal.

openai/openai-agents-python · 19 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

ax-ai

This skill helps an LLM generate correct AI provider setup and configuration code using @ax-llm/ax. Use when the user asks about ai(), providers, models, routing, adaptive balancing, presets, embeddings, batch audio with ai.transcribe() or ai.speak(), extended thinking, context caching, or mentions…

ax-llm/ax · 100 tokens

ax-agent-rlm

This skill helps an LLM generate correct AxAgent RLM/runtime code using @ax-llm/ax. Use when the user asks about RLM code execution, AxJSRuntime, contextFields, contextPolicy, liveRuntimeState, promptLevel, stage prompt controls, executorModelPolicy, maxRuntimeChars, agent.test(...), llmQuery(...), recursionOptions…

ax-llm/ax · 88 tokens

ax-llm

This skill helps with using the @ax-llm/ax TypeScript library for building LLM applications. Use when the user asks about ax(), ai(), f(), s(), agent(), flow(), AxGen, AxAgent, AxFlow, signatures, streaming, or mentions @ax-llm/ax.

ax-llm/ax · 68 tokens

ax-cpp-gen

Use when writing C++ code with axllm for AxGen programs, forward calls, indexed multi-sampling, result pickers, streaming, tools, assertions, traces, usage, and output parsing.

ax-llm/ax · 48 tokens