Desktop Monitor Widget

v1.0.0

桌面监控悬浮球 - 实时显示系统资源状态

0· 160·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for 1173910773/desktop-monitor-widget.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Desktop Monitor Widget" (1173910773/desktop-monitor-widget) from ClawHub.
Skill page: https://clawhub.ai/1173910773/desktop-monitor-widget
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install desktop-monitor-widget

ClawHub CLI

Package manager switcher

npx clawhub@latest install desktop-monitor-widget
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk972hk1f0z4qjzy13h16mbew2183kzj5
160downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Desktop Monitor Widget

一个优雅的桌面监控悬浮球,实时显示系统资源状态。

功能特性

  • 🎯 悬浮球设计 - 透明悬浮窗,不干扰其他操作
  • 📊 实时监控 - CPU、内存、磁盘、温度
  • 🎨 贴边自动缩小 - 靠近屏幕边缘自动折叠
  • 🖱️ 可拖动位置 - 随意放置在屏幕任意位置
  • 🔄 自动更新 - 每 2 秒刷新一次数据
  • 👆 双击切换 - 展开/折叠视图

使用方法

直接询问 Agent "系统状态"、"资源使用情况" 或 "打开监控悬浮球"。

本技能提供两种模式:

  1. Web 浏览器模式(推荐,无需额外依赖)
  2. Tkinter 窗口模式(需要 tkinter)

Comments

Loading comments...