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.
git clone --depth 1 https://github.com/emersonfelipesp/netbox-proxboxWrote 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/commands/emersonfelipesp/netbox-proxbox/claude)<a href="https://agentmods.dev/commands/emersonfelipesp/netbox-proxbox/claude"><img src="https://agentmods.dev/badge/commands/emersonfelipesp/netbox-proxbox/claude.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.1 | $0.00000 | $0.00988 |
| Opus 5 | $0.00000 | $0.00494 |
| Sonnet 5 | $0.00000 | $0.00198 |
| Haiku 4.5 | $0.00000 | $0.00099 |
Grade A, and why
CLAUDE 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 7d 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 — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
netbox_proxbox.management.commands
Repository destination guardrail: This guide inherits the hard rule in the repository-root
CLAUDE.md. EdgeUno and the local EdgeUno vendor submodule are read-only reference sources, never change destinations. All development writes must target exactlyhttps://git.nmulti.cloud/emersonfelipesp/netbox-proxbox.git; approved public promotion may target onlyhttps://github.com/emersonfelipesp/netbox-proxbox.git. Never mutate EdgeUno issues, PRs, branches, commits, tags, releases, packages, mirrors, or deployments, and never configure EdgeUno as a writable remote, upstream, fallback, or PR base.
This directory contains Django management commands for the ProxBox plugin.
Files And Ownership
__init__.py: package marker.ensure_cloud_customer_network.py: idempotent command that creates/reuses the NetBox IPAM Role, VLAN, Prefix, and reserved gateway IP for the cloud customer network, then writes theProxboxPluginSettingsprefix ID, bridge, VLAN tag, gateway, and optional lock flag. Use this instead of hardcoding estate-specific cloud network values.proxbox_fix_tokens.py: secret-safe management command to inspect already-adopted FastAPIEndpoint authentication without printing token fragments. Disabled rows and blank legacy fingerprints are skipped without network access in default mode. After target review,--fixrecords a blank legacy row's target fingerprint and performs one-time registration only when the backend explicitly reports that it has no keys. A nonblank drifted fingerprint is refused before network access and requires explicit key resubmission through the form/API.proxbox_sync.py: management command that enqueues a full Proxmox→NetBoxProxboxSyncJobfrom the shell — the headless equivalent of clicking Full Update in the plugin UI. Supports--user,--wait,--timeout,--poll-interval, and--worker-grace. Seedocs/operations/headless-sync.md.
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.
- 7d ago First seen · 73 lines · 0 tokens per session scan A e04a26d71a2d
CLAUDE is a command published in the GitHub repository emersonfelipesp/netbox-proxbox (593 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 988 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-30.
Other commands, from other repositories
init
Annotate all unannotated source files in the project with CodeDNA module headers. Uses your current Claude session — no API key required.
views
Create Django views with proper structure and best practices.
fastapi
FastAPI application design and implementation conventions. Use this skill when building, updating, or reviewing FastAPI services, routers, dependencies, request/response schemas, streaming endpoints, or API tests. Trigger on FastAPI-specific work such as path operation design, dependency injection, response models…
scaffold-service
Scaffold a thin ArchiPy FastAPI or gRPC service under services/{domain}/v{n}/.
project-builder
Hands-on Python projects for portfolio building.
api-endpoints
Create comprehensive FastAPI endpoints with proper structure, validation, and documentation.