← Back to Skills Marketplace
dinghaibin

Top Tool

by BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
29
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install top-tool
Description
Display real-time view of running processes. Use for system monitoring, performance debugging, and resource management.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install top-tool
  3. After installation, invoke the skill by name or use /top-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug top-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Top Tool?

Display real-time view of running processes. Use for system monitoring, performance debugging, and resource management. It is an AI Agent Skill for Claude Code / OpenClaw, with 29 downloads so far.

How do I install Top Tool?

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

Is Top Tool free?

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

Which platforms does Top Tool support?

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

Who created Top Tool?

It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.

💬 Comments