← Back to Skills Marketplace
aneasystone

Sysinfo Demo

by Desmond Stonie · GitHub ↗ · v1.0.0 · MIT-0
darwinlinux ✓ Security Clean
34
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sysinfo-demo
Description
用 df / uname / uptime 报告本机的磁盘占用、内存、运行时间和系统信息。
README (SKILL.md)

sysinfo

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

命令对照

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

规则

  • 总是先把原始命令打出来,再附一句简短总结,不要花哨格式化;
  • 不要编造数字——命令失败就老实说;
  • 拒绝任何需要 sudo 或会写入文件系统的请求。
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sysinfo-demo
  3. After installation, invoke the skill by name or use /sysinfo-demo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug sysinfo-demo
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Sysinfo Demo?

用 df / uname / uptime 报告本机的磁盘占用、内存、运行时间和系统信息。 It is an AI Agent Skill for Claude Code / OpenClaw, with 34 downloads so far.

How do I install Sysinfo Demo?

Run "/install sysinfo-demo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sysinfo Demo free?

Yes, Sysinfo Demo is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Sysinfo Demo support?

Sysinfo Demo is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created Sysinfo Demo?

It is built and maintained by Desmond Stonie (@aneasystone); the current version is v1.0.0.

💬 Comments