← 返回 Skills 市场
mrnsmh

superviser ressources

作者 Marouane · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
512
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install supervisorclaw
功能描述
Superviseur automatique surveillant CPU, RAM, Docker, et sites, avec redémarrage automatique des services en panne.
安全使用建议
Do not install this as-is. Ask the author for: (1) source/origin and reason for the three hardcoded external targets (why monitor those domains by default); (2) an explanation or implementation of the restart/auto-heal behavior (what exact commands will be run, required privileges, and safeguards); (3) a declared list of dependencies (requests, psutil) and required binaries (docker), or an install spec; (4) removal of hardcoded third‑party endpoints or a way for the user to configure monitored targets. If you must test it, run it in a sandboxed environment with minimal privileges and network access restricted, and review any restart actions before allowing the agent to execute them autonomously.
功能分析
Type: OpenClaw Skill Name: supervisorclaw Version: 1.0.0 The `monitor.py` script itself is benign, performing system resource and service health checks using `psutil`, `requests`, and `subprocess` to run hardcoded `docker ps` commands. However, the `SKILL.md` describes a `/supervisor restart <nom>` command. While the `monitor.py` does not implement this restart functionality, the skill's design implies the agent will execute commands based on user input. This, combined with the use of `subprocess` in `monitor.py` for system commands, creates a high potential for a shell injection vulnerability if the `restart` command were implemented without proper input sanitization, making the skill suspicious due to this significant RCE risk.
能力评估
Purpose & Capability
The skill description and SKILL.md promise periodic scanning every 5 minutes and automatic restart ('auto-guérison', '/supervisor restart'), but monitor.py only runs a single status snapshot (resources, HTTP checks, docker ps) and contains no scheduling or restart logic. The code also probes three hardcoded external domains unrelated to the user's host, which is unexpected for a local supervisor.
Instruction Scope
SKILL.md instructs the agent to scan every 5 minutes and attempt auto-healing. Those are high-privilege actions (restarting services/containers) but there are no concrete, scoped commands or safeguards in the instructions or code. The agent would be given broad discretion to perform restarts without prescriptions of which commands to run, required privileges, or rollback behavior.
Install Mechanism
There is no install spec. The code imports third-party Python packages (requests, psutil) and calls the 'docker' CLI but the skill declares no dependencies or required binaries. That mismatch will cause runtime errors or hide implicit installation/privilege requirements.
Credentials
No environment variables or credentials are requested (ok), but the code performs outbound HTTP GETs to three hardcoded external domains (aiflowhub.online, prospectx.aiflowhub.online, marocpromo.insightops.online). A supervisor for a user's server would normally check local services or user-configured targets — contacting specific third-party sites by default is unexpected and should be justified by the author.
Persistence & Privilege
The skill is not marked 'always' and does not request persistent system modifications in the package. It doesn't modify other skills' configs. However, its claimed auto-healing behavior would require elevated privileges at runtime; that is not requested or described in the manifest.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install supervisorclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /supervisorclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Supervisor skill. - Autonomous server monitoring and resource management. - Commands: show full system status, restart specific services. - Automated health checks every 5 minutes with self-healing for failed sites or stopped containers.
元数据
Slug supervisorclaw
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

superviser ressources 是什么?

Superviseur automatique surveillant CPU, RAM, Docker, et sites, avec redémarrage automatique des services en panne. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 512 次。

如何安装 superviser ressources?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install supervisorclaw」即可一键安装,无需额外配置。

superviser ressources 是免费的吗?

是的,superviser ressources 完全免费(开源免费),可自由下载、安装和使用。

superviser ressources 支持哪些平台?

superviser ressources 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 superviser ressources?

由 Marouane(@mrnsmh)开发并维护,当前版本 v1.0.0。

💬 留言讨论