Borrowing it
Nothing to install: this file belongs to matthewdcage/llm-swarm-router. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/matthewdcage/llm-swarm-router/main/.agents/skills/netllm-swarm/SKILL.mdgit clone --depth 1 https://github.com/matthewdcage/llm-swarm-routerWrote 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/matthewdcage/llm-swarm-router/netllm-swarm)<a href="https://agentmods.dev/skills/matthewdcage/llm-swarm-router/netllm-swarm"><img src="https://agentmods.dev/badge/skills/matthewdcage/llm-swarm-router/netllm-swarm/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.
<a href="https://agentmods.dev/skills/matthewdcage/llm-swarm-router/netllm-swarm"><img src="https://agentmods.dev/badge/skills/matthewdcage/llm-swarm-router/netllm-swarm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Anti-Refusal · line 169 Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
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.00100 | $0.01871 |
| Opus 5 | $0.00050 | $0.00936 |
| Sonnet 5 | $0.00020 | $0.00374 |
| Haiku 4.5 | $0.00010 | $0.00187 |
Grade A, and why
netllm-swarm scanned grade A 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 11d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s http://127.0.0.1:11400/metrics | rg netllm_requests_total How it starts
The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.
netllm swarm
When to use this skill
- Multiple machines should share one logical model pool
- User says "LAN swarm", "multi-machine netllm", "find peers", or
/netllm-swarm - mDNS or static peer configuration needed
Prerequisites
- netllm installed on each machine (
netllm-setupskill or./netllm init) - Same LAN/VLAN (guest Wi-Fi often blocks mDNS)
- Local inference on at least one host (optional on workers if they only gateway)
Workflow (DMG / trusted home LAN — default)
- Each machine: install app → welcome Listen on LAN (or Settings LAN toggle) → restart agent
- Clients:
export OPENAI_BASE_URL=http://<any-LAN-IP>:11400/v1(Honcho, Cursor, etc.) - Verify:
./netllm peers— agents find each other via mDNS / subnet scan (no token)
Open swarm: empty swarm.cluster_token is intentional on trusted LANs.
Workflow (CLI — same open default)
-
Each machine:
./netllm init --swarm # upgrades existing config; no --force ./netllm serveBinds
0.0.0.0:11400, selectslocal_spillover, enablessubnet_scan— no token. -
Verify the mesh
./netllm peers # both machines listed; flags unreachable loopback binds ./netllm models --lan ./netllm status
Workflow (manual — existing configs)
-
Bind for LAN on each host
./netllm serve --host 0.0.0.0Packaged installs (systemd, Windows service, macOS app) may already bind via config, use
./netllm start/./netllm restartafter changing listen address. Confirmagent.advertise = truein~/.config/netllm/config.toml(default in config.example.toml). -
Firewall, allow inbound TCP
11400and UDP5353(mDNS) on each host —./netllm doctorprints per-platform commands. -
Security on untrusted LANs (optional): Settings Require cluster token, or
./netllm init --swarm --secure, or./netllm swarm-token --create. Then on other machines:./netllm join http://<leader-ip>:11400 --token <token>. Heartbeats require Bearer token when set; open swarms reject join-with-token.
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.
- 11d ago First seen · 171 lines · 100 tokens per session scan A 089f919a8f3b
netllm-swarm is a skill published in the GitHub repository matthewdcage/llm-swarm-router (25 stars, last pushed 9d ago), licensed MIT. It adds 100 tokens to every session and 1,871 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
torchtitan
Pretrain LLMs at scale with PyTorch 4D parallelism.
modal
Serverless GPU cloud for ML jobs and model APIs.
tensorrt-llm
High-throughput LLM inference on NVIDIA GPUs.
lambda-labs
On-demand GPU cloud instances for ML training.
ultralytics-platform
This skill should be used when user asks to "upload my model to Ultralytics Platform", "push this run to the platform", "upload a dataset to platform", "download a dataset from platform", "search platform datasets", "start cloud training", "train on platform GPUs", "export a model on platform", "deploy a model…
managed-model-endpoints
Register a model service in the managed family — a local model server container the daemon starts/stops on demand, or a remote upstream model API (https). Read the runbook, allocate a port (local only), compose idempotent start/stop scripts (local only), register once. Load when the user wants a model service…