← 返回 Skills 市场
jianghwxm

Sys Speek

作者 jianghwxm · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
7
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sysspeek
功能描述
Display a compact ASCII dashboard showing system uptime, CPU load, memory, disk usage, and top open network ports.
使用说明 (SKILL.md)

syspeek — System Peek

Displays a compact ASCII dashboard of system health: uptime, CPU load, memory, disk, and top network connections.

Usage

~/.openclaw/workspace/skills/syspeek/scripts/syspeek.sh

Output

╔══════════════════════════════════════╗
║           SYSTEM PEEK                ║
╠══════════════════════════════════════╣
║ uptime    │ 15:42:38 up 3 days ...   ║
║ CPU load  │ 0.12 0.08 0.01 (1/4)    ║
║ memory    │ 6.2G / 15G (41%)         ║
║ disk root │ 22G / 100G (22%)         ║
║ top ports │ tcp 22,443,3306,6379     ║
╚══════════════════════════════════════╝

Implementation

  • scripts/syspeek.sh — POSIX shell script, no external dependencies beyond standard Linux tools
安全使用建议
This appears safe for a quick local system-status check. Be aware that the output includes basic machine health details and open TCP ports, so treat the results as potentially sensitive if you are in a private or production environment.
功能分析
Type: OpenClaw Skill Name: sysspeek Version: 1.0.1 The syspeek skill is a straightforward system monitoring tool that displays system health metrics in an ASCII dashboard. The shell script (scripts/syspeek.sh) uses standard Linux utilities like uptime, df, and ss to gather information from /proc/meminfo and /proc/loadavg, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The script intentionally reports local uptime, load, memory, disk usage, and listening TCP ports. This is disclosed and purpose-aligned, but the port list can reveal local service exposure if shared.
Instruction Scope
The skill provides a single user-directed usage command and does not contain prompt overrides, forced tool use, or instructions to run outside the stated system-status task.
Install Mechanism
There is no installer, package download, remote script, or dependency installation; the included shell script is fully present in the artifacts.
Credentials
The local system commands are proportionate to a system dashboard. The script is Linux-oriented, but failures would mainly be compatibility issues rather than security concerns.
Persistence & Privilege
The artifacts show no credential use, privileged writes, background services, persistence, or file modification.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sysspeek
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sysspeek 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
No major changes in this version. - No file changes detected. - SKILL.md remains unchanged; functionality and usage are the same.
v1.0.0
Initial release
元数据
Slug sysspeek
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Sys Speek 是什么?

Display a compact ASCII dashboard showing system uptime, CPU load, memory, disk usage, and top open network ports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 7 次。

如何安装 Sys Speek?

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

Sys Speek 是免费的吗?

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

Sys Speek 支持哪些平台?

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

谁开发了 Sys Speek?

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

💬 留言讨论