find-contact
Resolve a 3CX contact or extension by email, extension, or name
Find the KPN business-mobile contract for a lost or stolen phone and block its SIM after confirmation
$ npx -y skills add wyre-ai/msp-claude-plugins --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/lost-phoneContext preview
What this command does when you run it.
Find the KPN business-mobile contract for a lost or stolen phone and block its SIM after confirmation
description: Find the KPN business-mobile contract for a lost or stolen phone and block its SIM after confirmation argument-hint: "<mobile number> [ticket reference]" arguments: [mobile_number, reference]
Stop a lost or stolen company phone from being used, fast, without blocking the wrong line.
`kpn_mobile_sim_block`, `kpn_mobile_orders_get`
1. **Find the contract**
Call `kpn_mobile_contracts_list` with `mobileNumber`. Expect exactly one match. If there are none or several, stop and show what was found rather than guessing.
2. **Confirm it is the right line**
Show the user the contract's number, user name and device, and ask them to confirm this is the lost phone.
3. **Check the block is allowed**
Call `kpn_mobile_contracts_get_operations`. If blocking is not allowed, report why (for example an open order on the contract) and stop.
4. **Block the SIM**
Call `kpn_mobile_sim_block` with the contract id and the ticket number as `referenceNumber`. The tool asks for confirmation before it runs.
5. **Report the order**
Give the order id and status. If it is `UNAUTHORIZED`, say that someone with approval rights must authorize it (`kpn_mobile_orders_authorize`) before the SIM is blocked.
(`kpn_mobile_sim_replace`).
through before retrying; failed writes are not retried automatically.
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
Resolve a 3CX contact or extension by email, extension, or name
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type,…
Triage recent email threats detected by Abnormal Security by severity and attack type