find-contact
Resolve a 3CX contact or extension by email, extension, or name
Find a HubSpot company by name or domain and show associated contacts and deals
$ 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.
/lookup-companyContext preview
What this command does when you run it.
Find a HubSpot company by name or domain and show associated contacts and deals
description: Find a HubSpot company by name or domain and show associated contacts and deals argument-hint: "<query> [show_contacts] [show_deals] [show_tickets]" arguments: [query, show_contacts, show_deals, show_tickets]
Find a company in HubSpot CRM by name or domain and display a complete profile including associated contacts, deals, and optionally tickets. Provides a single-view summary of the client relationship.
1. **Search for the company** by name or domain
2. **Retrieve full company details**
Call `hubspot_retrieve_company` with the matched `companyId` to get all properties.
3. **Fetch associated contacts** (if show_contacts is true)
4. **Fetch associated deals** (if show_deals is true)
5. **Fetch associated tickets** (if show_tickets is true)
6. **Format and present the complete company profile**
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | query | string | Yes | - | Company name or domain | | show_contacts | boolean | No | true | Include associated contacts | | show_deals | boolean | No | true | Include associated deals | | show_tickets | boolean | No | false | Include associated open tickets |
/lookup-company "Acme Corp"
/lookup-company "acmecorp.com"
/lookup-company "Acme Corp" --show_tickets true
/lookup-company "Acme Corp" --show_contacts false --show_deals false
Company: Acme Corporation ================================================================ ID: 98765 Domain: acmecorp.com Industry: Information Technology and Services Phone: 555-123-4567 Address: 123 Main St, Springfield, IL 62704, US Employees: 150 Annual Revenue: $25,000,000 Lifecycle Stage: Customer Company Type: Client Owner: Sarah Johnson Created: 2025-03-10 Last Modified: 2026-02-15 Contacts (4): +------------------+---------------------------+---------------+--------------+ | Name | Email | Phone | Title | +------------------+---------------------------+---------------+--------------+ | John Smith | john.smith@acmecorp.com | 555-123-4567 | IT Director | | Jane Doe | jane.doe@acmecorp.com | 555-987-6543 | CFO | | Bob Johnson | bob.j@acmecorp.com | 555-456-7890 | CEO | | Alice Brown | alice.b@acmecorp.com | 555-222-3333 | Office Mgr | +------------------+---------------------------+---------------+--------------+ Deals (3): +--------------------------------------------+--------+-----------+------------+ | Deal Name | Amount | Stage | Close Date | +--------------------------------------------+--------+-----------+------------+ | Acme Corp - Managed IT Services | $5,000 | Proposal | 2026-04-15 | | Acme Corp - Network Upgrade | $12,000| Contract | 2026-03-01 | | Acme Corp - Annual Renewal 2026 | $48,000| Qualified | 2026-06-01 | +--------------------------------------------+--------+-----------+------------+ Total Deal Value: $65,000 Quick Actions: - Search contacts: /search-contacts "@acmecorp.com" - Create deal: /create-deal --company "Acme Corporation" - Log activity: /log-activity --company "Acme Corporation" --type note - View pipeline: /pipeline-summary ================================================================
Company: Acme Corporation ================================================================ [...company details and contacts as above...] Open Tickets (2): +--------------------------------------------+----------+--------+----------+ | Subject | Status | Priority| Created | +--------------------------------------------+----------+--------+----------+ | Email delivery issues | In Prog | HIGH | 2026-02-20| | VPN connectivity for remote users | New | MEDIUM | 2026-02-23| +--------------------------------------------+----------+--------+----------+ ================================================================
No company found matching "Unknown Corp" Suggestions: - Check spelling of the company name - Try a partial name (e.g., "Unknown" instead of "Unknown Corp") - Search by domain: /lookup-company "unknown.com" - Search contacts instead: /search-contacts "Unknown Corp" --field company
Multiple companies found matching "Acme" +------------------+-------------------+-------------------+----------+ | Name | Domain | Industry | Stage | +------------------+-------------------+---------------
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