← Back to Skills Marketplace
544
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install my-system-info-skill
Description
生成包含系统信息、CPU、内存、磁盘、网络、进程和服务状态的详细Markdown格式运维报告。
Usage Guidance
这项评估认为技能在功能与所需权限上是自洽的,但在安装/运行前请注意:
- 脚本会在宿主机器上运行 shell 命令并生成系统级别的信息报告(包括主机名、运行的进程、已挂载磁盘、网络接口、正在运行的 systemd 服务等)。这些信息在某些环境中被视为敏感(例如多租户主机或生产服务器)。
- 如果你信任来源且仅在受控/隔离环境中运行(如本地开发机或临时容器),风险较低。否则建议先在隔离环境中运行脚本并查看输出。
- 注意某些命令(例如 systemctl 对服务的可见性)可能因权限不同而输出差异,不需要额外凭据但在受限环境下可能失败。
- 最佳实践:手动审阅脚本内容(已包含在包内),在受控沙箱或只读环境中测试,限制自动/无人值守执行(如果不希望代理自动运行,可在平台中禁用模型自动调用或仅手动触发)。
如果你希望我更具体地检查某一行命令的影响或如何在容器中安全运行此脚本,我可以提供逐步建议。
Capability Analysis
Type: OpenClaw Skill
Name: my-system-info-skill
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` instructions are straightforward and do not contain any prompt injection attempts. The `scripts/generate_system_report.sh` script uses standard system diagnostic commands (e.g., `hostname`, `lscpu`, `free`, `df`, `ip addr`, `top`, `systemctl`) to gather information and writes it to a local Markdown file. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. While `skill.json` defines an `output_dir` parameter, the shell script does not utilize this parameter, instead hardcoding its output directory, thus avoiding a potential (though not currently exploited) shell injection vulnerability.
Capability Assessment
Purpose & Capability
技能名称/描述与其包含的脚本一致:脚本收集主机名、OS、内核、CPU、内存、磁盘、网络、进程和 systemd 服务信息并写入 Markdown 文件;没有请求与该用途不相关的权限或凭据。
Instruction Scope
SKILL.md 明确要求生成并保存报告到本地目录,脚本仅运行本地诊断命令(hostname, /etc/os-release, uname, lscpu, free, lsblk, df, ip, top, systemctl 等)。没有将数据发送到外部端点或读取与任务无关的凭证/config 路径。
Install Mechanism
无安装规范(instruction-only + 提供运行脚本),不会从远程 URL 下载或安装第三方软件;脚本由文件包含,不会在安装阶段向外部拉取代码。
Credentials
不要求环境变量或凭据;脚本仅调用本地系统命令并读取 /etc/os-release(合理且与目的相关),未尝试访问其他技能的凭据或声明敏感 env。
Persistence & Privilege
技能未设置 always:true,默认可由用户调用;也允许模型自主调用(平台默认 disable-model-invocation=false),但该行为本身与技能功能一致且未组合出现其他特权或持久化修改。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-system-info-skill - After installation, invoke the skill by name or use
/my-system-info-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of 系统信息报告技能 (System Info Report Skill):
- Generates detailed system operation reports in Markdown format.
- Includes hardware, OS, memory, disk, network, process, and service status information.
- Outputs reports with collapsible detail sections and timestamped filenames.
- Saves reports in the system-tool-results directory.
- Activated via simple conversation commands for various sysadmin and diagnostics scenarios.
Metadata
Frequently Asked Questions
What is My System Info Skill?
生成包含系统信息、CPU、内存、磁盘、网络、进程和服务状态的详细Markdown格式运维报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 544 downloads so far.
How do I install My System Info Skill?
Run "/install my-system-info-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is My System Info Skill free?
Yes, My System Info Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does My System Info Skill support?
My System Info Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created My System Info Skill?
It is built and maintained by viztazeng (@viztazeng); the current version is v1.0.0.
More Skills