What is system-watchdog?
System resource monitoring that detects wasteful or suspicious processes. Outputs structured JSON for any consumer. Source: tychohq/agent-skills.
System resource monitoring that detects wasteful or suspicious processes. Outputs structured JSON for any consumer.
Quickly install system-watchdog AI skill to your development environment via command line
Source: tychohq/agent-skills.
Monitor system resources and flag wasteful or suspicious processes. Works standalone as a bash script — see openclaw.md for scheduled cron setup.
Outputs a JSON object to stdout. Parse it however you like — pipe to jq, feed to an agent, integrate into your own monitoring stack.
| Process RAM | > 4096 MB | highram | | Process CPU | > 50% | highcpu | | Stale processes | Running > 2 days AND using > 100 MB or > 1% CPU | stale | | Disk usage | > 80% on root mount | disk |
System resource monitoring that detects wasteful or suspicious processes. Outputs structured JSON for any consumer. Source: tychohq/agent-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/tychohq/agent-skills --skill system-watchdogSystem resource monitoring that detects wasteful or suspicious processes. Outputs structured JSON for any consumer. Source: tychohq/agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tychohq/agent-skills --skill system-watchdog Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/tychohq/agent-skills