← Back to Skills Marketplace
jianghwxm

Sys Speek

by jianghwxm · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
7
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install sysspeek
Description
Display a compact ASCII dashboard showing system uptime, CPU load, memory, disk usage, and top open network ports.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sysspeek
  3. After installation, invoke the skill by name or use /sysspeek
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug sysspeek
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Sys Speek?

Display a compact ASCII dashboard showing system uptime, CPU load, memory, disk usage, and top open network ports. It is an AI Agent Skill for Claude Code / OpenClaw, with 7 downloads so far.

How do I install Sys Speek?

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

Is Sys Speek free?

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

Which platforms does Sys Speek support?

Sys Speek is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sys Speek?

It is built and maintained by jianghwxm (@jianghwxm); the current version is v1.0.1.

💬 Comments