manage-agent-kit

manage-agent-kit is a skill for Codex from cubxxw/agent-kit. It costs 93 tokens per session (957 once invoked), scanned A, original, MIT.

A management tool for a shared repository of add-ons called Agent Skills. It keeps one source repository connected to coding tools such as Claude Code, Codex, Qwen Code, and OpenCode.

In plain words
What is it for?
Checking, setting up, upgrading, synchronizing, discovering, and safely installing skills across supported coding-agent hosts.
Why use it?
It helps detect setup problems, outdated copies, and unsafe file conflicts before changing an installation. It also avoids replacing files that belong to another tool.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex; built for openclaw.

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.

agentmods
npx agentmods add skills/cubxxw/agent-kit/manage-agent-kit
Any agent
npx skills add cubxxw/agent-kit --skill manage-agent-kit
Clone the repo
git clone --depth 1 https://github.com/cubxxw/agent-kit

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 manage-agent-kit

README.md
[![agentmods](https://agentmods.dev/badge/skills/cubxxw/agent-kit/manage-agent-kit.svg)](https://agentmods.dev/skills/cubxxw/agent-kit/manage-agent-kit)
Your own site
<a href="https://agentmods.dev/skills/cubxxw/agent-kit/manage-agent-kit"><img src="https://agentmods.dev/badge/skills/cubxxw/agent-kit/manage-agent-kit.svg" alt="Measured on agentmods" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 957 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00093 $0.00957
Opus 5 $0.00046 $0.00478
Sonnet 5 $0.00019 $0.00191
Haiku 4.5 $0.00009 $0.00096

Measured 6d ago against content hash 802c66eec5d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

manage-agent-kit 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.

skills/manage-agent-kit/SKILL.md · 113 lines

How it starts

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

Manage Agent Kit

Treat the checked-out agent-kit repository as the canonical source. Agent hosts receive views of the same skill directories through symlinks.

Start with evidence

  1. Run ./bin/agent-kit doctor --strict.
  2. Run ./bin/agent-kit status --profile full-stack --tool core.
  3. Inspect catalog.json before proposing changes.
  4. Read references/operations.md for the relevant operation.

Do not silently replace a real directory or a symlink owned by another tool. Report the exact conflict and preserve it.

Use the smallest applicable profile:

  • base: only this management skill.
  • developer: source-grounded engineering and agent infrastructure.
  • design: recursive direction branching, UI/UX evidence, and frontend preflight.
  • full-stack: recommended personal workstation.
  • top: every broadly useful skill that passed the full adoption gate.
  • all: compatibility alias for top.

Preview first:

./bin/agent-kit install --profile full-stack --tool core --dry-run

Then install. Use --replace-managed only for stale symlinks that already point into this checkout. It must never replace copied files or foreign links.

Curate a new skill

Read the checkout’s docs/top-skills.md before broad discovery. It separates adopted, on-demand, and discovery-only sources.

Accept a skill only when all gates pass:

  1. It solves a repeated, current task with clear marginal value.
  2. It does not duplicate a host-provided or already installed capability.
  3. Its source is attributable, actively maintained, and pinned to a full commit SHA.
  4. Its redistribution license is explicit. Do not vendor an unlicensed skill.
  5. Read every executable file and inspect network, credential, and destructive behavior.
  6. Add it to catalog.json and the narrowest profile.
  7. Run the creator validator when first-party skill instructions change.
  8. Run the repository tests, doctor --strict, and the public safety scan.
  9. Install it into the intended hosts and verify every link resolves to the same target.

Read the full file on GitHub · 113 lines

Files

What ships with it

3 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. 6d ago First seen · 113 lines · 93 tokens per session scan A 802c66eec5d8

Subscribe to this mod's changes

manage-agent-kit is a skill published in the GitHub repository cubxxw/agent-kit (2 stars, last pushed 1mo ago), licensed MIT. It adds 93 tokens to every session and 957 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

fieldops-ctf-reverse

Reverse engineering of compiled, packed, virtualized, or obfuscated targets for authorized CTF challenges. Use when the task is to understand, decompile, disassemble, or unpack an unknown executable across ELF, PE, Mach-O, APK, WASM, firmware, bytecode, or custom-VM targets.

download4you/n2-fieldops · 71 tokens

fieldops-ctf-writeup

Generate a submission-style writeup for a solved CTF challenge. Use after a solve, when the user wants a reproducible competition report covering metadata, ordered solution steps, the solve script, and the recovered flag.

download4you/n2-fieldops · 51 tokens

fieldops-powershell-utf8

Writes, reviews, and repairs PowerShell so Persian/Farsi and other Unicode text survives console input, console output, native-process pipelines, and file I/O. Use when text turns into mojibake or question-mark boxes, when a UTF-8 BOM must be added or removed, for multilingual or non-ASCII automation, or when a script…

download4you/n2-fieldops · 147 tokens

fieldops-ctf-operator

Triage, route, and validate authorized CTF investigations. Use when the category is unknown, the user is stuck, evidence conflicts, or a claimed solve must be reproduced from a clean baseline. Dispatches to the most relevant fieldops-ctf- specialist.

download4you/n2-fieldops · 61 tokens

fieldops-prompt-decorators

Interprets and executes Prompt Decorators written with +++Name(key=value) syntax, handling message vs. chat scope, parameter validation, decorator composition, conflict resolution, meta-decorator expansion (N2 and Storm), retained-state inspection (ActiveDecs and AvailableDecs), selective clearing, and conversation…

download4you/n2-fieldops · 177 tokens

fieldops-research

Investigates externally verifiable, uncertain, current, comparative, or high-consequence questions and delivers concise, evidence-backed, actionable answers. Use when facts may have changed, claims need fact-checking, sources disagree, the user wants a recommendation or comparison (which is better, is it still true…

download4you/n2-fieldops · 111 tokens