HomeBrowseUpload
← Back to registry
// Skill profile

process

name: process

by bytesagain · published 2026-03-22

开发工具
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain/bytesagain-process
View on GitHub
// Full documentation

---

name: process

version: "3.0.1"

author: BytesAgain

homepage: https://bytesagain.com

source: https://github.com/bytesagain/ai-skills

license: MIT-0

tags: [process, tool, utility]

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

---

# 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 | hello@bytesagain.com*

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band