{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nexus-safe",
    "name": "Nexus Safe",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/mrnsmh/nexus-safe",
    "canonicalUrl": "https://clawhub.ai/mrnsmh/nexus-safe",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/nexus-safe",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nexus-safe",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "AGENT_BRAIN.md",
      "SKILL.md",
      "monitor.py",
      "_meta.json",
      "README.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/nexus-safe"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/nexus-safe",
    "agentPageUrl": "https://openagent3.xyz/skills/nexus-safe/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nexus-safe/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nexus-safe/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Skill: Nexus-Safe (V1.3.0)",
        "body": "Autonomous local System Reliability Agent for OpenClaw."
      },
      {
        "title": "🛡️ Privacy & Security Policy",
        "body": "Runtime Privacy: Strictly 100% local. No metrics, logs, or system data ever leave your server. No outbound network calls are performed by the script.\nSetup Notice: An internet connection is required only during initial setup to install the psutil dependency via pip.\nSafe-by-default: Recovery actions are locked until explicitly enabled."
      },
      {
        "title": "📋 Capabilities",
        "body": "/nexus-safe status : Real-time system health (CPU, RAM, Disk, Load).\n/nexus-safe logs <service> : Diagnostic log retrieval (Docker/PM2).\n/nexus-safe recover <service> : Policy-controlled service restart."
      },
      {
        "title": "⚙️ Logic & Enforcement",
        "body": "Allowlist Required: Restarts only work for services in NEXUS_SAFE_ALLOWED_DOCKER/PM2.\nLogs-First Policy: The tool blocks recovery if logs haven't been reviewed within the last 5 minutes.\nRate Limiting: Sliding window protection (Max 3 restarts per hour)."
      },
      {
        "title": "🚀 Installation",
        "body": "pip install psutil\nEnsure docker and pm2 are installed and in your PATH."
      }
    ],
    "body": "Skill: Nexus-Safe (V1.3.0)\n\nAutonomous local System Reliability Agent for OpenClaw.\n\n🛡️ Privacy & Security Policy\nRuntime Privacy: Strictly 100% local. No metrics, logs, or system data ever leave your server. No outbound network calls are performed by the script.\nSetup Notice: An internet connection is required only during initial setup to install the psutil dependency via pip.\nSafe-by-default: Recovery actions are locked until explicitly enabled.\n📋 Capabilities\n/nexus-safe status : Real-time system health (CPU, RAM, Disk, Load).\n/nexus-safe logs <service> : Diagnostic log retrieval (Docker/PM2).\n/nexus-safe recover <service> : Policy-controlled service restart.\n⚙️ Logic & Enforcement\nAllowlist Required: Restarts only work for services in NEXUS_SAFE_ALLOWED_DOCKER/PM2.\nLogs-First Policy: The tool blocks recovery if logs haven't been reviewed within the last 5 minutes.\nRate Limiting: Sliding window protection (Max 3 restarts per hour).\n🚀 Installation\npip install psutil\nEnsure docker and pm2 are installed and in your PATH."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mrnsmh/nexus-safe",
    "publisherUrl": "https://clawhub.ai/mrnsmh/nexus-safe",
    "owner": "mrnsmh",
    "version": "0.1.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nexus-safe",
    "downloadUrl": "https://openagent3.xyz/downloads/nexus-safe",
    "agentUrl": "https://openagent3.xyz/skills/nexus-safe/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nexus-safe/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nexus-safe/agent.md"
  }
}