Jamf Pro Integration
February 4, 2026 ยท View on GitHub
Jamf Pro allows you to deploy scripts to macOS devices via Policies.
Add the Script
- Navigate to Settings > Computer Management > Scripts
- Click New
- Display Name: OpenClaw Detection
- Script:
#!/bin/bash curl -sL https://raw.githubusercontent.com/knostic/openclaw-detect/refs/heads/main/detect-openclaw.sh | bash - Click Save
Create a Policy
- Navigate to Computers > Policies
- Click New
- Display Name: OpenClaw Detection
- Trigger: Recurring Check-in (or custom trigger)
- Execution Frequency: Once per day / Once per week
- Go to Scripts payload
- Click Configure
- Add OpenClaw Detection script
- Go to Scope
- Add target computers or groups
- Click Save
Exit Codes
| Exit Code | Meaning |
|---|---|
| 0 | OpenClaw not installed |
| 1 | OpenClaw detected |
| 2 | Script failed |
Viewing Results
- Navigate to Computers > Policies
- Select OpenClaw Detection
- Click Logs tab
- Review script output and exit codes per device
Smart Group for Detection
Create a Smart Group to identify devices where OpenClaw was found:
- Navigate to Computers > Smart Computer Groups
- Click New
- Display Name: OpenClaw Detected
- Add criteria: Policy Failed is OpenClaw Detection