opengeni: Skill for Codex

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

opengeni-spreadsheets is a skill for Codex from Cloudgeni-ai/opengeni. It costs 62 tokens per session (794 once invoked), scanned A, original, Apache-2.0.

Guidance for creating and editing OpenGeni spreadsheet artifacts, including workbooks, formulas, tables, and calculations. It also covers importing and exporting XLSX and CSV files, which are common spreadsheet file formats.

In plain words
What is it for?
Use it to create, inspect, calculate, edit, import, export, and visually check durable OpenGeni spreadsheets and explicit XLSX or CSV files.
Why use it?
It prevents edits from being made to an outdated copy instead of the workbook the user is viewing. It also keeps imported source files separate from the editable working workbook.

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-spreadsheets/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-spreadsheets

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudgeni-ai/opengeni/opengeni-spreadsheets.svg)](https://agentmods.dev/skills/cloudgeni-ai/opengeni/opengeni-spreadsheets)
Your own site
<a href="https://agentmods.dev/skills/cloudgeni-ai/opengeni/opengeni-spreadsheets"><img src="https://agentmods.dev/badge/skills/cloudgeni-ai/opengeni/opengeni-spreadsheets.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 794 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.00062 $0.00794
Opus 5 $0.00031 $0.00397
Sonnet 5 $0.00012 $0.00159
Haiku 4.5 $0.00006 $0.00079

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

Security

Grade A, and why

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

.agents/skills/opengeni-spreadsheets/SKILL.md · 70 lines

How it starts

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

OpenGeni spreadsheets

The durable OpenGeni artifact is the default working workbook. It is the same live object the user sees in the Artifacts dock and grid. Never maintain a mutable XLSX shadow or publish a sandbox workbook over user edits.

Read references/api.md before editing.

Choose the canonical object

  • If the user means “this workbook” or a visible workbook, call opengeni__editable_artifact_list, then opengeni__editable_artifact_get when needed. Do not guess from chat text.
  • To begin empty, call opengeni__editable_artifact_create with modality spreadsheet.
  • To begin from a ready workspace XLSX, call opengeni__editable_artifact_import with its fileId. The source file remains immutable provenance; the returned artifact becomes the working workbook.
  • Use a standalone local XLSX/CSV only when the user explicitly asks to manipulate sandbox-local bytes and the pinned local runtime is actually available. Normal import/export uses workspace fileId boundaries without local bytes.

Edit and verify

  1. Inspect workbook-metadata, then query only the relevant bounded viewport.
  2. Make the smallest coherent edit. One opengeni__editable_artifact_apply call is one atomic command batch. Use the inspected sheet id and generation id for existing sheets. Generate new stable ids with openGeni.artifacts.ids.stable(). A direct call must pass the inspected headSequence and stateHash; CodeMode carries its last read head automatically.
  3. For one simple edit, call the artifact tools directly. For loops, bulk data, formula generation, polling, or several inspections, write auditable Bun code using openGeni.artifacts from @opengeni/codemode. Both paths execute the exact same frozen tools and authorization.
  4. Put typed numbers and ISO dates in cells, not display strings. Put derived values in formulas with readable relative/absolute references.
  5. Inspect the affected viewport after mutation and reconcile key totals and formula errors. If concurrent work invalidates an assumption, re-inspect and recompute; never force a stale range rewrite.
  6. Export only when the user needs XLSX/PDF/image delivery or visual QA. opengeni__editable_artifact_export_status returns a durable workspace fileId; it does not write into the sandbox. Download only when local bytes are actually needed.

Read the full file on GitHub · 70 lines

Files

What ships with it

2 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. 8d ago First seen · 70 lines · 62 tokens per session scan A 09345bb5a5aa

Subscribe to this mod's changes

opengeni-spreadsheets is a skill published in the GitHub repository Cloudgeni-ai/opengeni (126 stars, last pushed today), licensed Apache-2.0. It adds 62 tokens to every session and 794 once invoked, about $0.0003 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

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens

credit-note-fixer

Fix the tiny credit-note formatting bug and rerun the exact targeted test command.

openai/openai-agents-python · 21 tokens

csv-workbench

Analyze CSV files in /mnt/data and return concise numeric summaries.

openai/openai-agents-python · 17 tokens

typescript-providers

Implement, modify, test, or document TypeScript provider packages under ts/packages/providers, including framework adapters for OpenAI, Anthropic, Google, LangChain, Mastra, Vercel, LlamaIndex, Cloudflare, and Claude Agent SDK. Use for provider-specific TS work; do not use for core-only changes.

ComposioHQ/composio · 70 tokens

ax-agent-optimize

This skill helps an LLM generate correct AxAgent tuning and evaluation code using @ax-llm/ax. Use when the user asks about agent.optimize(...), judgeOptions, eval datasets, optimization targets, saved optimizedProgram artifacts, or agent optimization guidance.

ax-llm/ax · 57 tokens

press-clip

Turn a live article URL into a press clip that looks like the real coverage — the publication's own logo, fonts, photos and layout kept intact, the ads and clutter removed, and (for a roundup) just the client's section. Renders to PDF. You inspect each site and tailor the removal; the bundled script carries no…

elvisun/newsjack · 74 tokens