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.
npx agentmods add skills/yimwoo/codex-agenteam/generatenpx skills add yimwoo/codex-agenteam --skill generategit clone --depth 1 https://github.com/yimwoo/codex-agenteamWrote 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/yimwoo/codex-agenteam/generate)<a href="https://agentmods.dev/skills/yimwoo/codex-agenteam/generate"><img src="https://agentmods.dev/badge/skills/yimwoo/codex-agenteam/generate.svg" alt="Measured on agentmods" height="20"></a>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.00020 | $0.00401 |
| Opus 5 | $0.00010 | $0.00200 |
| Sonnet 5 | $0.00004 | $0.00080 |
| Haiku 4.5 | $0.00002 | $0.00040 |
Grade A, and why
generate 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 6d 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.
What it actually says
AgenTeam Generate
Regenerate Codex-native agent files from the current configuration.
When to Use
- After editing
agenteam.yamlmanually - After adding or removing roles
- After updating the plugin (new default role templates)
- To verify generated agents match the config
Process
1. Validate Config
python3 <runtime>/agenteam_rt.py roles list
If this fails, the config has errors — show them and stop.
Role models should normally inherit the platform default. For any explicit pin,
compare it with codex debug models; warn about unavailable or deprecated
entries without rejecting values solely because a static AgenTeam list is old.
2. Generate Agents
python3 <runtime>/agenteam_rt.py generate
3. Report Results
Show what was generated:
Generated agents:
.codex/agents/architect.toml (updated)
.codex/agents/dev.toml (updated)
.codex/agents/reviewer.toml (updated)
.codex/agents/qa.toml (updated)
If custom roles were included, highlight them:
.codex/agents/security_auditor.toml (custom role)
4. Verify
Optionally show a summary of each generated agent's key fields
(name, model, can_write, participates_in) for user verification.
Display an omitted model as platform default, not as a missing setting.
If the user regenerated agents because roles are missing from the @ picker,
tell them to confirm the files now exist under .codex/agents/ in the current
project, then open a new thread or restart Codex so it reloads workspace agents.
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.
- 6d ago First seen · 63 lines · 20 tokens per session scan A 6ff8522069bc
generate is a skill published in the GitHub repository yimwoo/codex-agenteam (13 stars, last pushed 2mo ago), licensed MIT. It adds 20 tokens to every session and 401 once invoked, about $0.0001 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
oh-my-dynamic
Multi-agent orchestration engine for complex tasks. Use when you need to break a complex query into subtasks, run them in parallel with a DAG engine, and synthesize results. Triggers on: multi-agent, parallel execution, orchestrate, DAG, decompose task, dynamic workflow.
multi-agent-run
Run a multi-agent workflow on any complex task. One command to decompose, parallelize, and synthesize. Triggers on: run agents, parallel analysis, multi-agent, decompose and run, orchestrate task.
skill-creator
Create, install, or update skills in the workspace. Use when (1) installing a skill from a URL or remote source, (2) creating a new skill from scratch, (3) updating or restructuring existing skills. Always use this skill for any skill installation or creation task.
image-generation
Generate or edit images from text prompts. Use when the user asks to create, draw, design, or edit an image, illustration, photo, icon, poster, or any visual content.
implementation-final-review
Perform the repository's risk-tiered independent final review before implementation completion. Use only when explicitly invoked or when repository instructions require it after behavior-impacting implementation work; audit the complete task diff, supported contracts, lifecycle and security boundaries, complexity, and…
pydantic-ai
Build production-ready AI agents with PydanticAI — type-safe tool use, structured outputs, dependency injection, and multi-model support.