process-manager

List, monitor, and manage system processes with systemd integration.

166|4|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/gebruder/wirken --skill process-manager-gebruder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: process-manager
Source: https://github.com/gebruder/wirken/tree/main/skills/process-manager
Command: npx skills add https://github.com/gebruder/wirken --skill process-manager-gebruder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the monitoring and management of system processes, offering a quick and effective solution to process-related challenges.

Core Features & Use Cases

  • Process Monitoring: Keep an eye on all system processes, with options to view them by CPU usage, memory usage, name, and process tree.
  • Process Management: Perform actions like killing processes by PID, name, or port, and force kill or manage processes via systemd services.
  • Real-time Monitoring: Utilize real-time commands to find processes by port, inspect open files, and track file descriptors.
  • Use Case: For system administrators or developers who need to troubleshoot system performance issues or manage resources efficiently.

Quick Start

To list all system processes, use the 'process-manager' skill with the command 'list processes all'.

Frequently Asked Questions about process-manager

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

FAQPage Schema
How do I list system processes by CPU or memory usage?

You can list system processes sorted by CPU usage, memory consumption, or hierarchical process tree using dedicated process management commands to identify resource-intensive applications quickly.

What is the best way to kill a process by port or PID?

Killing a process by port or PID involves using targeted process control commands to terminate it, with additional options to force kill unresponsive applications that resist standard termination signals.

Can I manage systemd services using a process monitoring tool?

Yes, process management tools with systemd integration allow you to manage, control, and inspect systemd services directly, enabling comprehensive service administration alongside standard process monitoring.

How do I find processes by port and inspect open files in real-time?

You can find processes by port and inspect open files in real-time by utilizing specialized monitoring commands that track file descriptors and map specific network ports to their corresponding active processes.

Does process management work for troubleshooting system performance issues?

Process management is highly effective for troubleshooting system performance issues, providing real-time monitoring and detailed process inspection to identify resource bottlenecks and manage problematic applications efficiently.

What are the limitations of using process control commands for resource management?

Limitations of process control commands include the risk of system instability if critical processes are force killed, requiring precise targeting by PID or name to avoid accidentally terminating essential system services during resource management.