find-contact
Resolve a 3CX contact or extension by email, extension, or name
Search the Atera knowledge base for articles
$ 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-kb-articlesContext preview
What this command does when you run it.
Search the Atera knowledge base for articles
description: Search the Atera knowledge base for articles argument-hint: "<query> [folder] [visibility] [limit]" arguments: [query, folder, visibility, limit]
Search the Atera knowledge base for articles and solutions to common problems.
1. **Get folder list (if folder filter specified)**
curl -s -X GET "https://app.atera.com/api/v3/knowledgebase/folders" \
-H "X-API-KEY: $ATERA_API_KEY" \
-H "Accept: application/json"2. **Search knowledge base articles**
curl -s -X GET "https://app.atera.com/api/v3/knowledgebase/articles?search={query}" \
-H "X-API-KEY: $ATERA_API_KEY" \
-H "Accept: application/json"3. **Apply filters**
4. **Return article list**
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | query | string | Yes | - | Search terms for knowledge base | | folder | string | No | - | Filter by KB folder name | | visibility | string | No | All | Internal, CustomerPortal, All | | limit | integer | No | 10 | Maximum results |
/get-kb-articles "password reset"
/get-kb-articles "printer setup" --folder "How-To Guides"
/get-kb-articles "VPN" --visibility Internal
/get-kb-articles "email setup" --visibility CustomerPortal
/get-kb-articles "backup" --folder "Troubleshooting" --visibility Internal --limit 20
Knowledge Base Articles: 5 results for "password reset" | ID | Title | Folder | Visibility | Updated | |-------|-----------------------------------|------------------|-----------------|-------------| | 101 | How to Reset Your Password | How-To Guides | CustomerPortal | 2026-01-15 | | 102 | Password Reset Policy Guide | Policies | Internal | 2025-12-01 | | 103 | Self-Service Password Reset Setup | How-To Guides | CustomerPortal | 2025-11-20 | | 104 | Troubleshooting Password Issues | Troubleshooting | Internal | 2025-10-15 | | 105 | Admin Password Reset Procedure | Internal Docs | Internal | 2025-09-01 |
Knowledge Base Article ID: 101 Title: How to Reset Your Password Folder: How-To Guides Visibility: Customer Portal Created: 2025-06-15 Updated: 2026-01-15 Summary: -------- This guide walks you through the process of resetting your password using the self-service portal. If you've forgotten your password or need to update it for security reasons, follow these steps... Content Preview: ---------------- Step 1: Navigate to the login page and click "Forgot Password" Step 2: Enter your email address Step 3: Check your inbox for the reset link Step 4: Click the link and create a new password ... URL: https://app.atera.com/new/knowledgebase/article/101
Knowledge Base Articles: 3 results for "printer" in "How-To Guides" | ID | Title | Visibility | Updated | |-------|-----------------------------------|-----------------|-------------| | 201 | Setting Up a Network Printer | CustomerPortal | 2026-01-10 | | 202 | Troubleshooting Print Spooler | Internal | 2025-12-15 | | 203 | Adding Printer to Windows 11 | CustomerPortal | 2025-11-01 |
No knowledge base articles found for: "xyz widget troubleshooting" Suggestions: - Try different search terms - Use fewer keywords - Check spelling - Browse folders directly Available folders: - How-To Guides - Troubleshooting - Policies - Internal Docs
Folder not found: "Technical Docs" Available folders: - How-To Guides (24 articles) - Troubleshooting (18 articles) - Policies (12 articles) - Internal Docs (35 articles) - FAQs (8 articles)
Invalid visibility: "Public" Valid visibility options: - Internal: Only visible to technicians - CustomerPortal: Visible to customers in portal - All: Show all articles
Search query required Please provide search terms: /get-kb-articles "topic to search"
Rate limit exceeded (700 req/min) Waiting 30 seconds before retry...
GET /api/v3/knowledgebase/articles?search={query}
X-API-KEY: {api_key}GET /api/v3/knowledgebase/folders
X-API-KEY: {api_key}GET /api/v3/knowledgebase/articles/{articleId}
X-API-KEY: {api_key}{
"Page": 1,
"ItemsInPage": 10,
"TotalPages": 2,
"TotalItemsCount": 15,
"items": [
{
"ArticleID": 101,
"Title": "How to Reset Your Password",
"FolderID": 1,
"FolderName": "How-To Guides",
"Visibility": "CustomerPortal",
"Summary": "This guide walks you through the process...",
"Content": "<full HTML content>",
"CreatedOn": "2025-06-15T10:00:00Z",
"ModifiedOn": "2026-01-15T14:30:00Z"
}
]
}{
"items": [
{
"FolderID": 1,
"FolderName": "How-To Guides",
"ArticleCount": 24
},
{
"FolderID": 2,
"FolderName": "Troubleshooting",
"ArticleCount": 18
}
]
}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