dcim-devices

dcim-devices is a skill for Claude Code, Codex from Hebbian-Robotics/nbx. It costs 20 tokens per session (657 once invoked), scanned A, original, no licence file.

A skill for creating, reading, updating, and deleting NetBox DCIM devices, with device names resolved for related records and support for bulk operations. NetBox is a tool for documenting network infrastructure.

In plain words
What is it for?
Use it to manage NetBox devices individually or in batches, including records that refer to other objects.
Why use it?
It removes repetitive device administration and helps connect devices to related records by name.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to manage NetBox devices individually or in batches, including records that refer to other objects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hebbian-robotics/nbx/dcim-devices
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 Hebbian-Robotics/nbx --skill dcim-devices
Clone the repo
git clone --depth 1 https://github.com/Hebbian-Robotics/nbx

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 dcim-devices

README.md
[![agentmods](https://agentmods.dev/badge/skills/hebbian-robotics/nbx/dcim-devices/github.svg)](https://agentmods.dev/skills/hebbian-robotics/nbx/dcim-devices)
Your own site
<a href="https://agentmods.dev/skills/hebbian-robotics/nbx/dcim-devices"><img src="https://agentmods.dev/badge/skills/hebbian-robotics/nbx/dcim-devices/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 dcim-devices

Your own site · 80×15
<a href="https://agentmods.dev/skills/hebbian-robotics/nbx/dcim-devices"><img src="https://agentmods.dev/badge/skills/hebbian-robotics/nbx/dcim-devices.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 657 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 unknown 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.00020 $0.00657
Opus 5 $0.00010 $0.00329
Sonnet 5 $0.00004 $0.00131
Haiku 4.5 $0.00002 $0.00066

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

Security

Grade A, and why

dcim-devices 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/dcim-devices/SKILL.md · 34 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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 · 34 lines · 20 tokens per session scan A a8bfcc003077

Subscribe to this mod's changes

dcim-devices is a skill published in the GitHub repository Hebbian-Robotics/nbx (2 stars, last pushed 4mo ago), with no licence file. It adds 20 tokens to every session and 657 once invoked, about $0.0001 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 skills, from other repositories

nbox

Query and modify NetBox (DCIM/IPAM) from the shell with the nbox CLI — look up devices, interfaces, IPs, prefixes, VLANs, sites, racks, circuits, VRFs, tenants, VMs, and clusters; run cross-object search; use IPAM helpers (next free IP/prefix, prefix utilization, cable-path traces); and safely write (reserve…

lance0/nbox · 160 tokens

nbox-serve

Run nbox as an MCP server (read-only by default; optional local stdio writes with --local-writes, or shared HTTP/OIDC writes with --allow-writes + nbox:write + [serve.vault]) so an agent host can query NetBox over JSON-RPC — stdio or HTTP+OIDC transport, the read tools (search/get/getinterface/history/…), the…

lance0/nbox · 128 tokens

nbox-ipam-read

Answer IP addressing questions from NetBox with nbox's IPAM read commands — look up an IP and its parent prefix/VLAN/scope, check prefix utilization and the prefix tree, preview the next free IP/prefix, and inspect VLANs, IP ranges, aggregates, VRFs, and route targets. Use when the user asks about addressing…

lance0/nbox · 82 tokens

nbox-device-context

Pull the full physical context of a device or interface from NetBox with nbox — a device's interfaces/IPs/cables/VLANs/services, an interface's cable-path A↔Z trace, a MAC reverse-resolved to its carrying interface/device, plus rack and site context. Use when the user asks how a device is connected, what's on an…

lance0/nbox · 91 tokens

nbox-patch-writes

Update NetBox object fields using nbox's PATCH write commands — interface set description and device set status. Use when the user wants to change an interface description or a device's status in NetBox.

lance0/nbox · 47 tokens

nbox-search

Find NetBox objects across kinds in one query with nbox's ranked, deduped cross-object search — the entry point when the kind or exact reference isn't known yet. Use when the user wants to locate a device/IP/prefix/VLAN/site/etc. by a name fragment, or narrow by site/tenant/role/tag/status/VRF before a detail lookup.

lance0/nbox · 79 tokens