nautobot-sot

Query Nautobot IPAM data for IP addresses and prefixes with filtering.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a programmatic interface to query Nautobot, a network source of truth, for critical IP Address Management (IPAM) data, enabling automated network audits and lookups.

Core Features & Use Cases

  • IP Address Queries: Retrieve specific IP addresses with extensive filtering options (status, role, VRF, tenant).
  • Prefix Lookups: Find network prefixes filtered by site, role, status, and VRF.
  • Data Search: Perform full-text searches across all IP address data in Nautobot.
  • Connectivity Testing: Verify the reachability and status of the Nautobot API.
  • Use Case: Automatically audit IP address utilization within a specific VRF for a given site to ensure compliance and identify potential conflicts.

Quick Start

Use the nautobot-sot skill to retrieve all active IP addresses within the 'PROD-VRF' VRF.

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 for IP addresses filtered by VRF and tenant?

To query Nautobot for IP addresses, use API access to retrieve specific IP data filtered by VRF, tenant, status, and role. This facilitates network audits and source-of-truth reconciliation for specific virtual routing instances.

What is the best way to audit IP address utilization within a specific VRF?

Auditing IP address utilization within a VRF involves querying the Nautobot source of truth for active IP addresses in that VRF. You can filter by site, role, and status to identify potential conflicts and ensure compliance.

Do I need an API token to look up network prefixes in Nautobot?

Yes, you need a Nautobot API URL and token to perform prefix lookups. This read-only access allows you to find network prefixes filtered by site, role, status, and VRF for IP address management.

Can I perform a full-text search across all IP address data in Nautobot?

Yes, you can perform full-text data searches across all IP address data in Nautobot. This allows you to quickly locate specific IPAM records and verify the reachability of the API using connectivity testing.

Does this approach support read-only network source-of-truth reconciliation?

Yes, this approach supports read-only network source-of-truth reconciliation by querying Nautobot. It retrieves critical IPAM data to automate network audits and lookups without modifying the source database.