← 返回 Skills 市场
Desktop Monitor Widget
作者
1173910773
· GitHub ↗
· v1.0.0
· MIT-0
157
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install desktop-monitor-widget
功能描述
桌面监控悬浮球 - 实时显示系统资源状态
使用说明 (SKILL.md)
Desktop Monitor Widget
一个优雅的桌面监控悬浮球,实时显示系统资源状态。
功能特性
- 🎯 悬浮球设计 - 透明悬浮窗,不干扰其他操作
- 📊 实时监控 - CPU、内存、磁盘、温度
- 🎨 贴边自动缩小 - 靠近屏幕边缘自动折叠
- 🖱️ 可拖动位置 - 随意放置在屏幕任意位置
- 🔄 自动更新 - 每 2 秒刷新一次数据
- 👆 双击切换 - 展开/折叠视图
使用方法
直接询问 Agent "系统状态"、"资源使用情况" 或 "打开监控悬浮球"。
本技能提供两种模式:
- Web 浏览器模式(推荐,无需额外依赖)
- Tkinter 窗口模式(需要 tkinter)
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install desktop-monitor-widget - 安装完成后,直接呼叫该 Skill 的名称或使用
/desktop-monitor-widget触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Desktop Monitor Widget 1.0.0
- 首发发布:桌面监控悬浮球,实时显示系统资源状态
- 悬浮球透明设计,可任意拖动和贴边自动缩小
- 实时监控 CPU、内存、磁盘、温度,每 2 秒自动刷新
- 双击切换展开/折叠视图
- 支持 Web 浏览器和 Tkinter 两种运行模式
元数据
常见问题
Desktop Monitor Widget 是什么?
桌面监控悬浮球 - 实时显示系统资源状态. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 157 次。
如何安装 Desktop Monitor Widget?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install desktop-monitor-widget」即可一键安装,无需额外配置。
Desktop Monitor Widget 是免费的吗?
是的,Desktop Monitor Widget 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Desktop Monitor Widget 支持哪些平台?
Desktop Monitor Widget 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Desktop Monitor Widget?
由 1173910773(@1173910773)开发并维护,当前版本 v1.0.0。
推荐 Skills