Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @mrnsmh Updated 7/21/2026 1,022 downloads 0 stars Security: Pass

Nexus Safe OpenClaw Plugin & Skill | ClawHub

Looking to integrate Nexus Safe into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

# Skill: Nexus-Safe (V1.3.0) Autonomous local System Reliability Agent for OpenClaw. ## 🛡️ Privacy & Security Policy - **Runtime Privacy**: Strictly 100% local. No metrics, logs, or system data ever leave your server. No outbound network calls are performed by the script. - **Setup Notice**: An internet connection is required **only during initial setup** to install the `psutil` dependency via `pip`. - **Safe-by-default**: Recovery actions are locked until explicitly enabled. ## 📋 Capabilities - **/nexus-safe status** : Real-time system health (CPU, RAM, Disk, Load). - **/nexus-safe logs <service>** : Diagnostic log retrieval (Docker/PM2). - **/nexus-safe recover <service>** : Policy-controlled service restart. ## ⚙️ Logic & Enforcement - **Allowlist Required**: Restarts only work for services in `NEXUS_SAFE_ALLOWED_DOCKER/PM2`. - **Logs-First Policy**: The tool blocks recovery if logs haven't been reviewed within the last 5 minutes. - **Rate Limiting**: Sliding window protection (Max 3 restarts per hour). ## 🚀 Installation 1. `pip install psutil` 2. Ensure `docker` and `pm2` are installed and in your PATH.

Install

ClawHub CLI
openclaw skills install @mrnsmh/nexus-safe
Node.js (npx)
npx clawhub@latest install nexus-safe

Full SKILL.md

Open original

SKILL.md content below is scrollable.

Skill: Nexus-Safe (V1.3.0)

Autonomous local System Reliability Agent for OpenClaw.

🛡️ Privacy & Security Policy

  • Runtime Privacy: Strictly 100% local. No metrics, logs, or system data ever leave your server. No outbound network calls are performed by the script.
  • Setup Notice: An internet connection is required only during initial setup to install the psutil dependency via pip.
  • Safe-by-default: Recovery actions are locked until explicitly enabled.

📋 Capabilities

  • /nexus-safe status : Real-time system health (CPU, RAM, Disk, Load).
  • /nexus-safe logs <service> : Diagnostic log retrieval (Docker/PM2).
  • /nexus-safe recover <service> : Policy-controlled service restart.

⚙️ Logic & Enforcement

  • Allowlist Required: Restarts only work for services in NEXUS_SAFE_ALLOWED_DOCKER/PM2.
  • Logs-First Policy: The tool blocks recovery if logs haven't been reviewed within the last 5 minutes.
  • Rate Limiting: Sliding window protection (Max 3 restarts per hour).

🚀 Installation

  1. pip install psutil
  2. Ensure docker and pm2 are installed and in your PATH.
ClawHub Registry URL: https://clawhub.ai/mrnsmh/skills/nexus-safe

Related skills

If this matches your use case, these are close alternatives in the same category.