From sundial-org-awesome-openclaw-skills-4
Monitors system processes with CPU, memory, disk I/O, network, open files, and port bindings. Finds resource hogs, kills runaway processes, and tracks system consumption.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:process-watchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive system process monitoring. Goes beyond basic `top` to show:
Comprehensive system process monitoring. Goes beyond basic top to show:
process-watch list [--sort cpu|mem|disk|name] [--limit 20]
process-watch top [--type cpu|mem|disk|net] [--limit 10]
process-watch info <pid>
# Shows: CPU, memory, open files, network connections, children, environment
process-watch find <name>
# e.g., process-watch find chrome
process-watch ports [--port 3000]
# What's listening on which port?
process-watch net [--pid <pid>] [--established]
process-watch kill <pid> [--force]
process-watch kill --name "chrome" [--force]
process-watch watch [--interval 2] [--alert-cpu 80] [--alert-mem 90]
# Continuous monitoring with threshold alerts
process-watch summary
# Quick overview: load, memory, disk, top processes
# What's eating my CPU?
process-watch top --type cpu
# What's on port 3000?
process-watch ports --port 3000
# Details on a specific process
process-watch info 1234
# Kill all Chrome processes
process-watch kill --name chrome
# Watch with alerts
process-watch watch --alert-cpu 90 --alert-mem 85
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Finds stale and resource-hungry processes, scores waste, and presents cleanup report. Activates on RAM queries or slow machine, or proactively when noticing sluggishness.
Lists all listening ports with process info, framework detection (Next.js, Vite, Django), Docker containers, and interactive kill commands. Works on macOS.
Retrieves detailed system information including CPU, memory, disk usage, network stats, and running processes. Useful for resource monitoring and troubleshooting.