find-contact
Resolve a 3CX contact or extension by email, extension, or name
Search or list Clio matters by name/client and status
$ 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.
/search-mattersContext preview
What this command does when you run it.
Search or list Clio matters by name/client and status
description: Search or list Clio matters by name/client and status argument-hint: "[query] [status]" arguments: [query, status]
Search for matters in Clio by client/matter name, optionally filtered by status. With no arguments, lists the firm's open matters.
matter tools
1. **Navigate into the matters domain** with `clio_navigate` if you haven't already (check `clio_status` first).
2. **Build the filter**
number, consider resolving it against `clio_contacts_list` first so you can filter matters by `client_id` rather than relying on a loose text match.
closed/pending/all.
3. **Call `clio_matters_list`** with the resolved filters and a sensible `limit`.
4. **Page if needed** — check for a next-page cursor in the response before declaring the result set complete (see [api-patterns](../skills/api-patterns/SKILL.md#pagination)).
5. **Format and return results** — matter number/display name, client name, status, responsible attorney, practice area.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | query | string | No | - | Client name, company name, or matter number/description to search | | status | string | No | open | `open` / `pending` / `closed` / `all` |
/search-matters
/search-matters "Acme Corporation"
/search-matters "Acme" closed
/search-matters "" all
Found 3 matters matching "Acme" +----------+------------------------------+----------+-------------------+--------------+ | Number | Matter | Client | Status | Attorney | +----------+------------------------------+----------+----------+---------------------+ | 2024-014 | Acme v. Beta Supply | Acme Corp | Open | J. Rivera | | 2023-102 | Acme - Lease Renewal | Acme Corp | Open | J. Rivera | | 2022-047 | Acme - Trademark Registration | Acme Corp | Closed | S. Chen | +----------+------------------------------+----------+----------+---------------------+ Next: /matter-summary <matter_id> for full detail on any of these.
No matters found matching "Acme" with status=open Suggestions: - Try status=all to include pending/closed matters - Search by contact instead: check /search-contacts "Acme" - Verify the client name spelling
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, or keywords
Triage recent email threats detected by Abnormal Security by severity and attack type