Skip to content
Development
Command

/device-info

Get detailed information about a NinjaOne device

From plugin
msp-claude-plugins
39200 skills141 agents200 commands
Install
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/device-info

Context preview

What this command does when you run it.

Get detailed information about a NinjaOne device

Command definition

device-info.md
description: Get detailed information about a NinjaOne device
argument-hint: "<device_id>"
arguments: [device_id]

Get detailed information for NinjaOne device ID "$ARGUMENTS.device_id".

Arguments

  • `device_id` (required) — The NinjaOne device ID

Instructions

1. Fetch device details from the API 2. Get additional context:

  • Hardware inventory (disks, volumes, processors)
  • Installed software (if available)
  • Active alerts/conditions
  • Recent activities

3. Present a comprehensive device summary

API Endpoints

  • Device details: `GET /api/v2/device/{id}`
  • Disks: `GET /api/v2/device/{id}/disks`
  • Volumes: `GET /api/v2/device/{id}/volumes`
  • Processors: `GET /api/v2/device/{id}/processors`
  • Software: `GET /api/v2/device/{id}/software`
  • Alerts: `GET /api/v2/device/{id}/alerts`
  • Activities: `GET /api/v2/device/{id}/activities`

Output Format

Device: {hostname}

**Organization:** {org_name} **Type:** {device_role} **Status:** {online/offline} **Last Contact:** {timestamp}

System Information

  • **OS:** Windows Server 2022 / Windows 11 / macOS
  • **IP Address:** 192.168.x.x
  • **Agent Version:** x.x.x

Hardware

  • **CPU:** {processor_info}
  • **RAM:** {memory}
  • **Disks:** {disk_summary with free space}

Active Alerts

| Alert | Severity | Since | |-------|----------|-------| | {alert_message} | {severity} | {time} |

Recent Activity

  • {timestamp}: {activity_description}
Read more
Ships withmsp-claude-plugins

One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai

Get the whole plugin, auto-invoked
Stats
39
Stars
0
Views
17
Forks
Active
Maintenance
Astro
Language
Apache-2.0
License
1d ago
Last commit
6mo ago
Created

Repo: wyre-technology/msp-claude-plugins