hardware-info
全面查询电脑硬件信息。当用户询问"电脑配置"、"硬件信息"、"系统信息"、"查看配置"、"电脑什么配置"、"硬件详情"、"设备信息"、"查看硬件"、"系统配置"、"电脑型号"、"CPU信息"、"内存多大"、"硬盘多大"、"显卡信息"等时触发。 支持 macOS、Linux 和 Windows 系统,自动检测平台并使用对应命令获取全面的硬件信息,包括: - 系统概览(型号、序列号、操作系统) - CPU 信息(型号、核心数、架构、频率) - 内存信息(总容量、类型、频率、插槽) - 存储设备(硬盘/SSD 容量、型号、SMART状态、分区) - 显卡/GPU(型号、显存、分辨率) - 显示器(分辨率、刷新率、类型) - 网络设备(网卡、MAC地址、接口) - 电池信息(健康度、循环次数、容量)- 笔记本 - USB/雷电设备 - 蓝牙设备 - 传感器/温度(如可用) - 实时状态(CPU负载、内存使用、磁盘使用)
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/braveheartzjh/hardware-infoWhat This Skill Does
The hardware-info skill is an essential diagnostic tool for OpenClaw that empowers users to query comprehensive technical specifications of their host machine instantly. Designed as a cross-platform solution, it intelligently detects the underlying OS—whether macOS, Linux, or Windows—and executes native system commands to aggregate hardware details. It captures everything from core system identifiers (model, serial number) and processor architecture to deep hardware insights like memory frequency, storage SMART status, GPU specifications, display resolutions, and battery health telemetry. By processing these outputs, the skill presents a clean, structured Markdown report that serves as an instant 'System Report' for troubleshooting, system auditing, or general user curiosity.
Installation
To integrate this skill into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/braveheartzjh/hardware-info
Once installed, the agent will automatically gain the ability to parse hardware-related queries without requiring further configuration.
Use Cases
This skill is ideal for:
- Troubleshooting performance issues by monitoring real-time CPU/memory/disk loads.
- Verifying machine specifications before installing resource-heavy software.
- Assessing battery health for laptop users to determine if a replacement is needed.
- Extracting hardware identifiers for inventory management or support tickets.
- Quickly identifying technical bottlenecks (e.g., thermal limits via sensors or high memory pressure).
Example Prompts
- "电脑配置怎么样?帮我查看一下系统配置。"
- "我的显卡和内存信息是什么?顺便帮我看看电脑当前的CPU负载。"
- "查询一下这台电脑的硬件详情,包括电池寿命和硬盘信息。"
Tips & Limitations
- Permissions: Note that some commands (like
dmidecodeon Linux or specific battery queries) may require administrative/root privileges to access deep sensor data. Ensure your environment allows the agent appropriate execution context. - Compatibility: While the skill aims for universal coverage, sensor data availability is highly dependent on the host hardware (e.g., some VMs may not report battery or physical sensor temperatures).
- Real-time Data: The 'Real-time status' section provides a snapshot at the moment of execution; for persistent monitoring, consider triggering the skill periodically.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-braveheartzjh-hardware-info": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution