📦 system-info-windows-skill — 系统信息速查

v1.0.3

一键获取 Windows 的 OS、CPU、内存、磁盘等实时配置与资源占用,为性能排障、硬件盘点、容量规划提供精准数据。

0· 444·2 当前·2 累计
下载技能包
最后更新
2026/3/4
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
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 r...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
The skill requests no environment variables or credentials. Its operations are limited to reading local system state, which is proportional to the stated purpose.
持久化与权限
The skill is not always-enabled and does not request elevated persistence or modify other skills/config. It runs only when invoked.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.32026/3/4

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install system-info-windows-skill
镜像加速npx clawhub@latest install system-info-windows-skill --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库