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.

zavora-ai Updated

File contents

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

zavora-ai/skill-device-fleet-management/tree/main/ commit 3ce4bda504

Frequently asked questions

npx skillmds@latest add zavora-ai/device-fleet-management