← 返回 Skills 市场
29
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install top-tool
功能描述
Display real-time view of running processes. Use for system monitoring, performance debugging, and resource management.
使用说明 (SKILL.md)
Top - Process Activity Monitor
Show real-time listing of running processes sorted by CPU or memory usage. Essential for identifying resource-intensive processes and system performance issues.
Usage
top-tool [options]
Options
-d N: Update interval in seconds-u user: Show only processes for a user-b: Batch mode for logging-o FIELD: Sort by specific field
Examples
top-tool
top-tool -u root
top-tool -b -n 1
安全使用建议
This skill appears safe for ordinary local process inspection. Before installing, be aware that it may show command-line arguments from running processes, and the included script does not actually implement the documented filtering or sorting options.
功能分析
Type: OpenClaw Skill
Name: top-tool
Version: 1.0.0
The skill provides a basic system monitoring tool that reads process information from the /proc filesystem. The Python script (scripts/top.py) and documentation (SKILL.md) are consistent with the stated purpose of displaying running processes, and no malicious behaviors, data exfiltration, or suspicious instructions were found.
能力评估
Purpose & Capability
The stated process-monitoring purpose is coherent with reading /proc, but the script only prints PID and command line once; it does not implement the documented real-time updating, CPU/memory sorting, or options.
Instruction Scope
The SKILL.md contains ordinary usage examples and does not include goal-hijacking, forced tool use, destructive actions, or approval-bypass language.
Install Mechanism
There is no install spec and no dependency installation, which reduces install risk, but the source is listed as unknown and there is no homepage for provenance.
Credentials
The code is Linux-specific because it reads /proc, while the metadata declares no OS restriction. Reading process command lines is expected for a top-like tool but can reveal sensitive command arguments.
Persistence & Privilege
No persistence, network access, credential use, file writes, background execution, or privilege escalation behavior is shown in the provided artifacts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install top-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/top-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Top Tool 是什么?
Display real-time view of running processes. Use for system monitoring, performance debugging, and resource management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。
如何安装 Top Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install top-tool」即可一键安装,无需额外配置。
Top Tool 是免费的吗?
是的,Top Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Top Tool 支持哪些平台?
Top Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Top Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills