/search-software
Search the ImmyBot software catalog (per-tenant + global)
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-codeHow 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.mddescription: 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)
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
Other commands on msp-claude-plugins.
- /case-review
Review and triage abuse mailbox cases in Abnormal Security
Open command - /search-threats
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Open command - /threat-triage
Triage recent email threats detected by Abnormal Security by severity and attack type
Open command - /list-overdue-invoices
List open and overdue Alternative Payments invoices and optionally generate hosted payment links for them
Open command - /reconcile-payout
Reconcile an Alternative Payments payout by listing its transactions and matching them against invoices and customers
Open command - /eol-report
EOL/EOS risk report — devices, OS versions, and firmware approaching or past end-of-life/end-of-support, prioritized by criticality
Open command

