ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

process

List, filter, and manage system processes. Use when scanning running tasks, monitoring CPU usage, reporting memory hogs, alerting on runaway processes.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/process
Or

process

Process manager.

Commands

list

List processes (filter by name)

scripts/script.sh list [filter]

top

Top N processes by CPU/memory

scripts/script.sh top [n]

find

Find processes by name

scripts/script.sh find <name>

tree

Process tree

scripts/script.sh tree [pid]

ports

Show listening ports

scripts/script.sh ports [port]

watch

Watch process for 10 seconds

scripts/script.sh watch <pid>

mem

Memory details for process

scripts/script.sh mem <pid>

cpu

CPU details for process

scripts/script.sh cpu <pid>

env

Show process environment

scripts/script.sh env <pid>

kill

Send signal to process (default: TERM)

scripts/script.sh kill <pid> [signal]

stats

System process statistics

scripts/script.sh stats

Requirements

  • bash 4.0+

Powered by BytesAgain | bytesagain.com | [email protected]

Metadata

Stars3500
Views0
Updated2026-03-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain-process": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#process#tool#utility
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.