netbird

netbird is a skill for Claude Code, Codex from Aidas-dev/k8s-agent-skills. It costs 0 tokens per session (1,007 once invoked), scanned A, original, MIT.

A routing guide for NetBird, an open-source encrypted private network that connects devices and services. It directs work to the right area: the client command line, Terraform configuration, or Kubernetes operator.

In plain words
What is it for?
It is for connecting or checking NetBird clients, managing network settings with Terraform, and exposing Kubernetes services or managing network resources from Kubernetes.
Why use it?
It helps users choose the correct instructions when managing NetBird through different tools or when connecting devices and services securely.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for connecting or checking NetBird clients, managing network settings with Terraform, and exposing Kubernetes services or managing network resources from Kubernetes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aidas-dev/k8s-agent-skills/netbird
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.

Any agent
npx skills add Aidas-dev/k8s-agent-skills --skill netbird
Clone the repo
git clone --depth 1 https://github.com/Aidas-dev/k8s-agent-skills

Made for: Claude Code, Codex.

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 netbird

README.md
[![agentmods](https://agentmods.dev/badge/skills/aidas-dev/k8s-agent-skills/netbird/github.svg)](https://agentmods.dev/skills/aidas-dev/k8s-agent-skills/netbird)
Your own site
<a href="https://agentmods.dev/skills/aidas-dev/k8s-agent-skills/netbird"><img src="https://agentmods.dev/badge/skills/aidas-dev/k8s-agent-skills/netbird/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.

agentmods 80×15 button for netbird

Your own site · 80×15
<a href="https://agentmods.dev/skills/aidas-dev/k8s-agent-skills/netbird"><img src="https://agentmods.dev/badge/skills/aidas-dev/k8s-agent-skills/netbird.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,007 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.01007
Opus 5 $0.00000 $0.00504
Sonnet 5 $0.00000 $0.00201
Haiku 4.5 $0.00000 $0.00101

Measured 8d ago against content hash 885b97281309, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

netbird 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 8d 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.

skills/netbird/SKILL.md · 51 lines

How it starts

The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.

NetBird — Skill Router

Latest client: v0.76.x (verified against local binary)
Latest Terraform provider: v0.0.9 (netbirdio/netbird)
Latest operator chart: v0.8.0 (ghcr.io/netbirdio/helm-charts/netbird-operator)
Latest server chart: v1.0.x (helmforge/netbird — repo.helmforge.dev)

Overview

NetBird is an open-source, WireGuard-based zero-trust mesh VPN. Peers connect peer-to-peer (with ICE/STUN NAT traversal and a relay fallback) into an encrypted overlay network. A central Management service holds network state, distributes peer keys, and enforces access policies. Four surfaces for working with it:

  • Server (control plane) — self-hosted netbird-server (management+signal+relay+STUN+embedded Dex IdP) + dashboard, deployed via the helmforge/netbird chart
  • CLI (netbird) — the client agent: connect/disconnect, status, networks, expose, ssh, k8s
  • Terraform provider (netbirdio/netbird) — declarative management of groups, peers, routes, networks, policies, setup keys, DNS, posture checks via the public API
  • Kubernetes operator (netbirdio/kubernetes-operator) — CRDs that expose in-cluster services and manage peers/routes/groups from inside K8s (consumes an existing control plane)

Which Sub-Skill?

Match the user's request against the trigger keywords below, then call skill(name="<matched-skill>") to load the sub-skill's full content.

Routing Table

Trigger keywords User wants to... Skill to load
server, control plane, self-hosted, helmforge, netbird-server, management, signal, relay, STUN, dashboard, config.yaml, embedded IdP, Dex, deploy netbird, install netbird Deploy/operate the NetBird control plane itself (management + signal + relay + dashboard) netbird-server
netbird up, netbird down, netbird status, netbird login, setup-key, setup key, peer, expose, reverse proxy, ssh, kubernetes, networks select, FQDN, overlay, WireGuard client, client install Run the netbird client on a machine (connect/register/troubleshoot a peer) netbird-cli
terraform, provider, netbird_group, netbird_peer, netbird_route, netbird_network, netbird_policy, netbird_setup_key, netbird_dns, netbird_posture_check, IaC, infra as code, plan, apply Manage NetBird account resources as infrastructure code netbird-terraform
operator, CRD, SetupKey, NetworkRouter, NetworkResource, NetworkEgress, SidecarProfile, ClusterProxy, Helm chart, in-cluster, expose service, kubeconfig, admission webhook Run NetBird inside Kubernetes / expose cluster services via CRDs netbird-operator

Read the full file on GitHub · 51 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. 8d ago First seen · 51 lines · 0 tokens per session scan A 885b97281309

Subscribe to this mod's changes

netbird is a skill published in the GitHub repository Aidas-dev/k8s-agent-skills (2 stars, last pushed 25d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,007 tokens. 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 skills, from other repositories

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

google-cloud-filestore-autoscale

Inspects Google Cloud Filestore capacity and utilization, evaluates storage scaling rules, and performs capacity autoscaling (scale UP for low free space or scale DOWN for cost optimization). Use when monitoring Filestore instance headroom, resizing instance shares, configuring automated growth/shrink thresholds…

google/skills · 101 tokens

terraform-module-library

Build reusable Terraform modules for AWS, Azure, GCP, and OCI infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.

wshobson/agents · 44 tokens

vast-gpu

Rent, manage, and destroy GPU instances on vast.ai. Use when user says "rent gpu", "vast.ai", "rent a server", "cloud gpu", or needs on-demand GPU without owning hardware.

wanshuiyin/Auto-claude-code-research-in-sleep · 46 tokens

doca-hardware-safety

Use this skill whenever the agent is about to recommend or apply a change that touches DPU / NIC hardware state on a live system — mlxconfig firmware-parameter write, NIC firmware burn, BFB reflash, NIC ↔ DPU mode flip, SR-IOV or device-emulation slot enable, kernel boot-parameter change (IOMMU, hugepages, VFIO), PCIe…

NVIDIA/skills · 254 tokens

aws-lambda-microvms

Builds, runs, debugs, and operates applications on AWS Lambda MicroVMs — Firecracker-isolated, snapshot-resumable serverless compute environments running inside a container with up to 8 hr lifetimes. Applicable when workloads need strong isolation between tenants, isolated serverless compute, sandbox compute, or…

aws/agent-toolkit-for-aws · 197 tokens