opengeni-projects

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

A project-organization tool for grouping OpenGeni sessions in shared sidebar projects, with pins and ordering.

In plain words
What is it for?
Use it to create, rename, reorder, pin, or delete project groups and to file or unfile sessions.
Why use it?
It keeps related conversations together without confusing a session group with a repository folder or changing how the sessions run.

Skill for Claude CodeCodex

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

Good fit Use it to create, rename, reorder, pin, or delete project groups and to file or unfile sessions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cloudgeni-ai/opengeni/opengeni-projects
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-projects
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-projects

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/cloudgeni-ai/opengeni/opengeni-projects"><img src="https://agentmods.dev/badge/skills/cloudgeni-ai/opengeni/opengeni-projects.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 255 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.00038 $0.00255
Opus 5 $0.00019 $0.00128
Sonnet 5 $0.00008 $0.00051
Haiku 4.5 $0.00004 $0.00026

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

Security

Grade A, and why

opengeni-projects 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 3d 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.

packages/runtime/src/bundled_project_skills/opengeni-projects/SKILL.md · 11 lines

What it actually says

Projects are named, workspace-shared groups of sessions. In the frontend sidebar, users see root sessions grouped under their project; child agents remain under their parent session. Unfiled sessions appear outside project groups. Pins and project order are shared, not personal preferences.

Use project_list to find an existing group; project_create only when a new group is useful. project_update changes its name, description or pinned state. project_reorder takes every current project ID once; pinned projects appear first. Use sessions_list with projectId to find visible sessions (null means unfiled), and session_set_project to file/unfile a session. session_create accepts projectId when creating new work is already warranted. Prefer filing the root session the user sees.

Projects organize work only: they are not repository folders and do not supply instructions, tools, secrets, runtime defaults or extra access. Moving a session preserves its execution and history. project_delete removes the group and unfiles its sessions; it does not delete or stop them. Use only the tools available to this session.

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. 3d ago First seen · 11 lines · 38 tokens per session scan A 59220c75f75d

Subscribe to this mod's changes

opengeni-projects is a skill published in the GitHub repository Cloudgeni-ai/opengeni (128 stars, last pushed yesterday), licensed Apache-2.0. It adds 38 tokens to every session and 255 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-08.

Related

Other skills, from other repositories

add-a-lib

Scaffold a new shared library under libs/ in the builders-stack monorepo. Use when code is needed in two or more places (apps or services) and should become a single source of truth consumed by package name. Covers the package.json, tsconfig, the one-public-door src/index.ts barrel, and wiring it into a consumer…

lonormaly/builders-stack · 81 tokens

autogpt-agents

Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.

synthetic-sciences/openscience · 39 tokens

Task Convention

Track multi-step work in useAgent's durable task manager, with .useagent/tasks.md as an explicit repo-local or offline fallback.

useagenthq/useagent · 30 tokens

pn-create-workflow-roadmap

Generate a project workflow roadmap (docs/WORKFLOW.md) mapping plan phases to pn-core commands with model tier recommendations and per-step token cost estimates. Runs after pn-writing-plans.

perniemann/pnCore · 44 tokens

pn-program-orchestration

Conductor playbook for featureprogram — multi-slice hierarchical orchestration. Use when decomposing a new project or large feature into ≥2 independent vertical slices that can be built in parallel. Covers when to use, slice decomposition rules, DAG dependency management, merge queue, and resume patterns.

perniemann/pnCore · 64 tokens

pn-github-vertical-slices

Break a plan or PRD into tracer-bullet vertical slices and create GitHub Issues via GitHub MCP (official github/github-mcp-server). Dependencies first (AFK/HITL). Use after pn-writing-plans or pn-create-prd when work must ship as Issues.

perniemann/pnCore · 64 tokens