← Back to Skills Marketplace
system-info-skill
by
liujintao-2021
· GitHub ↗
· v1.0.2
349
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install system-info-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 coherent and low-risk: it gathers only local system information (OS, CPU, memory, disk) and does not contact external endpoints or request secrets. Before installing, you may want to: (1) review the included scripts yourself (they are short and readable), (2) run the script in a sandbox or on a test machine if you're concerned about exposing system details, and (3) confirm you obtained the skill from a trusted source — system telemetry can still be sensitive (hardware, disk sizes, OS version), so avoid installing if you do not trust the publisher.
Capability Analysis
Type: OpenClaw Skill
Name: system-info-skill
Version: 1.0.2
The OpenClaw skill 'system-info-skill' is designed to query basic system information (OS, CPU, memory, disk usage). The `scripts/system_info.py` script uses standard Python libraries (`platform`, `os`, `shutil`, `ctypes` for Windows, `/proc/meminfo` for Linux) to gather this data. There is no evidence of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts in `SKILL.md`. The code's functionality is entirely aligned with its stated purpose, making it benign.
Capability Assessment
Purpose & Capability
Name/description ask for basic system info and the package contains a small Python script that returns OS, CPU, memory, and disk usage — this is proportional and expected.
Instruction Scope
SKILL.md instructs running the included Python script and does not direct the agent to read unrelated files, environment variables, or send data externally. The script reads standard system sources (/proc/meminfo on Linux, ctypes on Windows) and disk usage for '/', which is consistent with its purpose.
Install Mechanism
No install spec is provided (instruction-only install), so nothing is downloaded or executed beyond the shipped script. This is low-risk and proportional.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The script only uses standard library modules and local system APIs to gather information.
Persistence & Privilege
The skill is not always-enabled and uses default agent invocation behavior. It does not modify other skills or request elevated persistent presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install system-info-skill - After installation, invoke the skill by name or use
/system-info-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added installation instructions for installing the skill from ClawHub or a local .skill file.
- No changes to core functionality or usage commands.
v1.0.1
- SKILL.md updated: rewritten in English for broader accessibility
- Clarified usage instructions and example outputs
- Standardized description and metadata for consistency
- No code changes detected; documentation only
v1.0.0
- Initial release of system-info-skill v1.0.0
- Quickly queries system information including OS, CPU, memory, and disk
- Supports Windows, Linux, and macOS platforms
- Allows querying all or specific system details via command-line options
- No external dependencies required; compatible with Python 3.6+
Metadata
Frequently Asked Questions
What is system-info-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 349 downloads so far.
How do I install system-info-skill?
Run "/install system-info-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is system-info-skill free?
Yes, system-info-skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does system-info-skill support?
system-info-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created system-info-skill?
It is built and maintained by liujintao-2021 (@liujintao-2021); the current version is v1.0.2.
More Skills