← Back to Skills Marketplace
Desktop Monitor Widget
by
1173910773
· GitHub ↗
· v1.0.0
· MIT-0
157
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install desktop-monitor-widget
Description
桌面监控悬浮球 - 实时显示系统资源状态
README (SKILL.md)
Desktop Monitor Widget
一个优雅的桌面监控悬浮球,实时显示系统资源状态。
功能特性
- 🎯 悬浮球设计 - 透明悬浮窗,不干扰其他操作
- 📊 实时监控 - CPU、内存、磁盘、温度
- 🎨 贴边自动缩小 - 靠近屏幕边缘自动折叠
- 🖱️ 可拖动位置 - 随意放置在屏幕任意位置
- 🔄 自动更新 - 每 2 秒刷新一次数据
- 👆 双击切换 - 展开/折叠视图
使用方法
直接询问 Agent "系统状态"、"资源使用情况" 或 "打开监控悬浮球"。
本技能提供两种模式:
- Web 浏览器模式(推荐,无需额外依赖)
- Tkinter 窗口模式(需要 tkinter)
Usage Guidance
This skill runs a local HTTP server on 127.0.0.1:8765, opens your browser, and reads system metrics using psutil — there are no external network endpoints or credential usage. Before running: (1) review the scripts (start.sh/widget-*.py) yourself, (2) consider running inside a Python virtualenv to avoid modifying system packages when pip installs psutil, (3) be aware port 8765 must be free and (4) only enable the optional systemd autostart if you trust the code and understand it will run continuously as the specified user.
Capability Analysis
Type: OpenClaw Skill
Name: desktop-monitor-widget
Version: 1.0.0
The skill bundle provides a legitimate system monitoring utility that displays CPU, memory, disk, and temperature statistics via a local web server or a Tkinter-based floating widget. The implementation in scripts/widget-web.py and scripts/widget.py uses the standard psutil library and contains no evidence of data exfiltration, unauthorized remote access, or malicious intent. While the start.sh script uses an aggressive pip installation flag (--break-system-packages), this is a common workaround for dependency management in certain Linux environments and is consistent with the tool's stated purpose.
Capability Assessment
Purpose & Capability
Name/description (desktop monitor widget) align with included code: a Tkinter window and a local web server (127.0.0.1:8765) that serve system metrics via psutil. No unrelated dependencies, environment variables, or external services are requested.
Instruction Scope
SKILL.md and README describe starting the local widget and match the scripts. Runtime instructions do not instruct reading unrelated files, exporting secrets, or contacting remote endpoints. The start.sh auto-installs psutil and launches the local server — behavior consistent with the stated purpose.
Install Mechanism
No registry install spec. start.sh will call pip3 to install psutil from PyPI if missing; there are no downloads from arbitrary URLs or archive extraction. This is a low-risk, expected install for a Python utility.
Credentials
The skill requests no environment variables, credentials, or config paths. It only requires psutil (installed via pip) and optionally tkinter for the GUI mode — proportional to its functionality.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent platform privileges. README includes optional manual instructions for creating a systemd service (user-run), which is documented but not automatic.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install desktop-monitor-widget - After installation, invoke the skill by name or use
/desktop-monitor-widget - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Desktop Monitor Widget 1.0.0
- 首发发布:桌面监控悬浮球,实时显示系统资源状态
- 悬浮球透明设计,可任意拖动和贴边自动缩小
- 实时监控 CPU、内存、磁盘、温度,每 2 秒自动刷新
- 双击切换展开/折叠视图
- 支持 Web 浏览器和 Tkinter 两种运行模式
Metadata
Frequently Asked Questions
What is Desktop Monitor Widget?
桌面监控悬浮球 - 实时显示系统资源状态. It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.
How do I install Desktop Monitor Widget?
Run "/install desktop-monitor-widget" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Desktop Monitor Widget free?
Yes, Desktop Monitor Widget is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Desktop Monitor Widget support?
Desktop Monitor Widget is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Desktop Monitor Widget?
It is built and maintained by 1173910773 (@1173910773); the current version is v1.0.0.
More Skills