·system-watchdog
</>

system-watchdog

System resource monitoring that detects wasteful or suspicious processes. Outputs structured JSON for any consumer.

9Installs·0Trend·@tychohq

Installation

$npx skills add https://github.com/tychohq/agent-skills --skill system-watchdog

How to Install system-watchdog

Quickly install system-watchdog AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/tychohq/agent-skills --skill system-watchdog
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: tychohq/agent-skills.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tychohq/agent-skills --skill system-watchdog
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from tychohq/agent-skills

Quick answers

What is system-watchdog?

System resource monitoring that detects wasteful or suspicious processes. Outputs structured JSON for any consumer. Source: tychohq/agent-skills.

How do I install system-watchdog?

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

Where is the source repository?

https://github.com/tychohq/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-26