← 返回 Skills 市场
karryklein

System Resource Report

作者 karryklein · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
333
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install system-resource-report
功能描述
Check current Linux system resource usage and report load, memory, swap, disk, and top CPU/memory processes. Use when the user asks about system resources, r...
安全使用建议
This skill is small and appears safe: it runs a bundled shell script that only reads local metrics and prints them. Before enabling, verify you trust the skill author and inspect scripts (scripts/report.sh is included and trivial). Ensure you run it on an appropriate Linux host where the standard commands exist. If you require network isolation or least privilege, run it in a constrained environment — the skill performs read-only queries and does not contact remote endpoints or request credentials.
功能分析
Type: OpenClaw Skill Name: system-resource-report Version: 1.0.0 The skill is a straightforward system monitoring tool designed to report Linux resource usage. It executes a shell script (scripts/report.sh) that uses standard, read-only commands like uptime, free, df, and ps to collect performance metrics. There are no signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name and description match the actual behavior. The only required actions are typical local system inspection commands (uptime, free, df, ps, cat /proc/loadavg). No unrelated env vars, credentials, or external services are requested.
Instruction Scope
SKILL.md directs the agent to run the included ./scripts/report.sh which only reads local system state and prints summaries. It does not instruct reading other files, contacting external endpoints, or collecting unrelated data.
Install Mechanism
No install spec is provided (instruction-only plus bundled script). Nothing will be downloaded or written to disk beyond the included files, minimizing installation risk.
Credentials
No environment variables, credentials, or config paths are required. The script uses only standard system utilities and /proc, which is proportional to a system resource reporting skill.
Persistence & Privilege
Skill is not forced-always, is user-invocable, and does not request persistent system changes or modify other skills. It does not store credentials or alter system state.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install system-resource-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /system-resource-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: report load, memory, swap, disk, top CPU and memory processes
元数据
Slug system-resource-report
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

System Resource Report 是什么?

Check current Linux system resource usage and report load, memory, swap, disk, and top CPU/memory processes. Use when the user asks about system resources, r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 333 次。

如何安装 System Resource Report?

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

System Resource Report 是免费的吗?

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

System Resource Report 支持哪些平台?

System Resource Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 System Resource Report?

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

💬 留言讨论