← 返回 Skills 市场
Syscheck
作者
bytesagain4
· GitHub ↗
· v1.0.5
· MIT-0
348
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install syscheck
功能描述
System health checker and diagnostics tool. Quick overview of CPU usage, memory, disk space, uptime, load average, and running processes. Monitor system reso...
安全使用建议
This skill is internally consistent with a local sysadmin CLI: it stores state and logs under ~/.local/share/syscheck and does not request external credentials or perform downloads in the provided files. Before installing or running it: (1) review the remainder of scripts/script.sh to confirm there are no network calls, shell execs that read sensitive system files (e.g., /etc/*, ssh keys, cloud credentials), or commands that escalate privileges; (2) be aware that any text you pass to commands like report/scan/alert will be written in cleartext to log files in your home directory — avoid sending secrets; (3) run it in a sandbox or test account initially if you want to observe behavior; (4) if you need automatic/periodic runs, ensure log rotation/cleanup is configured so logs don't accumulate. If you can provide the rest of the script or confirm there are no network operations in the truncated portion, confidence in this assessment would increase.
功能分析
Type: OpenClaw Skill
Name: syscheck
Version: 1.0.5
The skill exhibits a significant discrepancy between its documentation (SKILL.md) and its actual implementation (scripts/script.sh). While the documentation claims the tool provides system health diagnostics (CPU, memory, disk usage), the script is actually a generic string-logging utility that merely appends input arguments to local log files in ~/.local/share/syscheck. This deceptive functional mismatch is a red flag, although the code lacks explicit malicious behaviors like data exfiltration or remote command execution.
能力评估
Purpose & Capability
Name and description claim a system-health tool (CPU, memory, disk, processes). The included script implements many command handlers (scan, monitor, report, export, status, search, recent) and maintains a data directory under $HOME. The visible portion of the script focuses on logging and exporting entries; the metric-gathering pieces (e.g., running top/df/free) were not visible in the truncated content — so the overall purpose is plausible but you should verify the rest of the script actually collects the promised system metrics.
Instruction Scope
SKILL.md instructs use of the syscheck CLI and examples are scoped to system checks. The script itself reads and writes only to its own data directory (~/.local/share/syscheck) and uses common command-line tools (grep/tail/du/wc/cat). It does persist user-provided inputs (commands like scan/report/alert/...) into log files; that means sensitive strings passed to the tool will be stored in plain files under the user's home directory. No instructions or code in the provided portion attempt to read unrelated system credentials or network endpoints.
Install Mechanism
No install spec or remote download is present; the skill is instruction/code-only. There are no external URLs or archive extracts. This is a low install-risk footprint — files included are the script and SKILL.md.
Credentials
The skill declares no required environment variables or credentials. The script uses HOME implicitly to create a per-user data directory, which is proportionate for a local CLI tool. No secrets, API keys, or external service auth are requested.
Persistence & Privilege
The script creates and writes to ~/.local/share/syscheck and maintains history/log files there — this is expected for a monitoring tool but does introduce on-disk persistence of recorded inputs and events. The skill does not request global or system-wide privileges, and 'always' is false.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install syscheck - 安装完成后,直接呼叫该 Skill 的名称或使用
/syscheck触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
old template -> domain-specific v2.0.0
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
Standards compliance: unique content, no template text
v1.0.0
Initial release
元数据
常见问题
Syscheck 是什么?
System health checker and diagnostics tool. Quick overview of CPU usage, memory, disk space, uptime, load average, and running processes. Monitor system reso... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 348 次。
如何安装 Syscheck?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install syscheck」即可一键安装,无需额外配置。
Syscheck 是免费的吗?
是的,Syscheck 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Syscheck 支持哪些平台?
Syscheck 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Syscheck?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v1.0.5。
推荐 Skills