ProcMon

Process monitor and manager. List running processes with resource usage, search processes by name, monitor specific process CPU and memory over time, send signals to processes, and view process trees. System process management made simple.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ProcMon" with this command: npx skills add bytesagain3/procmon

ProcMon

Monitor and manage processes. Find, watch, and control what's running.

Commands

  • list [filter] — List processes (optional name filter)
  • top [n] — Top N processes by CPU
  • mem [n] — Top N processes by memory
  • watch <pid> — Monitor a process over time
  • tree — Show process tree
  • find <name> — Find processes by name
  • signal <pid> <signal> — Send signal to process

Usage Examples

procmon list python
procmon top 10
procmon find nginx
procmon watch 1234
procmon tree

Powered by BytesAgain | bytesagain.com

When to Use

  • as part of a larger automation pipeline
  • when you need quick procmon from the command line

Output

Returns results to stdout. Redirect to a file with procmon run > output.txt.

Configuration

Set PROCMON_DIR environment variable to change the data directory. Default: ~/.local/share/procmon/


Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

System Monitor

跨平台系统监控工具,支持 Linux 和 Windows,监控硬盘、内存、CPU 使用情况,记录历史数据,支持变化对比和预警。**适合定时任务**。触发场景:(1) 定时系统健康检查(推荐每6小时),(2) 用户询问系统状态、资源使用情况,(3) 资源异常预警,(4) 查看历史监控数据对比。

Registry SourceRecently Updated
590Profile unavailable
General

Port Process

通过端口查找和管理系统进程。支持查找占用端口的进程、杀掉占用端口的进程、查看端口使用情况等操作。适用于 macOS 和 Linux 系统。使用场景:(1) "谁占用了 8080 端口",(2) "杀掉占用 3000 端口的进程",(3) "查看当前端口使用情况"。

Registry SourceRecently Updated
710Profile unavailable
Coding

ProcessGuard — Critical Process Monitor & Auto-Restart

Monitor critical processes and auto-restart on failure. Tracks CPU and memory usage, escalates alerts via webhook, callback, or file, and writes a dead man's...

Registry SourceRecently Updated
1640Profile unavailable
General

database-admin

提供数据库表结构设计、数据批量操作、复杂查询优化、类型处理及事务安全的全面数据库管理服务。

Registry SourceRecently Updated
410Profile unavailable