← 返回 Skills 市场
Procmon
作者
bytesagain3
· GitHub ↗
· v3.0.0
· MIT-0
335
总下载
0
收藏
1
当前安装
7
版本数
在 OpenClaw 中安装
/install procmon
功能描述
Watch and control running processes in real time. Use when scanning active PIDs, monitoring resource spikes, reporting trees, alerting on crashes.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install procmon - 安装完成后,直接呼叫该 Skill 的名称或使用
/procmon触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Procmon 是什么?
Watch and control running processes in real time. Use when scanning active PIDs, monitoring resource spikes, reporting trees, alerting on crashes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 335 次。
如何安装 Procmon?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install procmon」即可一键安装,无需额外配置。
Procmon 是免费的吗?
是的,Procmon 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Procmon 支持哪些平台?
Procmon 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Procmon?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v3.0.0。
推荐 Skills