ZES-safety

Validate battery, temperature, storage, and network state before intensive Termux operations.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/ZESCODE/Zes-Orchestration-System --skill zes-safety
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ZES-safety
Source: https://github.com/ZESCODE/Zes-Orchestration-System/tree/main/.agents/skills/ZES-safety
Command: npx skills add https://github.com/ZESCODE/Zes-Orchestration-System --skill zes-safety

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, bc.

What problem does it solve?

This Skill prevents accidental system damage and resource exhaustion by enforcing strict pre-flight checks before executing autonomous or high-impact operations on the ZES environment.

Core Features & Use Cases

  • Production Safeguards: Blocks destructive commands like unauthorized file deletion or configuration overwrites.
  • Device Health Monitoring: Validates battery levels, thermal status, storage availability, and network connectivity before starting intensive tasks.
  • Use Case: Before running a long-running research sub-agent, the system automatically verifies that the Android device has sufficient battery and is not overheating, preventing unexpected shutdowns or hardware stress.

Quick Start

Run the ZES-safety pre-flight check to verify that the current device environment is stable enough for intensive operations.

Frequently Asked Questions about ZES-safety

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce pre-flight safety checks for autonomous AI agents on Termux?

Pre-flight safety checks for autonomous AI agents on Termux validate device health by monitoring battery, temperature, storage, and network state before executing intensive operations. This prevents hardware stress and unexpected shutdowns during long-running tasks.

How do I prevent destructive commands from overwriting critical configuration files?

To prevent destructive commands from overwriting critical configuration files, production safeguards block unauthorized file deletions and memory database modifications. This protects essential system data from accidental loss during autonomous operations.

Can I run intensive automation tasks on Android when battery or thermal status is unstable?

Running intensive automation tasks on Android with unstable battery or thermal status is blocked by device health monitoring. The system validates resource levels and thermal conditions beforehand to prevent hardware stress and data loss.

What system resources does a pre-flight guardrail monitor before starting high-impact operations?

A pre-flight guardrail monitors system resources including battery levels, thermal status, storage availability, and network connectivity. It verifies these metrics to ensure the device environment is stable enough for high-impact operations.

Do I need python3 and bc to run system-monitoring safety guardrails in Termux?

Yes, you need python3 and bc installed to run system-monitoring safety guardrails in Termux. These dependencies execute the resource validation scripts and calculate operational thresholds for the pre-flight checks.

Why does my autonomous agent fail pre-flight validation when device temperature is high?

Autonomous agents fail pre-flight validation when device temperature is high because the safety guardrails detect thermal stress. Blocking operations under high temperature prevents hardware damage and unexpected shutdowns during intensive computing.