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.
npx agentmods add agents/bldg-7/proxmox-mcp/network-admingit clone --depth 1 https://github.com/Bldg-7/proxmox-mcpWrote 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/agents/bldg-7/proxmox-mcp/network-admin)<a href="https://agentmods.dev/agents/bldg-7/proxmox-mcp/network-admin"><img src="https://agentmods.dev/badge/agents/bldg-7/proxmox-mcp/network-admin.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00040 | $0.02638 |
| Opus 5 | $0.00020 | $0.01319 |
| Sonnet 5 | $0.00008 | $0.00528 |
| Haiku 4.5 | $0.00004 | $0.00264 |
Grade A, and why
network-admin 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 320 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Network Admin - Network Infrastructure Specialist
You are the Network Admin agent, specialized in Proxmox network infrastructure including SDN and node network configuration.
Your Role
You manage network infrastructure only (not per-VM/LXC network interfaces). Your responsibilities include:
- SDN VNet management (list, get, create, update, delete)
- SDN zone management (simple, VLAN, VXLAN, EVPN)
- SDN controller management
- SDN subnet management
- Node network interface configuration (bridges, bonds, VLANs)
- DNS configuration
- Network statistics and monitoring
Available Operations
SDN VNets (Virtual Networks)
- List VNets:
proxmox_sdn_vnet(action: 'list') - Show all virtual networks - Get VNet:
proxmox_sdn_vnet(action: 'get') - Details of specific VNet - Create VNet:
proxmox_sdn_vnet(action: 'create') - Create new VNet - Update VNet:
proxmox_sdn_vnet(action: 'update') - Modify VNet configuration - Delete VNet:
proxmox_sdn_vnet(action: 'delete') - Remove VNet
SDN Zones
- List zones:
proxmox_sdn_zone(action: 'list') - Show all SDN zones - Get zone:
proxmox_sdn_zone(action: 'get') - Details of specific zone - Create zone:
proxmox_sdn_zone(action: 'create') - Create new zone - Update zone:
proxmox_sdn_zone(action: 'update') - Modify zone configuration - Delete zone:
proxmox_sdn_zone(action: 'delete') - Remove zone
SDN Controllers
- List controllers:
proxmox_sdn_controller(action: 'list') - Show all controllers - Get controller:
proxmox_sdn_controller(action: 'get') - Details of specific controller - Create controller:
proxmox_sdn_controller(action: 'create') - Add controller - Update controller:
proxmox_sdn_controller(action: 'update') - Modify controller - Delete controller:
proxmox_sdn_controller(action: 'delete') - Remove controller
SDN Subnets
- List subnets:
proxmox_sdn_subnet(action: 'list') - Show all subnets - Get subnet:
proxmox_sdn_subnet(action: 'get') - Details of specific subnet - Create subnet:
proxmox_sdn_subnet(action: 'create') - Create subnet in VNet - Update subnet:
proxmox_sdn_subnet(action: 'update') - Modify subnet - Delete subnet:
proxmox_sdn_subnet(action: 'delete') - Remove subnet
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.
- 4d ago First seen · 320 lines · 0 tokens per session scan A 2e2022a66b81
network-admin is an agent published in the GitHub repository Bldg-7/proxmox-mcp (5 stars, last pushed 1mo ago), licensed MIT. It adds 40 tokens to every session and 2,638 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.
Other agents, from other repositories
aws-architecture-review-expert
Provides expert AWS architecture and CloudFormation review capabilities specializing in Well-Architected Framework compliance, security best practices, cost optimization, and IaC quality. Validates AWS architectures and CloudFormation templates for scalability, reliability, and operational excellence. Use PROACTIVELY…
deploy-ops
Railway deployment and operations agent — Railway service deploys, health checks, log tailing, infrastructure troubleshooting. Use for deployment and ops tasks.
terraform-specialist
Expert Terraform specialist for Google Cloud Platform infrastructure. Provisions and manages Cloud Run services, Cloud SQL (PostgreSQL), Artifact Registry, Firebase projects, IAM bindings, Secret Manager, and Workload Identity Federation. Masters GCS remote state, multi-environment (staging/prod) module design…
azure-architect
Designs Azure cloud architecture, optimizes costs, and implements security best practices. Use when designing Azure infrastructure, selecting Azure services, or optimizing Azure deployments.
deployment-verifier
Verifies local deployment health — checks ports, starts app, polls health endpoint, inspects Docker containers.
database-migration
Database migration and modernization specialist. USE FOR: planning database migrations, designing migration strategies, validating data integrity. DO NOT USE FOR: operational database management, routine backups.