NetBox Community
Official@netbox-community
Official home of NetBox and related resources
Agent Skills by NetBox Community
Showing 7 vetted skills indexed across 1 GitHub repositories.
remove-config-param
Remove NetBox configuration parameters and clean all references.
add-config-param
Add NetBox configuration parameters via static or dynamic mechanisms.
add-model
Implement a new NetBox model across UI, REST API, GraphQL, search, navigation, docs, and tests.
remove-model-field
Remove NetBox model fields across API, UI, GraphQL, tests, and migrations.
remove-model
Guide safe deletion of NetBox models across code, docs, UI, and API layers.
add-model-field
Add a new field to a NetBox model across persistence, APIs, UI, and validation.
run-tests
Run NetBox Django tests via manage.py with testing configuration.
Frequently Asked Questions About NetBox Community
FAQPage SchemaWhat specific tasks can engineers perform using these NetBox community skills?▼
Engineers can programmatically modify the network source of truth by adding or removing model fields and configuration parameters. These skills ensure that changes propagate correctly across the persistence layer, user interface, and data access interfaces like GraphQL and REST.
Which technical personas benefit most from these NetBox modeling skills?▼
Network engineers, infrastructure developers, and database administrators managing large-scale network inventories benefit most. These skills are designed for professionals responsible for maintaining the integrity of network documentation and ensuring that custom infrastructure models remain synchronized with the underlying database schema.
What are the prerequisites for executing these model and configuration changes?▼
Execution requires a functional Django environment with the NetBox codebase installed. Users must have access to the manage.py interface to run tests and migrations, ensuring that any modifications to models or configuration parameters pass validation checks before deployment to production environments.