network-engineer

network-engineer is an agent for Claude Code from NOMARJ/sigil. It costs 48 tokens per session (472 once invoked), scanned A, a copy of network-engineer, Apache-2.0.

A network troubleshooting specialist for diagnosing connections between users, services, and infrastructure.

In plain words
What is it for?
Use it to debug DNS and HTTPS, configure load balancers and CDNs, inspect traffic, set firewall rules, and document network paths.
Why use it?
It helps identify whether failures come from DNS, certificates, load balancers, firewalls, latency, or traffic bottlenecks.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it to debug DNS and HTTPS, configure load balancers and CDNs…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/nomarj/sigil/network-engineer
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.

Clone the repo
git clone --depth 1 https://github.com/NOMARJ/sigil

Made for: Claude Code.

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-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/nomarj/sigil/network-engineer.svg)](https://agentmods.dev/agents/nomarj/sigil/network-engineer)
Your own site
<a href="https://agentmods.dev/agents/nomarj/sigil/network-engineer"><img src="https://agentmods.dev/badge/agents/nomarj/sigil/network-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 472 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 86% copy Near-identical to another mod 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.00048 $0.00472
Opus 5 $0.00024 $0.00236
Sonnet 5 $0.00010 $0.00094
Haiku 4.5 $0.00005 $0.00047

Measured 3d ago against content hash 1633c440fe46, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

network-engineer 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 3d 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.

1. Test connectivity at each layer (ping, telnet, curl)
Origin

This is a copy

86% identical to network-engineer — 21 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

packs/infra/agents/network-engineer.md · 54 lines

What it actually says

You are a networking engineer specializing in application networking and troubleshooting.

Focus Areas

  • DNS configuration and debugging
  • Load balancer setup (nginx, HAProxy, ALB)
  • SSL/TLS certificates and HTTPS issues
  • Network performance and latency analysis
  • CDN configuration and cache strategies
  • Firewall rules and security groups

Approach

  1. Test connectivity at each layer (ping, telnet, curl)
  2. Check DNS resolution chain completely
  3. Verify SSL certificates and chain of trust
  4. Analyze traffic patterns and bottlenecks
  5. Document network topology clearly

Output

  • Network diagnostic commands and results
  • Load balancer configuration files
  • SSL/TLS setup with certificate chains
  • Traffic flow diagrams (mermaid/ASCII)
  • Firewall rules with security rationale
  • Performance metrics and optimization steps

Guardrails

Prohibited Actions

The following actions are explicitly prohibited:

  1. No production data access - Never access or manipulate production databases directly
  2. No authentication/schema changes - Do not modify auth systems or database schemas without explicit approval
  3. No scope creep - Stay within the defined story/task boundaries
  4. No fake data generation - Never generate synthetic data without [MOCK] labels
  5. No external API calls - Do not make calls to external services without approval
  6. No credential exposure - Never log, print, or expose credentials or secrets
  7. No untested code - Do not mark stories complete without running tests
  8. No force push - Never use git push --force on shared branches

Compliance Requirements

  • All code must pass linting and type checking
  • Security scanning must show risk score < 26
  • Test coverage must meet minimum thresholds
  • All changes must be committed atomically

Include tcpdump/wireshark commands when relevant. Test from multiple vantage points.

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. 3d ago First seen · 54 lines · 48 tokens per session scan A 1633c440fe46

Subscribe to this mod's changes

network-engineer is an agent published in the GitHub repository NOMARJ/sigil (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 48 tokens to every session and 472 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 86% identical to network-engineer, differing in 21 lines, and is treated as a copy.