← Back to Skills Marketplace
bytesagain3

Procmon

by bytesagain3 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ Security Clean
335
Downloads
0
Stars
1
Active Installs
7
Versions
Install in OpenClaw
/install procmon
Description
Watch and control running processes in real time. Use when scanning active PIDs, monitoring resource spikes, reporting trees, alerting on crashes.
Usage Guidance
This skill appears coherent and limited to process-monitoring tasks. Before installing, review the included scripts (scripts/script.sh) yourself and ensure you trust the source; note the script will create and write logs to ~/.procmon. There are no network calls or credential requests, but as with any code run on your machine, run it with appropriate user privileges (avoid running as root unless necessary) and inspect the file if you have strict security requirements.
Capability Analysis
Type: OpenClaw Skill Name: procmon Version: 3.0.0 The ProcMon skill is a standard process monitoring utility that provides functionality to list, watch, and analyze system processes and network ports. The implementation in `scripts/script.sh` uses standard system commands like `ps`, `ss`, and `netstat`, and its logging behavior is restricted to a local directory (`~/.procmon/`) without any evidence of data exfiltration, remote execution, or malicious intent.
Capability Assessment
Purpose & Capability
Name/description (process monitoring) align with the included script and SKILL.md. Required binaries listed (ps, pstree, ss/netstat) are appropriate for the functionality.
Instruction Scope
SKILL.md and the script limit actions to listing, watching, counting, and logging processes, showing trees and ports. The script reads /proc/net/tcp and uses standard system tools and writes logs to ~/.procmon — all consistent with a proc monitor.
Install Mechanism
There is no install specification (instruction-only), and the provided script is a local shell script. No remote downloads or package installs are performed.
Credentials
The skill declares no required environment variables or credentials. It writes log files under the user's HOME (~/.procmon), which is a proportional and expected permission for this utility.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It does persist logs in the user's home directory but does not request elevated or persistent platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install procmon
  3. After installation, invoke the skill by name or use /procmon
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
v3.0.0: rewrite
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
old template -> domain-specific v2.0.0
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
Standards compliance: unique content, no template text
v1.0.0
Initial release
Metadata
Slug procmon
Version 3.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 7
Frequently Asked Questions

What is Procmon?

Watch and control running processes in real time. Use when scanning active PIDs, monitoring resource spikes, reporting trees, alerting on crashes. It is an AI Agent Skill for Claude Code / OpenClaw, with 335 downloads so far.

How do I install Procmon?

Run "/install procmon" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Procmon free?

Yes, Procmon is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Procmon support?

Procmon is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Procmon?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v3.0.0.

💬 Comments