auvik-inventory

Query Auvik device, network, interface, and component inventory across MSP tenants.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Network teams using Auvik across MSP multi-tenant environments lack a fast way to discover managed devices, map networks and interfaces, audit entity changes, and pull billing usage without manually navigating the Auvik dashboard.

Core Features & Use Cases

  • Inventory Discovery: List devices, networks, interfaces, and hardware components at configurable detail levels, scoped to a single tenant or across all visible tenants.
  • Audit and Notes Review: Retrieve entity notes and audit log entries filtered by user, category, status, or date to track who changed managed assets.
  • Billing Usage Reporting: Pull client-level or device-level usage data for a date range to support billing reconciliation.
  • Use Case: When onboarding a new MSP client, verify credentials, list the client's tenant, discover all devices and networks, check component health, and record the baseline inventory in GAIT for audit tracking.

Quick Start

Ask the agent to list all devices and networks Auvik manages for a specific client tenant and summarize any unhealthy hardware components.

Frequently Asked Questions about auvik-inventory

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

FAQPage Schema
How do I list all devices Auvik manages for a client?

Use the auvik_list_devices tool with the tenants parameter set to the client's tenant name or domain prefix. You can choose info, detail, or extended detail levels, and resolve devices by name, hostname, or IP address.

How do I audit who changed a device in Auvik?

Use auvik_list_entity_audits with the tenants parameter and a modified_after date to pull audit log entries. Add a user email filter to isolate a specific administrator's actions, then cross-reference entity notes on the affected device.

Can this skill modify Auvik devices or configurations?

No, the skill is strictly read-only and exposes only GET operations through the Auvik API. No create, update, or delete operations exist, so it cannot alter managed entities or settings.

Why does detail_level extended fail on Auvik device queries?

The Auvik API requires the device_type filter whenever detail_level is set to extended. Omitting device_type returns a ValidationError, so always pair extended detail with a device type.

What credentials does the Auvik API integration need?

It requires AUVIK_USERNAME (your Auvik user email) and AUVIK_API_KEY as Basic-auth credentials, set as environment variables. AUVIK_BASE_URL can optionally point to your regional cluster, defaulting to the us1 endpoint.