device-inventory

Query Meraki MCP tooling to inventory MX, MS, MR, and MV devices by network or type.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/afoxnyc3/chelsea-piers-itops --skill device-inventory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: device-inventory
Source: https://github.com/afoxnyc3/chelsea-piers-itops/tree/main/plugins/meraki-network/skills/device-inventory
Command: npx skills add https://github.com/afoxnyc3/chelsea-piers-itops --skill device-inventory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Chelsea Piers IT Ops needs a reliable way to inventory all Meraki devices so it can validate coverage, troubleshoot outages, and support asset management.

Core Features & Use Cases

  • Organization-wide device listing: Enumerates Meraki devices across the Chelsea Piers organization and includes name, model, serial, network, status, and last-seen timestamp.
  • Focused lookups by scope: Supports narrowing results using an optional network name or device type (MX, MS, MR, MV).
  • Operational readiness checks: Highlights devices that are offline or stale so teams can take corrective action.

Quick Start

Run device-inventory to list all Meraki devices for the Chelsea Piers organization and review their status and last-seen timestamps.

Frequently Asked Questions about device-inventory

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

FAQPage Schema
How do I get a full inventory of Meraki devices across my organization?

To get a full Meraki device inventory, query the organization's network assets to enumerate all MX, MS, MR, and MV devices. The output provides standardized fields including name, model, serial, network, status, and last-seen timestamps for operational audits.

Can I filter Meraki network assets by device type or network name?

Yes, you can filter Meraki network assets by scoping results with an optional network name or device type. Specify MX, MS, MR, or MV classes to narrow the returned device records and focus your operational troubleshooting or asset tracking.

How does last-seen status monitoring help with Meraki troubleshooting?

Last-seen status monitoring helps Meraki troubleshooting by highlighting devices that are offline or stale. Reviewing the last-seen timestamps allows IT teams to quickly identify network assets requiring corrective action during outages or routine operational readiness checks.

What details are included in a Meraki device inventory audit?

A Meraki device inventory audit includes standardized fields for each network asset: device name, model, serial number, assigned network, current status, and last-seen time. These records validate coverage and support asset management across the organization.

Does this Meraki inventory method require any specific dependencies or components?

No specific dependencies or components are required beyond querying the Meraki MCP tooling. The inventory process validates returned device records directly from the Meraki API to output standardized asset fields without needing additional external modules.