Skip to content
Development
Command

/search-devices

Search for devices across NinjaOne organizations

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/search-devices

Context preview

What this command does when you run it.

Search for devices across NinjaOne organizations

Command definition

search-devices.md
description: Search for devices across NinjaOne organizations
argument-hint: "<query>"
arguments: [query]

Search for devices in NinjaOne matching the query "$ARGUMENTS.query".

Arguments

  • `query` (required) — Search query (hostname, IP, or organization name)

Instructions

1. If the query looks like an organization name, first search organizations to get the org ID 2. Query devices with appropriate filters based on the search criteria 3. Present results in a table showing:

  • Device name/hostname
  • Organization
  • Device type (Workstation/Server)
  • Status (Online/Offline)
  • IP Address
  • Last contact time

API Endpoints

  • List organizations: `GET /api/v2/organizations`
  • List devices by org: Filter devices by organizationId
  • Get device: `GET /api/v2/device/{id}`

Example Output

| Device | Organization | Type | Status | IP | Last Contact | |--------|--------------|------|--------|-----|--------------| | SERVER-01 | Acme Corp | Windows Server | Online | 192.168.1.10 | 2 min ago | | WS-JOHN | Acme Corp | Workstation | Online | 192.168.1.25 | 5 min ago |

If no devices match, suggest alternative search terms or confirm the query.

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