container-manager-mcp-operations

container-manager-mcp-operations is a skill for Codex from Knuckles-Team/container-manager-mcp. It costs 91 tokens per session (356 once invoked), scanned A, original, MIT.

A governed tool interface for inspecting and operating container systems, including Kubernetes and Podman. It uses GraphOS, a system for delegating and tracking tool access.

In plain words
What is it for?
It supports container configuration, data ingestion, lifecycle tasks, Kubernetes operations, Podman operations, and work across multiple container contexts.
Why use it?
It helps agents make container changes with approval checks, previews, audit trails, and verification instead of relying on unknown commands or stale tool definitions.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It supports container configuration, data ingestion, lifecycle tasks, Kubernetes operations, Podman operations, and work across multiple container contexts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/knuckles-team/container-manager-mcp/container-manager-mcp-operations
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 Knuckles-Team/container-manager-mcp --skill container-manager-mcp-operations
Clone the repo
git clone --depth 1 https://github.com/Knuckles-Team/container-manager-mcp

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 container-manager-mcp-operations

README.md
[![agentmods](https://agentmods.dev/badge/skills/knuckles-team/container-manager-mcp/container-manager-mcp-operations/github.svg)](https://agentmods.dev/skills/knuckles-team/container-manager-mcp/container-manager-mcp-operations)
Your own site
<a href="https://agentmods.dev/skills/knuckles-team/container-manager-mcp/container-manager-mcp-operations"><img src="https://agentmods.dev/badge/skills/knuckles-team/container-manager-mcp/container-manager-mcp-operations/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 container-manager-mcp-operations

Your own site · 80×15
<a href="https://agentmods.dev/skills/knuckles-team/container-manager-mcp/container-manager-mcp-operations"><img src="https://agentmods.dev/badge/skills/knuckles-team/container-manager-mcp/container-manager-mcp-operations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 356 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.00091 $0.00356
Opus 5 $0.00046 $0.00178
Sonnet 5 $0.00018 $0.00071
Haiku 4.5 $0.00009 $0.00036

Measured 10d ago against content hash 053ec1c43a61, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

container-manager-mcp-operations 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 10d 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.

container_manager_mcp/skills/container-manager-mcp-operations/SKILL.md · 34 lines

What it actually says

Container Manager Mcp Operations

Use the provider's governed MCP tools through GraphOS delegation.

Workflow

  1. Establish the verified GraphSession and tenant before discovery or retrieval.
  2. Discover the current condensed tool surface; never assume a stale tool name or schema.
  3. Prefer read-only inspection first. For changes, present impact and use the provider's dry-run or preview mode when available.
  4. Execute mutations as fenced WorkItems so retries remain idempotent and auditable.
  5. Ingest source data only through the signed connector preset and ChangeEnvelope path.
  6. Verify the durable result and its trace/evidence before reporting completion.

Safety contract

  • Never persist credentials, endpoints, raw personal identifiers, hostnames, or local paths.
  • Resolve TLS trust and verification from environment/configuration; never hardcode bypasses.
  • Treat unknown ACL, tenant, schema, or tool-contract state as a hard failure.
  • Require explicit approval for destructive, externally visible, or irreversible actions.
  • Keep runtime traces policy-scoped and privacy-sanitized.

Specialized workflows

Read the workflow catalog only when the request needs a provider-specific procedure, parameter map, script, or reference asset.

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. 10d ago First seen · 34 lines · 91 tokens per session scan A 053ec1c43a61

Subscribe to this mod's changes

container-manager-mcp-operations is a skill published in the GitHub repository Knuckles-Team/container-manager-mcp (5 stars, last pushed 12d ago), licensed MIT. It adds 91 tokens to every session and 356 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

coolify

Use when self-hosting apps and databases with Coolify on a VPS you own — install, first-admin lockdown, Git-to-deploy (Nixpacks/Dockerfile/compose), managed Postgres/Redis, scheduled S3 backups, domains + auto-SSL. NOT a PaaS someone else runs (that is railway), NOT sizing/hardening the box (that is hetzner), NOT…

ericrisco/rsc-harness · 100 tokens

docker

Use when authoring or auditing a Dockerfile, shrinking a bloated image, hardening a container that runs as root, picking a base image, or wiring a Compose dev loop with hot reload. NOT CI builds or deploy-to-host (that is deployment), NOT k8s autoscaling (that is scaling), NOT app-level injection or secrets-in-code…

ericrisco/rsc-harness · 86 tokens

docker-compose-generator

Generate Docker Compose configurations for development environments - auto-detect project stack, configure services with dependencies, volumes, networking, and health checks.

chainlesschain/chainlesschain · 30 tokens

aiq-deploy

Use when asked to install, deploy, run, validate, troubleshoot, or stop NVIDIA AI-Q Blueprint infrastructure.

NVIDIA/skills · 27 tokens

dynamo-recipe-runner

Select, validate, patch, and deploy existing NVIDIA Dynamo Kubernetes recipes. Use for model/backend/GPU/deployment-mode recipe bring-up; use router-starter for router-only mode work and troubleshoot for broken deployments.

NVIDIA/skills · 49 tokens

ecs

AWS ECS container orchestration for running Docker containers. Use when deploying containerized applications, configuring task definitions, setting up services, managing clusters, or troubleshooting container issues.

itsmostafa/aws-agent-skills · 35 tokens