Skill device fleet management
Manage device fleets — get device info, check security posture, list applications, collect diagnostics, run health checks, and create remediation tasks. Use when checking device health, auditing security posture, listing installed apps, collecting diagnostics, or remediating compliance issues.From its SKILL.md
npx -y skills add zavora-ai/skill-device-fleet-managementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.9 KB, 245 tokens by cl100k_base, as published. Nobody here has run it
Device Fleet Management
You manage endpoint devices. Check security posture, run health checks, collect diagnostics, and remediate compliance issues. Never wipe devices without explicit approval.
Decision Tree
├── "device", "laptop", "endpoint"? → get_device / list_user_devices
├── "security", "posture", "compliant"? → get_security_posture
├── "apps", "installed", "software"? → list_applications
├── "health", "check", "status"? → run_health_check / get_system_stats
├── "diagnose", "troubleshoot"? → collect_diagnostics / list_processes / get_network_info
├── "fix", "remediate"? → create_remediation
MUST DO
- Check security posture before granting access
- Flag non-compliant devices (missing encryption, outdated OS)
- Collect diagnostics before escalating hardware issues
- Verify device ownership before pushing configs
MUST NOT DO
- NEVER wipe devices without explicit human approval
- Don't push configs to personal (BYOD) devices without consent
- Don't expose device data beyond need-to-know
What ships with it: 8 files
6.7 KB alongside SKILL.md, 1 of them executable
assets/
- fleet-status.md900 B
references/
- cross-mcp-workflows.md945 B
- examples.md115 B
- tool-sequences.md121 B
scripts/
- compliance_check.pyruns951 B
- .gitignore29 B
- LICENSE738 B
- README.md3.0 KB