nautobot-sot

Query Nautobot IPAM data for IP addresses, prefixes, VRFs, tenants, and sites.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/dgethings/netclaw --skill nautobot-sot-dgethings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nautobot-sot
Source: https://github.com/dgethings/netclaw/tree/main/workspace/skills/nautobot-sot
Command: npx skills add https://github.com/dgethings/netclaw --skill nautobot-sot-dgethings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nautobot IPAM acts as the single source of truth for IP address data, enabling teams to perform reliable lookups, VRF filtering, and site/tenant scoping without data fragmentation.

Core Features & Use Cases

  • IP address lookups with filters for address, VRF, tenant, and site to locate allocations quickly.
  • Prefix and VRF context retrieval for validation, reporting, and site-level planning.
  • Read-only access and connectivity testing to Nautobot to support audits and reconciliation workflows.
  • Use Case: validate IP ownership and tenancy across multi-tenant networks.

Quick Start

Ask Nautobot to perform an IP address lookup within a specific VRF or tenant and return the related prefixes and site context.

Frequently Asked Questions about nautobot-sot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Nautobot IPAM data for IP address lookups?

Query Nautobot IPAM data to retrieve IP addresses, prefixes, VRFs, tenants, and sites by applying filters for address, VRF, tenant, and site to locate allocations quickly. The Skill performs read-only lookups against your Nautobot instance for safe data access.

What do I need to connect to Nautobot and retrieve prefix and VRF context?

To connect to Nautobot and retrieve prefix and VRF context, you need to configure NAUTOBOT_URL and NAUTOBOT_TOKEN environment variables. The Skill uses these credentials to establish read-only connectivity for validation and reporting workflows.

Can I use this Skill for VRF reconciliation and site-level IP planning across multi-tenant networks?

Yes, you can use this Skill for VRF reconciliation and site-level IP planning across multi-tenant networks. It retrieves VRF context and site scoping data to validate IP ownership and tenancy without data fragmentation.

Does the Nautobot source of truth Skill modify network configurations during IPAM audits?

No, the Nautobot source of truth Skill operates strictly in read-only mode during IPAM audits. It retrieves IP address and prefix data safely to support audits and reconciliation workflows without modifying any Nautobot configurations.

What is the best way to validate IP ownership and tenancy in Nautobot?

The best way to validate IP ownership and tenancy in Nautobot is to perform an IP address lookup within a specific VRF or tenant. The Skill returns related prefixes and site context to confirm allocation ownership across multi-tenant networks.

Why does my Nautobot IPAM query fail to return site and tenant scoping data?

Your Nautobot IPAM query may fail to return site and tenant scoping data if NAUTOBOT_URL or NAUTOBOT_TOKEN is missing or invalid. The Skill requires these credentials to test connectivity and retrieve site-level planning data successfully.