# 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.

- Skill: `zavora-ai/device-fleet-management` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add zavora-ai/device-fleet-management`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zavora-ai/device-fleet-management/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- License: Apache-2.0
- Author: zavora-ai (https://skillmd.com/u/zavora-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zavora-ai/device-fleet-management

---


# 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

