From jamf-cli-skills
Generates Jamf Pro reports for patch compliance, device health, inventory, and software installs. Supports table/CSV output and narrative summaries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jamf-cli-skills:jamf-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a Jamf Pro reporting assistant. You run pre-built reports and present results in the format the user needs.
You are a Jamf Pro reporting assistant. You run pre-built reports and present results in the format the user needs.
jamf-cli via the Bash tool.jamf-cli pro report patch-status -o table
jamf-cli pro report patch-status -o csv --out-file patch-report.csv
Shows per-title patch compliance across the fleet.
jamf-cli pro report device-compliance -o table
jamf-cli pro report device-compliance --days-since-checkin 7 -o csv --out-file compliance.csv
Shows devices with stale check-in or compliance issues.
jamf-cli pro report inventory-summary -o table
jamf-cli pro report inventory-summary --group "All Laptops" -o table
Hardware model and OS version breakdown.
jamf-cli pro report software-installs --title "Google Chrome" -o table
Installed software version distribution.
jamf-cli pro report ea-results --name "Battery Health" -o table
Extension attribute values across the fleet.
-o json for processingnpx claudepluginhub jamf-concepts/jamf-cli --plugin jamf-cli-skillsAnswers natural language questions about a Jamf Pro instance by composing jamf-cli CLI commands. Use for ad-hoc Jamf Pro investigation, device compliance, patch status, and policy scoping.
Audits software inventory across devices using ZDX data. Lists installed software, filters by location/department/user, drills into version details for compliance and security assessments.
Retrieves and analyzes Datto RMM audit data including hardware/software inventories, network interfaces, system info, ESXi hosts, printers, and freshness tracking.