hardware-info

v1.0.0

全面查询电脑硬件信息。当用户询问"电脑配置"、"硬件信息"、"系统信息"、"查看配置"、"电脑什么配置"、"硬件详情"、"设备信息"、"查看硬件"、"系统配置"、"电脑型号"、"CPU信息"、"内存多大"、"硬盘多大"、"显卡信息"等时触发。 支持 macOS、Linux 和 Windows 系统,自动检测平台并...

1· 379·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (collect system/hardware info) matches the commands and paths used (system_profiler, sysctl, /proc, lscpu, Get-WmiObject, etc.). All requested data (CPU, memory, disks, battery, network, sensors) is directly relevant to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run platform-specific shell/PowerShell commands and parse outputs — this stays within the hardware-info scope. It explicitly references system files/commands like /proc, ioreg, dmidecode and smartctl which are appropriate, though some commands (smartctl, sensors, dmidecode) may require root or additional packages. The instructions also recommend backgrounding commands with '&' and using sudo when needed; that is operational but not out-of-scope.
Install Mechanism
Instruction-only skill with no install spec and no downloads; nothing is written to disk by the skill itself. This is the lowest-risk install posture.
Credentials
The skill declares no environment variables, credentials, or config paths. The runtime instructions only read local system info relevant to hardware reporting; no unrelated secrets or external service credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent modifications or elevated platform privileges beyond running commands. It does note some commands may require administrator rights, which is appropriate for low-level hardware queries.
Assessment
This skill is coherent for gathering local hardware details. Before installing/using: be aware it will run system commands that can expose device identifiers (serial number, MAC addresses), battery stats, and other potentially sensitive local info; some commands may need elevated privileges or extra packages (smartctl, lm-sensors, dmidecode). If you care about privacy or are on a managed/remote device, avoid running it or disable autonomous invocation so you can approve each run and ensure the agent cannot exfiltrate the collected output.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bmzy2wctmhh89e1adc4r7h5837mc6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments