Skip to content

netboxlabs/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetBox Labs Skills

Agent Skills for the NetBox ecosystem — structured knowledge that helps AI agents work effectively with NetBox, its APIs, and platform products.

Installing

Claude Code

/plugin marketplace add netboxlabs/skills

Cursor

Add to your Cursor settings:

{
  "skills": ["netboxlabs/skills"]
}

npx

npx skills add netboxlabs/skills

Clone / Copy

Method Command
Clone git clone https://github.com/netboxlabs/skills.git
Copy a skill Copy any skills/<name>/SKILL.md + references/ into your project

Commands

Command Description
setup-mcp Configure a NetBox MCP server for AI agent access
build-plugin Scaffold a new NetBox plugin with standard project structure

Skills

Skill Description
netbox Hub skill — routes to the right specialist for any NetBox task
netbox-api-integration REST & GraphQL API patterns, pynetbox, authentication
netbox-data-modeling Model networks — hierarchy, IPAM, tenancy, custom fields
netbox-custom-objects No-code data model extensibility — custom types, fields, relationships
netbox-plugin-development Building plugins — models, views, APIs, migrations, testing
netbox-custom-scripts Custom scripts & reports — Script class, jobs, ORM access
netbox-config-templates Config generation — Jinja2, context variables, platform patterns
netbox-administration Server admin — config, auth, permissions, performance
netbox-branching Branch lifecycle, schema isolation, CR workflows
netbox-changes Change management, policies, approval workflows
netbox-diode Data ingestion — SDKs, entity mapping, reconciler
netbox-discovery Orb Agent — config, backends, policies, secrets
netbox-validation Validation policies, compliance checks, findings, pre-change safety
netbox-assurance Drift detection — intended vs actual, remediation
netbox-asset-lifecycle Procurement lifecycle — BOMs, POs, shipments, receiving, spares
netbox-ndx Data Exchange — device-type catalog + enrichment (lifecycle, thermal, protocols)
netboxlabs-platform-mcp Platform MCP server — code mode & discrete mode for agents
netbox-automation-patterns Webhooks, Ansible, Terraform, GitOps
netbox-migration Migrating from spreadsheets, CMDBs, other tools
netbox-review-integration Review integration code for correctness and performance
netbox-review-datamodel Audit data model design for best practices

MCP Servers

Server Access Status Link
netbox-mcp-server Read-only (OSS) Available GitHub
NetBox Labs Platform MCP Server Full CRUD (Commercial) Public Preview Skill

Run /setup-mcp to configure MCP server access for your agent.

Resources

License

Apache 2.0

Releases

Packages

Used by

Contributors