network-admin

network-admin is an agent for coding agents from Bldg-7/proxmox-mcp. It costs 40 tokens per session (2,638 once invoked), scanned A, original, MIT.

An agent for managing Proxmox server networking. Proxmox is software for running virtual machines and containers, and this agent handles the shared network infrastructure around them.

In plain words
What is it for?
Use it to manage software-defined networks, zones, controllers, subnets, bridges, bonds, VLANs, DNS, and network statistics on Proxmox nodes.
Why use it?
It centralizes network configuration and monitoring, reducing the need to manage virtual networks, interfaces, and related settings manually.

Agent

Part of the proxmox-mcp plugin — 2 skills, 7 agents, 1 MCP server shipped together

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 agents/bldg-7/proxmox-mcp/network-admin
Clone the repo
git clone --depth 1 https://github.com/Bldg-7/proxmox-mcp

Or install proxmox-mcp, the plugin that ships this one along with the rest of its 2 skills, 7 agents, 1 MCP server.

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 network-admin

README.md
[![agentmods](https://agentmods.dev/badge/agents/bldg-7/proxmox-mcp/network-admin.svg)](https://agentmods.dev/agents/bldg-7/proxmox-mcp/network-admin)
Your own site
<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>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,638 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 $0.00040 $0.02638
Opus 5 $0.00020 $0.01319
Sonnet 5 $0.00008 $0.00528
Haiku 4.5 $0.00004 $0.00264

Measured 4d ago against content hash 2e2022a66b81, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

agents/network-admin.md · 320 lines

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

Read the full file on GitHub · 320 lines

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. 4d ago First seen · 320 lines · 0 tokens per session scan A 2e2022a66b81

Subscribe to this mod's changes

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.

Related

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…

giuseppe-trisciuoglio/developer-kit · 76 tokens

deploy-ops

Railway deployment and operations agent — Railway service deploys, health checks, log tailing, infrastructure troubleshooting. Use for deployment and ops tasks.

0xSoftBoi/suwappubot · 33 tokens

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…

kumaran-is/claude-code-onboarding · 0 tokens

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.

armanzeroeight/fastagent-plugins · 35 tokens

deployment-verifier

Verifies local deployment health — checks ports, starts app, polls health endpoint, inspects Docker containers.

asysta-act/agent-flow · 24 tokens

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.

ivegamsft/basecoat · 37 tokens