mixagents: Skill for Codex

.agents/skills/maintain-mixagents/SKILL.md

maintain-mixagents is a skill for Codex from Utopia-V/mixagents. It costs 58 tokens per session (1,841 once invoked), scanned C, original, MIT.

A set of project-specific instructions for maintaining the Mixagents package and its integrations with model providers. It covers routing, worker lifecycles, handoffs, request payloads, and session stages.

In plain words
What is it for?
Use it when diagnosing or changing Broker, codex-deepseek-subagent, or pi-dsh-mimic, especially around provider routing, worker ownership, credentials, lifecycle behavior, and first requests.
Why use it?
It helps changes preserve the existing contracts between controllers, workers, providers, and package boundaries. It also discourages treating separate integrations as one shared system without evidence.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents; installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is Utopia-V/mixagents's own configuration. It tells Codex how to work on mixagents 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 mixagents configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Utopia-V/mixagents. 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/Utopia-V/mixagents/main/.agents/skills/maintain-mixagents/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Utopia-V/mixagents

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 maintain-mixagents

README.md
[![agentmods](https://agentmods.dev/badge/skills/utopia-v/mixagents/maintain-mixagents.svg)](https://agentmods.dev/skills/utopia-v/mixagents/maintain-mixagents)
Your own site
<a href="https://agentmods.dev/skills/utopia-v/mixagents/maintain-mixagents"><img src="https://agentmods.dev/badge/skills/utopia-v/mixagents/maintain-mixagents.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,841 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
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.00058 $0.01841
Opus 5 $0.00029 $0.00920
Sonnet 5 $0.00012 $0.00368
Haiku 4.5 $0.00006 $0.00184

Measured yesterday against content hash 7d336600e790, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade C, and why

maintain-mixagents scanned grade C with 1 finding 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 yesterday.

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.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

decline explicitly; never collect credentials or expand route authority.
.agents/skills/maintain-mixagents/SKILL.md · 158 lines

How it starts

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

Maintain Mixagents

The repository contains two independent integrations and the provider-neutral Broker project. Select the affected package first and keep its lifecycle, distribution surface, and evidence separate from the others. Do not introduce a shared abstraction merely because packages involve agents, providers, or similar transports.

MixAgents Broker

Read the Broker product and status owner, its accepted backend and lifecycle policy, its accepted controller contract, its local project instructions, and its security owner before changing routing, worker lifecycle, provider data, credentials, permissions, tools, or paid-call behavior.

Broker exists to schedule workers across model providers without globally switching the controller's provider. Preserve that parent outcome rather than reducing the package to a DeepSeek-specific adapter or a one-shot model tool. Keep these boundaries explicit:

  • Name the effective controller, provider, model, backend, worker identity, and lifecycle owner truthfully.
  • A backend owns only the lifecycle semantics it can actually provide. Never present an externally managed worker as a native Codex child.
  • Provider selection does not grant tool, filesystem, network, or mutation authority. The effective harness and environment own those permissions and side effects.
  • Missing capability, credentials, or transport fails closed. Never silently change provider, model, backend, or task carrier.
  • Prefer native Codex children only when the full cross-provider capability contract passes; otherwise select the qualified App Server fallback before dispatch. Never migrate a live Agent as an implicit retry.
  • Route from a versioned qualification record. Do not trial-spawn a native child per Agent; requalify only when the Codex build, plugin, route, credential identity, environment, permissions, or relevant protocol changes. Start with offline checks, and require explicit authorization for a live canary.
  • Promote a fully evidenced qualification atomically for new Agents only. Demote the affected key on a provider, transport, identity, or lifecycle contract violation, not an ordinary task failure. Reuse the same creation through App Server only after proving native accepted no child and began no external effect; ambiguity must not create a second worker.
  • Preserve the native-sized Agent thread contract: routes, spawn_agent, send, wait_agent, interrupt_agent, and list_agents; a small status vocabulary; and final text or an error. Do not reintroduce a generic Job, revision, pending-action, cancellation, artifact, or release protocol without a demonstrated consumer that App Server threads cannot serve.
  • Completion, failure, and interruption end the current turn, not the Agent thread. Follow-up input may start another turn on the same App Server thread.
  • App Server owns managed thread history, turn results, and recovery. Persist only non-secret runtime metadata that cannot be reconstructed from it.
  • Scope runtime processes by route and effective access. The $broker Skill routes qualified native Agents through Codex collaboration tools directly; the local STDIO MCP server owns App Server-backed Agents.
  • MCP tools accept only preconfigured routes, never inline credentials, endpoints, headers, or provider definitions.
  • Send only the complete assignment and context explicitly selected for the worker. Managed workers use the supplied checkout directly; the controller serializes overlapping writers or prepares a Codex worktree before dispatch.
  • Relay transient non-secret approval or user-input requests through the host only when it advertises elicitation during an associated call. Otherwise decline explicitly; never collect credentials or expand route authority.
  • Treat App Server turn/interrupt as a local turn result. State the provider compute/billing limitation instead of inventing a remote-cancellation claim.
  • Treat probes as disposable evidence; record only decision-grade results in their durable project owner.

Read the full file on GitHub · 158 lines

Files

What ships with it

1 file 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. yesterday First seen · 158 lines · 58 tokens per session scan C 7d336600e790

Subscribe to this mod's changes

maintain-mixagents is a skill published in the GitHub repository Utopia-V/mixagents (185 stars, last pushed 2d ago), licensed MIT. It adds 58 tokens to every session and 1,841 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories