process
List, filter, and manage system processes. Use when scanning running tasks, monitoring CPU usage, reporting memory hogs, alerting on runaway processes.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/processprocess
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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-process": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
sop-refiner
优化已有 SOP,删冗余、补异常路径、补回滚、补质量门槛。;use for sop, process, improvement workflows;do not use for 改变制度权限边界, 跳过安全检查.
skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
consent
Build cookie consent banners and track opt-in compliance status. Use when implementing GDPR consent, auditing cookies, generating privacy banners.
cmms
Computerized maintenance management system
amr
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.