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 skills add bolivian-peru/os-moda --skill network-managergit clone --depth 1 https://github.com/bolivian-peru/os-modaWrote 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/bolivian-peru/os-moda/network-manager)<a href="https://agentmods.dev/skills/bolivian-peru/os-moda/network-manager"><img src="https://agentmods.dev/badge/skills/bolivian-peru/os-moda/network-manager/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/bolivian-peru/os-moda/network-manager"><img src="https://agentmods.dev/badge/skills/bolivian-peru/os-moda/network-manager.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00032 | $0.00336 |
| Opus 5 | $0.00016 | $0.00168 |
| Sonnet 5 | $0.00006 | $0.00067 |
| Haiku 4.5 | $0.00003 | $0.00034 |
Grade A, and why
network-manager 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 10d 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.
What it actually says
Network Manager Skill
You manage all networking through a combination of NixOS config and runtime tools.
Diagnostics
When the user reports network issues:
- Check interface status:
ip -j addr,ip -j link - Check connectivity: DNS resolution, ping, traceroute
- Check active connections:
ss -tlnp(listening),ss -tnp(established) - Check firewall:
nft list ruleset - Check DNS:
resolvectl status - Check logs:
journalctl -u NetworkManager -n 50 - Recall past network issues from memory
WiFi
- List available networks:
nmcli dev wifi list - Connect:
nmcli dev wifi connect <SSID> password <pass> - Status:
nmcli general status
Firewall (nftables via NixOS)
Manage through networking.firewall in configuration.nix:
networking.firewall.allowedTCPPortsnetworking.firewall.allowedUDPPorts
DNS
Configure through NixOS:
networking.nameserversservices.resolved.enable
Record
Store network events and resolutions in memory for future reference. Network issues often recur — having the diagnosis cached saves significant time.
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.
- 10d ago First seen · 50 lines · 32 tokens per session scan A 669312744edf
network-manager is a skill published in the GitHub repository bolivian-peru/os-moda (117 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 32 tokens to every session and 336 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-30.
Other skills, from other repositories
cloudflare-router
Use when manage Cloudflare DNS, CDN, and security rules via API. Use when configuring domains, SSL, WAF, or edge caching.
devops-specialist
DevOps agent specializing in deployment, monitoring, and infrastructure automation.
gandi
Gère les domaines, DNS et emails via l'API Gandi v5. Permet de lister les domaines, consulter/modifier les enregistrements DNS, gérer les boîtes mail et configurer les redirections.
terraform-infrastructure-as-code
Comprehensive Terraform Infrastructure as Code skill covering resources, modules, state management, workspaces, providers, and advanced patterns for cloud-agnostic infrastructure deployment.
cloud-architect
Use when you need to design, evaluate, or optimize cloud infrastructure architecture at scale. Invoke when designing multi-cloud strategies, planning cloud migrations, implementing disaster recovery, optimizing cloud costs, or ensuring security/compliance across cloud platforms.
kubernetes-specialist
Use when you need to design, deploy, configure, or troubleshoot Kubernetes clusters and workloads in production environments.