← Back to Skills Marketplace
100
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install windows-system-monitor
Description
Windows 系统状态监控 - 检查 CPU、内存、磁盘、网络、进程等运行状态,发现问题及时通知
Usage Guidance
Do not install or run this skill without further information. The SKILL.md references a Python script (tools/windows_system_monitor.py), report files, and Feishu notifications, but the package contains no code, no listed binaries, and no credentials. Before using: (1) request the actual monitoring script and inspect its source to ensure it only reads (not modifies) and does not exfiltrate data; (2) confirm what binaries are required (e.g., python) and that they are safe; (3) require explicit declaration of notification credentials (Feishu webhook) and verify the endpoint; (4) if you must test, run it in a sandboxed Windows VM with no sensitive data and limited network access. The current mismatch between claimed behavior and declared requirements is a red flag — treat this as potentially unsafe until the missing pieces are provided and reviewed.
Capability Analysis
Type: OpenClaw Skill
Name: windows-system-monitor
Version: 2.0.0
The skill bundle contains metadata and documentation for a Windows system monitoring tool. The SKILL.md file outlines standard monitoring functions (CPU, memory, disk, network) and notification thresholds without any evidence of malicious instructions, prompt injection, or unauthorized data access. While the actual execution script (tools/windows_system_monitor.py) is referenced but not provided in the files, the documentation itself is consistent with its stated purpose and follows safe operating principles.
Capability Assessment
Purpose & Capability
The stated purpose (Windows system monitoring) legitimately needs access to Python or monitoring tools, event logs, and a notification channel. However the skill declares no required binaries, no included code, and no credentials, which is inconsistent: it references tools/windows_system_monitor.py and reports/windows_system_check.json that are not present in the package.
Instruction Scope
SKILL.md instructs running a local Python script, reading a report file, and checking Windows event logs, processes, network connections, and then sending notifications. Those instructions involve reading local system state and potentially sensitive logs, but the skill gives no safe boundaries, no explicit commands for collecting only necessary fields, and no included scripts to inspect — the agent would be told to act on files that don't exist in the bundle and to access system resources without declared limits.
Install Mechanism
No install spec (instruction-only) is lowest-risk in terms of writing code to disk. But SKILL.md depends on an external Python script and report files that are not bundled; this mismatch increases risk because the runtime behavior depends on external artifacts that the package does not provide or declare.
Credentials
The instructions require sending notifications via 飞书 and performing system-level reads, which normally need a webhook/token and appropriate OS privileges. The skill declares no required environment variables or credentials (no Feishu webhook, no choice of primary credential), which is disproportionate and unexplained.
Persistence & Privilege
The skill does not request always:true and does not claim autonomous persistent presence. It is user-invocable only, which is appropriate for this kind of tool. There is no indication it modifies other skills or agent config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install windows-system-monitor - After installation, invoke the skill by name or use
/windows-system-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Version 2.0.0
- No file changes detected in this release.
- No updates or modifications to skill functionality or documentation.
v1.0.0
- Initial release of Windows 系统状态监控 skill.
- Monitors CPU, memory, disk, network, processes, and system logs for problems.
- Provides customizable alert thresholds and notification strategies (Feishu, popup, logs).
- Supports both conversational and command-line usage.
- Ensures monitoring-only operation without modifying system settings.
Metadata
Frequently Asked Questions
What is Windows System Monitor?
Windows 系统状态监控 - 检查 CPU、内存、磁盘、网络、进程等运行状态,发现问题及时通知. It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install Windows System Monitor?
Run "/install windows-system-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Windows System Monitor free?
Yes, Windows System Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Windows System Monitor support?
Windows System Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Windows System Monitor?
It is built and maintained by JIRBOY (@jirboy); the current version is v2.0.0.
More Skills