find-contact
Resolve a 3CX contact or extension by email, extension, or name
Run a quick job on a device in Datto RMM
$ 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.
/run-jobContext preview
What this command does when you run it.
Run a quick job on a device in Datto RMM
description: Run a quick job on a device in Datto RMM argument-hint: "<device> <component> [variables] [wait]" arguments: [device, component, variables, wait]
Run a quick job (component script) on a device in Datto RMM.
1. **Resolve device identifier**
2. **Verify device is online**
3. **Resolve component**
4. **Validate component variables**
5. **Create quick job**
POST /api/v2/device/{deviceUid}/quickjob
Content-Type: application/json
{
"componentUid": "{componentUid}",
"variables": {
"key1": "value1",
"key2": "value2"
}
}6. **Handle result**
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | device | string | Yes | - | Device hostname or UID | | component | string | Yes | - | Component name or UID | | variables | string | No | - | Variables as `key=value,key2=value2` | | wait | flag | No | false | Wait for job completion |
/run-job "ACME-DC01" "Clear Temp Files"
/run-job "ACME-DC01" "Clear Temp Files" --variables "days=30,path=C:\\Temp"
/run-job "ACME-DC01" "Clear Temp Files" --wait
/run-job "ACME-DC01" "c1d2e3f4-a5b6-7890-cdef-123456789abc" --wait
/run-job "ACME-DC01" "Disk Cleanup" --variables "drives=C,days=7,logs=true" --wait
Job Queued Successfully Job UID: j1k2l3m4-n5o6-7890-pqrs-123456789def Device: ACME-DC01 Component: Clear Temp Files Status: Queued Variables: days: 30 path: C:\Temp Job will run when the device checks in (typically within 5 minutes). To check status: /job-status j1k2l3m4-n5o6-7890-pqrs-123456789def
Running job on ACME-DC01... Component: Clear Temp Files Started At: 2024-02-15 10:45:00 UTC Status: Running [=========> ] 50% - Executing...
Job Completed Successfully Job UID: j1k2l3m4-n5o6-7890-pqrs-123456789def Device: ACME-DC01 Component: Clear Temp Files Duration: 45 seconds Exit Code: 0 Output: ---------------------------------------------------------------------- Scanning temporary directories... Found 156 files older than 30 days Deleting files... Successfully deleted 156 files (2.3 GB freed) ---------------------------------------------------------------------- Errors: None
Job Failed Job UID: j1k2l3m4-n5o6-7890-pqrs-123456789def Device: ACME-DC01 Component: Clear Temp Files Duration: 12 seconds Exit Code: 1 Output: ---------------------------------------------------------------------- Scanning temporary directories... Error: Access denied to C:\Temp\locked.file ---------------------------------------------------------------------- Errors: ---------------------------------------------------------------------- ERROR: Could not delete locked file Process exited with code 1 ---------------------------------------------------------------------- Suggestions: - Check if file is in use by another process - Verify script has appropriate permissions - Run job again after resolving file lock
Job Timed Out Job UID: j1k2l3m4-n5o6-7890-pqrs-123456789def Device: ACME-DC01 Component: Long Running Script Duration: 300 seconds (timeout) Status: Timeout The job exceeded the maximum execution time. Partial Output: ---------------------------------------------------------------------- Step 1 complete... Step 2 complete... Step 3 in progress... ---------------------------------------------------------------------- The job may still be running on the device. Check device logs or run a shorter test job.
Cannot run job - Device is offline Device: ACME-DC01 Status: Offline Last Seen: 2024-02-15 08:30:00 UTC (2 hours ago) Quick jobs require the device to be online. Options: 1. Wait for device to come online 2. Schedule a job instead (run when device connects) 3. Contact on-site personnel to check device
Component not found: "Clear Temp Filess" Did you mean one of these? - Clear Temp Files (UID: c1d2e3f4-...) - Clear Browser Cache (UID: c2d3e4f5-...) - Disk Cleanup (UID: c3d4e5f6-...) Use the exact component name or UID.
Missing required variable Component: Backup Script Missing: BACKUP_PATH, RETENTION_DAYS Required variables for this component: - BACKUP_PATH (required): Destination path for backups - RETENTION_DAYS (required): Number of days to retain - COMPRESSION (optional, default: true): Enable compression Usage: /run-job "ACME-DC01" "Backup Script" --variables "BACKUP_PATH=D:\\Backup,RETENTION_DAYS=30"
Device not found: "UNKNOWN-PC" No device matching "UNKNOWN-PC" was found. Use /device-lookup to search for the device.
Multiple devices match "DC01": # | Hostname | Site | St
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