find-contact
Resolve a 3CX contact or extension by email, extension, or name
Retrieve a password from Hudu (with security logging)
$ 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.
/get-passwordContext preview
What this command does when you run it.
Retrieve a password from Hudu (with security logging)
description: Retrieve a password from Hudu (with security logging) argument-hint: "<name> <company> [type] [show]" arguments: [name, company, type, show]
Retrieve a password from Hudu. Company is required for security.
**All password access is logged in Hudu's activity logs.**
When you retrieve a password, the following is recorded:
**NEVER include actual password values in summaries, reports, or logs.**
1. **Validate parameters**
2. **Search for password**
3. **Display results**
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | name | string | Yes | - | Password name (partial match) | | company | string | Yes | - | Company name (required) | | type | string | No | - | Password type filter | | show | boolean | No | false | Show actual password value |
/get-password "Domain Admin" --company "Acme Corp"
/get-password "Domain Admin" --company "Acme Corp" --show
/get-password "firewall" --company "Acme Corp" --type "Network"
/get-password "admin" --company "Acme Corp"
Found 1 password matching "Domain Admin" in Acme Corporation Password: Domain Admin - ACME ------------------------------------------------------------ Company: Acme Corporation Type: Administrative Folder: Infrastructure > Domain Controllers Username: administrator@acme.local Password: ************** URL: https://dc01.acme.local Description: Primary domain administrator account. Use for: - Domain controller management - Group Policy changes - AD user management Last Updated: 2025-11-15 ------------------------------------------------------------ To reveal password: /get-password "Domain Admin" --company "Acme Corp" --show Note: Accessing passwords is logged for security audit.
Found 1 password matching "Domain Admin" in Acme Corporation Password: Domain Admin - ACME ------------------------------------------------------------ Company: Acme Corporation Type: Administrative Folder: Infrastructure > Domain Controllers Username: administrator@acme.local Password: SecureP@ssw0rd123! URL: https://dc01.acme.local Description: Primary domain administrator account. Use for: - Domain controller management - Group Policy changes - AD user management Last Updated: 2025-11-15 ------------------------------------------------------------ WARNING: This access has been logged to Hudu's activity logs.
Found 3 passwords matching "admin" in Acme Corporation +----------------------------+------------------------+-----------------+--------------+ | Name | Username | Type | Last Updated | +----------------------------+------------------------+-----------------+--------------+ | Domain Admin - ACME | administrator@acme... | Administrative | 2025-11-15 | | Local Admin - Servers | .\Administrator | Administrative | 2025-12-01 | | Firewall Admin | admin | Network | 2025-10-10 | +----------------------------+------------------------+-----------------+--------------+ Refine search: /get-password "Domain Admin" --company "Acme Corp" /get-password "admin" --company "Acme Corp" --type "Network"
No passwords found matching "xyz" in Acme Corporation Suggestions: - Check spelling of the password name - Try a partial name match - Remove type filter to broaden search - Check if password exists in Hudu Example searches: /get-password "admin" --company "Acme Corp" /get-password "domain" --company "Acme Corp"
| Type | Description | |------|-------------| | Administrative | Admin/root credentials | | Application | Software logins | | Network | Network device access | | Service Account | Automated accounts | | User | End-user credentials | | Vendor | Third-party access | | Cloud | Cloud service credentials |
Note: Password types are custom per Hudu instance.
Error: Company is required for password lookup For security, you must specify a company: /get-password "Domain Admin" --company "Acme Corp" This ensures passwords are accessed in proper context.
No passwords found matching "invalid" in Acme Corporation Suggestions: - Verify the password name - Check if password exists in Hudu - Try a partial match Example: /get-password "admin" --company "Acme Corp"
Company not found: "Acm" Did you mean? - Acme Corporation - Acme East Division Try: /get-password "Domain Admin" --company "Acme Corporation"
Access denied to passwords The API key does not have password access permission. Contact your Hudu administrator to enable password access for this API key in Admin > API Keys.
Error connecting to Hudu API Possible causes: - Invalid API key (check HUDU_API_KEY) - Wrong base URL (check HUD
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