← 返回 Skills 市场
Uptime Kuma
作者
Mortada Sarheed
· GitHub ↗
· v1.0.0
3950
总下载
2
收藏
13
当前安装
1
版本数
在 OpenClaw 中安装
/install uptime-kuma
功能描述
Interact with Uptime Kuma monitoring server. Use for checking monitor status, adding/removing monitors, pausing/resuming checks, viewing heartbeat history. Triggers on mentions of Uptime Kuma, server monitoring, uptime checks, or service health monitoring.
安全使用建议
This skill appears to do what it says: manage Uptime Kuma via its API. Before installing, note: (1) the skill requires UPTIME_KUMA_URL, UPTIME_KUMA_USERNAME, and UPTIME_KUMA_PASSWORD at runtime even though the registry metadata didn't declare them — you'll need to provide these credentials. (2) It asks you to pip install the uptime-kuma-api package; verify that package on PyPI and your environment before installing. (3) Provide a least-privilege or dedicated Uptime Kuma account if possible, and ensure the UPTIME_KUMA_URL points only to servers you control (e.g., localhost or a known internal URL). (4) The skill's source/homepage is not provided in the registry; if provenance is important, ask the publisher for a homepage or inspect the included kuma.py (provided) and the uptime-kuma-api package source before use.
功能分析
Type: OpenClaw Skill
Name: uptime-kuma
Version: 1.0.0
The skill is designed to interact with an Uptime Kuma server and requires access to `UPTIME_KUMA_URL`, `UPTIME_KUMA_USERNAME`, and `UPTIME_KUMA_PASSWORD` environment variables, as explicitly stated in `SKILL.md` and accessed in `scripts/kuma.py`. While this credential access is necessary for the skill's stated purpose and there is no evidence of malicious intent (e.g., exfiltration to unauthorized endpoints), the handling of sensitive credentials, even for legitimate use, constitutes a high-risk capability that warrants a 'suspicious' classification rather than 'benign' in a security review.
能力评估
Purpose & Capability
Name/description (Uptime Kuma monitor management) align with included script and SKILL.md. The script uses the uptime-kuma-api library and exposes monitor/list/add/delete/pause/resume/heartbeats/notifications operations that are expected for this purpose.
Instruction Scope
SKILL.md and kuma.py stay within the stated scope: they require Uptime Kuma credentials and call the Uptime Kuma API. The instructions do not reference unrelated system files, directories, or external endpoints beyond the UPTIME_KUMA_URL provided by the user.
Install Mechanism
No install spec; SKILL.md asks the user to pip install uptime-kuma-api (a public PyPI package). This is a typical, proportionate install step for a Python wrapper. Recommend verifying the uptime-kuma-api package provenance before installing.
Credentials
SKILL.md and kuma.py require UPTIME_KUMA_URL, UPTIME_KUMA_USERNAME, and UPTIME_KUMA_PASSWORD — these are appropriate and expected. However, the registry metadata lists no required environment variables, creating an inconsistency: the runtime actually demands credentials even though the metadata doesn't declare them.
Persistence & Privilege
Skill is not always-enabled and does not request any special persistent platform privileges. It does not modify other skills or system-wide config. The skill can be invoked autonomously by the agent (platform default), which is expected for skills but should be considered when granting access to credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uptime-kuma - 安装完成后,直接呼叫该 Skill 的名称或使用
/uptime-kuma触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - monitor management via Socket.IO API
元数据
常见问题
Uptime Kuma 是什么?
Interact with Uptime Kuma monitoring server. Use for checking monitor status, adding/removing monitors, pausing/resuming checks, viewing heartbeat history. Triggers on mentions of Uptime Kuma, server monitoring, uptime checks, or service health monitoring. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3950 次。
如何安装 Uptime Kuma?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uptime-kuma」即可一键安装,无需额外配置。
Uptime Kuma 是免费的吗?
是的,Uptime Kuma 完全免费(开源免费),可自由下载、安装和使用。
Uptime Kuma 支持哪些平台?
Uptime Kuma 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uptime Kuma?
由 Mortada Sarheed(@msarheed)开发并维护,当前版本 v1.0.0。
推荐 Skills