← 返回 Skills 市场
liujintao-2021

system-info-skill

作者 liujintao-2021 · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
349
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install system-info-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /system-info-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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+
元数据
Slug system-info-skill
版本 1.0.2
许可证
累计安装 1
当前安装数 1
历史版本数 3
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 349 次。

如何安装 system-info-skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install system-info-skill」即可一键安装,无需额外配置。

system-info-skill 是免费的吗?

是的,system-info-skill 完全免费(开源免费),可自由下载、安装和使用。

system-info-skill 支持哪些平台?

system-info-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 system-info-skill?

由 liujintao-2021(@liujintao-2021)开发并维护,当前版本 v1.0.2。

💬 留言讨论