
from zylos-core1,169
Run a periodic system health check: verify PM2 services, disk and memory thresholds, and produce logs/alerts for operators when issues are detected.
System Health Check performs automated checks for critical system health indicators on an agent host: PM2-managed services, disk usage, and memory/swap levels. It produces concise logs and sends alerts via the Control queue when thresholds are exceeded.
Designed for agents with access to host shell tools and PM2-managed services. Compatible with Node-based agent runtimes and monitoring systems that can enqueue control messages.
A system health check skill for PM2-based deployments that checks service status, disk space, and memory usage, then logs or alerts on issues. Well-structured instructions with clear thresholds and a resolution table, but no bundled scripts — purely instruction-based execution. Narrowed by PM2 dependency but addresses a real ops need.
Clean skill, no security concerns. No scripts to test. The c4-send.js dependency for alerting is environment-specific and won't work outside zylos-core setup. The pm2 restart action in the resolution table modifies system state but is appropriate for the skill's purpose.
Zylos Shell Channel
Channel skill that connects a CLI REPL to a Claude-like backend via a Unix socket, routing user input to the agent and delivering responses back to the REPL.
Task Scheduler
Schedule and dispatch one-time, recurring and interval tasks to an agent runtime via the C4 comm-bridge for autonomous execution.
Check Context
Report current context/window and token usage across supported runtimes so agents can decide when to rotate or trim conversation history.