Process Manager Skill

List, monitor, and terminate system processes by PID or pattern.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/WangK0221/OpenClaw_Shrimp --skill process-manager-skill-wangk0221
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Process Manager Skill
Source: https://github.com/WangK0221/OpenClaw_Shrimp/tree/main/skills/process-manager
Command: npx skills add https://github.com/WangK0221/OpenClaw_Shrimp --skill process-manager-skill-wangk0221

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the manual and error-prone process of listing, monitoring, and terminating system processes, enhancing operational safety and efficiency.

Core Features & Use Cases

  • Process Listing: View running processes with filtering capabilities.
  • Process Termination: Safely kill processes by their Process ID (PID) or by a pattern, with built-in safeguards against terminating critical system processes.
  • Resource Monitoring: Check the resource usage (CPU, Memory) of specific processes.
  • Use Case: If a specific background script is consuming excessive resources, you can use this Skill to identify and terminate it without risking system stability.

Quick Start

List all running processes that contain the word "node" in their command.

Frequently Asked Questions about Process Manager Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely kill a runaway process consuming excessive resources?▼

To safely kill a runaway process, this Skill provides built-in safeguards against terminating critical system processes while allowing you to terminate targets by Process ID or command pattern. It replaces manual command-line operations with a robust interface.

What is the best way to list running system processes and filter by command name?▼

Listing running system processes with filtering capabilities is handled automatically by this Skill. It replaces manual command-line operations like `ps aux` with a user-friendly interface to view and filter active processes by their command names.

How can I check the CPU and memory usage of specific background scripts?▼

Checking the CPU and memory usage of specific background scripts is supported through the resource monitoring feature. This utility allows system administrators to identify resource consumption for troubleshooting without risking overall system stability.

Can I terminate processes using a pattern match instead of a Process ID?▼

Yes, you can terminate processes using a pattern match instead of a Process ID. This automated utility supports killing processes by pattern with built-in safeguards, preventing the accidental termination of critical system processes during troubleshooting.

Does this process management utility prevent accidental termination of critical system processes?▼

Yes, this process management utility includes built-in safeguards specifically designed to prevent the accidental termination of critical system processes. It allows developers to maintain system health and troubleshoot runaway processes safely.