← 返回 Skills 市场
system-info-windows-skill
作者
liujintao-2021
· GitHub ↗
· v1.0.3
465
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install system-info-windows-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/system-info-windows-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 465 次。
如何安装 system-info-windows-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install system-info-windows-skill」即可一键安装,无需额外配置。
system-info-windows-skill 是免费的吗?
是的,system-info-windows-skill 完全免费(开源免费),可自由下载、安装和使用。
system-info-windows-skill 支持哪些平台?
system-info-windows-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 system-info-windows-skill?
由 liujintao-2021(@liujintao-2021)开发并维护,当前版本 v1.0.3。
推荐 Skills