Quick system diagnostics: CPU, memory, disk, uptime
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install system-info或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install system-info⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/system-info/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: system-info description: "Quick system diagnostics: CPU, memory, disk, uptime" metadata: { "openclaw": { "emoji": "💻", "requires": { "bins": ["free"] }, "install": [], }, } ---
Quick system diagnostics covering CPU, memory, disk, and uptime. Uses standard Linux utilities that are always available.
# Show all system info (CPU, memory, disk, uptime)
system-info
# Show CPU information
system-info cpu
# Show memory usage
system-info mem
# Show disk usage
system-info disk
# Show system uptime
system-info uptime
No installation needed. free and related utilities are always present on the system.
安装 System Info 后,可以对 AI 说这些话来触发它
Help me get started with System Info
Explains what System Info does, walks through the setup, and runs a quick demo based on your current project
Use System Info to quick system diagnostics: CPU, memory, disk, uptime
Invokes System Info with the right parameters and returns the result directly in the conversation
What can I do with System Info in my documents & notes workflow?
Lists the top use cases for System Info, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/system-info/ 目录(个人级,所有项目可用),或 .claude/skills/system-info/(项目级)。重启 AI 客户端后,用 /system-info 主动调用,或让 AI 根据上下文自动发现并使用。
System Info 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
System Info 可免费安装使用。请查阅仓库了解许可证信息。
Quick system diagnostics: CPU, memory, disk, uptime
System Info 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using System Info
Identifies repetitive steps in your workflow and sets up System Info to handle them automatically