swarm-mesh-provisioner

swarm-mesh-provisioner is a skill for Claude Code, Codex from Knuckles-Team/container-manager-mcp. It costs 43 tokens per session (343 once invoked), scanned A, original, MIT.

A procedure for creating a Docker Swarm cluster across multiple machines and connecting its containers with an encrypted overlay network. Docker Swarm is Docker's built-in system for managing containers on several hosts.

In plain words
What is it for?
Use it to initialize a Swarm manager, join workers, create an attachable overlay network, and verify node status.
Why use it?
It removes the manual work of initializing the cluster, joining worker machines, creating the shared network, and checking that all nodes are ready.

Skill for Claude CodeCodex

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

Good fit Use it to initialize a Swarm manager, join workers, create an attachable overlay network, and verify node status.

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

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 swarm-mesh-provisioner

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/knuckles-team/container-manager-mcp/swarm-mesh-provisioner"><img src="https://agentmods.dev/badge/skills/knuckles-team/container-manager-mcp/swarm-mesh-provisioner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 343 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.00043 $0.00343
Opus 5 $0.00022 $0.00171
Sonnet 5 $0.00009 $0.00069
Haiku 4.5 $0.00004 $0.00034

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

Security

Grade A, and why

swarm-mesh-provisioner 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 12d 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/swarm-mesh-provisioner/SKILL.md · 47 lines

What it actually says

Swarm Mesh Provisioner Skill

Stateless atomic operation to establish multi-node container orchestration clusters and secure virtual networks.

Prerequisites

  • container-manager-mcp — for executing Swarm init, join, network, and node operations.
  • tunnel-manager-mcp — for running command execution on worker nodes.

Steps

Step 1: Initialize Swarm Manager

On the target Manager node, verify Swarm status. If inactive:

  • Run docker swarm init specifying advertise address.
  • Retrieve manager and worker join tokens.

Step 2: Join Swarm Workers

For each designated worker node listed in the inventory:

  • Verify remote Docker engine state.
  • Join the Swarm cluster using the worker join token.
  • Validate active cluster membership.

Step 3: Provision Global Overlay Network

Create a secure, encrypted overlay network (e.g., overlay-net) to bridge containers across different hardware hosts:

  • Ensure the network is created with --attachable to support dynamic containers.
  • Check MTU and driver settings.

Step 4: Verify Cluster State

Confirm that all node statuses read Ready and state shows Active on the Swarm manager.

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. 12d ago First seen · 47 lines · 43 tokens per session scan A 1fcc5ccddfee

Subscribe to this mod's changes

swarm-mesh-provisioner is a skill published in the GitHub repository Knuckles-Team/container-manager-mcp (5 stars, last pushed 14d ago), licensed MIT. It adds 43 tokens to every session and 343 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-08-31.

Related

Other skills, from other repositories

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

agent-sandbox

Agent skill for sandbox - invoke with $agent-sandbox.

ruvnet/ruflo · 15 tokens

isrvd-ops

Operations instructions for using the isrvd API to deploy containers, manage services and images, configure routes, handle files, and use a web terminal. The instructions include Python, Node.js, and Bash helper scripts.

rehiy/isrvd · 96 tokens

deployment

Use when taking an app from source to live: choosing the deploy target from requirements (Hetzner+Coolify vs Vercel vs a third), then wiring container → CI → registry → host with build secrets, healthchecks and rollback. NOT one platform's mechanics (that is coolify, vercel, railway, render), NOT the Dockerfile alone…

ericrisco/rsc-harness · 86 tokens

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