Skip to content
Development
Command

/search-software

Search the ImmyBot software catalog (per-tenant + global)

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-software

Context preview

What this command does when you run it.

Search the ImmyBot software catalog (per-tenant + global)

Command definition

search-software.md
description: Search the ImmyBot software catalog (per-tenant + global)
argument-hint: "<query>"
arguments: [query]

ImmyBot Software Search

Search the ImmyBot software catalog before configuring a deployment, to confirm a publisher / version exists and is the canonical entry to target.

Arguments

  • `query` (required) — Software name or keyword

Prerequisites

  • ImmyBot MCP server connected with valid `IMMYBOT_INSTANCE_SUBDOMAIN`, `IMMYBOT_TENANT_ID`, `IMMYBOT_CLIENT_ID`, `IMMYBOT_CLIENT_SECRET`
  • Tools available: `immybot_software_search`, `immybot_software_get`, `immybot_software_versions`, `immybot_software_latest_version`

Steps

1. **Search the catalog**

Call `immybot_software_search` with `query`.

2. **Drill into the candidate**

For each result, optionally call `immybot_software_get` for full detail.

3. **List versions**

For the chosen software, call `immybot_software_versions` and `immybot_software_latest_version` so the operator can pick a pinned version or track latest.

4. **Output**

  • Top matches (name, publisher, software ID)
  • For each: latest version, total versions available
  • Suggested next step: pass the software ID to a deployment workflow

Examples

Find Adobe Reader entries

/search-software "Adobe Reader"

Related Commands

  • (none yet)
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