← 返回 Skills 市场
aneasystone

Sysinfo Demo

作者 Desmond Stonie · GitHub ↗ · v1.0.0 · MIT-0
darwinlinux ✓ 安全检测通过
34
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sysinfo-demo
功能描述
用 df / uname / uptime 报告本机的磁盘占用、内存、运行时间和系统信息。
使用说明 (SKILL.md)

sysinfo

当用户询问本机的磁盘空间、内存、运行时长、内核 / 操作系统版本,或者「这台机器现在状态怎么样」时, 通过 exec 工具运行对应命令,并用一两句话汇报结果。

命令对照

  • 各挂载卷的磁盘占用: df -h
  • 内核和系统版本: uname -a
  • 运行时长与负载: uptime

规则

  • 总是先把原始命令打出来,再附一句简短总结,不要花哨格式化;
  • 不要编造数字——命令失败就老实说;
  • 拒绝任何需要 sudo 或会写入文件系统的请求。
安全使用建议
Install only if you are comfortable with the agent running `df -h`, `uname -a`, and `uptime` when you ask about machine status, because those outputs can reveal local system and mount information.
能力评估
Purpose & Capability
The stated purpose is to report local disk usage, uptime/load, and OS/kernel information, and the only requested capabilities are the matching commands `df -h`, `uname -a`, and `uptime`.
Instruction Scope
The trigger includes a broad phrase meaning roughly 'how is this machine doing now,' but it is still scoped to host-status questions and the instructions require short reporting of command output.
Install Mechanism
The artifact contains only a single non-executable `SKILL.md` file and metadata declaring required existing binaries; no installer, dependency fetch, or setup script is present.
Credentials
Read-only host inspection is proportionate for a sysinfo skill; it does disclose machine details such as mounts, OS version, uptime, and load.
Persistence & Privilege
The skill explicitly refuses sudo and filesystem-writing requests, and there is no persistence, credential access, background execution, or privilege escalation mechanism in the artifact.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sysinfo-demo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sysinfo-demo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug sysinfo-demo
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sysinfo Demo 是什么?

用 df / uname / uptime 报告本机的磁盘占用、内存、运行时间和系统信息。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 34 次。

如何安装 Sysinfo Demo?

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

Sysinfo Demo 是免费的吗?

是的,Sysinfo Demo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sysinfo Demo 支持哪些平台?

Sysinfo Demo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 Sysinfo Demo?

由 Desmond Stonie(@aneasystone)开发并维护,当前版本 v1.0.0。

💬 留言讨论