Back to Registry View Author Profile
Official Verified
Nexus Safe
Skill by mrnsmh
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrnsmh/nexus-safeOr
Skill: Nexus-Safe (V1.4) - AI-Orchestrated SRE
This skill turns the Agent into an autonomous Site Reliability Engineer. It provides raw system access, but the decision-making logic is driven by the Agent's reasoning.
🧠 AI Integration
The Agent should consult AGENT_BRAIN.md to learn the diagnostic protocols. This ensures that restarts are notProcedural, but Logical.
🛡️ Security Policies
- Logs-First: The
restartcommand is blocked unlesslogswere read in the last 5 minutes. - Allowlist: Only services in
NEXUS_SAFE_ALLOWED_DOCKER/PM2can be touched. - Rate Limiting: Hard-coded max restarts per hour.
🚀 Usage
- /nexus-safe status : Get system vitals.
- /nexus-safe logs <service> : Required step before any recovery.
- /nexus-safe recover <service> : Trigger a restart after diagnostic.
⚙️ Environment Configuration
NEXUS_SAFE_ALLOW_RESTARTS: "true"NEXUS_SAFE_ALLOWED_DOCKER: "container1,container2"NEXUS_SAFE_ALLOWED_PM2: "app1"
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mrnsmh-nexus-safe": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.