← Back to Skills Marketplace
liujintao-2021

system-info-windows-skill

by liujintao-2021 · GitHub ↗ · v1.0.3
cross-platform ✓ Security Clean
465
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install system-info-windows-skill
Description
Query system information including OS, CPU, memory, and disk usage. Use when users ask about system configuration, resource usage, performance diagnostics, o...
Usage Guidance
This skill appears to do exactly what it claims: read local system information and print it. Before installing, consider: (1) Source verification — the package author/source is unknown; review the included script (scripts/system_info.py) yourself (it is small and readable). (2) Cross-platform limitations — despite claiming macOS support, the memory-reading code uses /proc/meminfo (Linux) and a Windows-specific API; on macOS memory reporting will fall back to zeros. (3) Safety — the script only reads local system APIs/files and does not make network calls or request secrets, so risk is low; if you are concerned, run it in a controlled environment or inspect/execute the script manually rather than installing automatically.
Capability Analysis
Type: OpenClaw Skill Name: system-info-windows-skill Version: 1.0.3 The skill bundle is benign. The `SKILL.md` and `README.md` provide clear, non-malicious instructions for the agent and user, aligning with the stated purpose of querying system information. The `scripts/system_info.py` script uses standard Python libraries (`platform`, `os`, `json`, `argparse`, `ctypes`, `shutil`) to gather OS, CPU, memory, and disk details without accessing sensitive files, making network calls, or attempting any system modifications. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection with harmful intent.
Capability Assessment
Purpose & Capability
The skill's name, description, and included Python script all focus on collecting local system information (OS, CPU, memory, disk). It does not request unrelated credentials, binaries, or config paths. Minor mismatch: SKILL.md/README claim full macOS/Linux/Windows support while the memory path implements Linux (/proc/meminfo) and a Windows-specific ctypes call; macOS memory information will fall back to zeros.
Instruction Scope
Runtime instructions only tell the agent to run the bundled Python script with optional flags. The script reads local system APIs/files (platform, /proc/meminfo on Linux, Windows GlobalMemoryStatus via ctypes, shutil.disk_usage) and prints JSON or table output. It does not perform network calls, write to external endpoints, or access unrelated files or env vars.
Install Mechanism
There is no install spec that downloads or executes external artifacts; the skill is instruction-only with a bundled script. This is low-risk from an installation perspective.
Credentials
The skill requests no environment variables or credentials. Its operations are limited to reading local system state, which is proportional to the stated purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills/config. It runs only when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install system-info-windows-skill
  3. After installation, invoke the skill by name or use /system-info-windows-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Updated skill name to "system-info-skill" and revised description to reflect cross-platform (Windows, Linux, macOS) support. - Expanded documentation to cover installation, usage instructions, and example output. - Clarified supported system queries: OS, CPU, memory, and disk usage. - Noted Python 3.6+ requirement and no need for additional dependencies.
Metadata
Slug system-info-windows-skill
Version 1.0.3
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is system-info-windows-skill?

Query system information including OS, CPU, memory, and disk usage. Use when users ask about system configuration, resource usage, performance diagnostics, o... It is an AI Agent Skill for Claude Code / OpenClaw, with 465 downloads so far.

How do I install system-info-windows-skill?

Run "/install system-info-windows-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is system-info-windows-skill free?

Yes, system-info-windows-skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does system-info-windows-skill support?

system-info-windows-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created system-info-windows-skill?

It is built and maintained by liujintao-2021 (@liujintao-2021); the current version is v1.0.3.

💬 Comments