← Back to Skills Marketplace
dinghaibin

Sysinfo Tool

by BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
44
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sysinfo-tool
Description
Display comprehensive system hardware and software information. Use for diagnostics, inventory, and system profiling.
README (SKILL.md)

Sysinfo - System Information Reporter

Gather and display detailed system information including CPU model and cores, memory capacity, disk layout, OS version, kernel, uptime, and network configuration. Useful for system documentation and troubleshooting.

Usage

sysinfo-tool [options]

Options

  • --cpu: Show CPU details only
  • --memory: Show memory details only
  • --disk: Show disk information
  • --os: Show OS information

Examples

sysinfo-tool
sysinfo-tool --cpu --memory
sysinfo-tool --disk
Usage Guidance
This appears safe for local diagnostics, but system-info output can include hostnames, disk layout, network interface names/statistics, and process command lines. Review the output before sharing it with others, and prefer specific flags or brief output if you only need limited details.
Capability Analysis
Type: OpenClaw Skill Name: sysinfo-tool Version: 1.0.0 The sysinfo-tool is a standard system diagnostic utility that gathers hardware and software information using local system files (e.g., /proc/cpuinfo, /proc/meminfo) and standard commands (df, ps). The code in scripts/sysinfo.py is transparent, uses only Python standard libraries, and contains no indicators of data exfiltration, persistence, or malicious execution.
Capability Assessment
Purpose & Capability
The skill purpose and visible code are coherent for diagnostics and inventory. It gathers CPU, memory, disk, OS, network, uptime, and top process information, which is broadly aligned with system profiling.
Instruction Scope
SKILL.md contains ordinary usage examples and options, with no prompt-injection language, hidden role changes, forced tool use, or deceptive instructions.
Install Mechanism
There is no install spec and the source/provenance is limited. The visible script also assumes Linux-style /proc files and standard df/ps commands despite no OS or binary requirements being declared.
Credentials
The tool reads local system metadata and runs fixed local commands to collect diagnostic information. This is proportionate to the stated purpose, but outputs such as hostname and process command lines can be sensitive if shared.
Persistence & Privilege
The artifacts show no credentials, required environment variables, privileged configuration paths, file writes, network calls, background services, or persistence mechanisms.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sysinfo-tool
  3. After installation, invoke the skill by name or use /sysinfo-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug sysinfo-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Sysinfo Tool?

Display comprehensive system hardware and software information. Use for diagnostics, inventory, and system profiling. It is an AI Agent Skill for Claude Code / OpenClaw, with 44 downloads so far.

How do I install Sysinfo Tool?

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

Is Sysinfo Tool free?

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

Which platforms does Sysinfo Tool support?

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

Who created Sysinfo Tool?

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

💬 Comments