{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gateway-monitor-auto-restart",
    "name": "Gateway Monitor Auto Restart",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/shirley6692026/gateway-monitor-auto-restart",
    "canonicalUrl": "https://clawhub.ai/shirley6692026/gateway-monitor-auto-restart",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gateway-monitor-auto-restart",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gateway-monitor-auto-restart",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "gateway_monitor.sh",
      "package.json",
      "setup.sh"
    ],
    "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",
      "slug": "gateway-monitor-auto-restart",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T06:26:18.090Z",
      "expiresAt": "2026-05-06T06:26:18.090Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gateway-monitor-auto-restart",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gateway-monitor-auto-restart",
        "contentDisposition": "attachment; filename=\"gateway-monitor-auto-restart-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gateway-monitor-auto-restart"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gateway-monitor-auto-restart"
    },
    "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/gateway-monitor-auto-restart",
    "agentPageUrl": "https://openagent3.xyz/skills/gateway-monitor-auto-restart/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gateway-monitor-auto-restart/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gateway-monitor-auto-restart/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": "Gateway Monitor Auto-Restart Skill",
        "body": "Automatically monitors the OpenClaw gateway status and restarts it if it becomes unresponsive. Features 3-hour checks, smart restart logic, issue diagnosis, and 7-day log rotation."
      },
      {
        "title": "Description",
        "body": "This skill provides comprehensive monitoring for the OpenClaw gateway with automatic restart capabilities. It includes:\n\nHealth checks every 3 hours\nSmart restart mechanism when gateway is down\nIssue diagnosis when startup fails\n7-day log rotation system\nFast recovery system that prioritizes quick gateway restart"
      },
      {
        "title": "Features",
        "body": "Automatic Monitoring: Checks gateway status every 3 hours\nSmart Restart: Restarts gateway when it becomes unresponsive\nIssue Diagnosis: Identifies and reports startup issues\nFast Recovery: Prioritizes quick gateway restart\nLog Management: Maintains logs with 7-day rotation\nError Handling: Gracefully handles \"already running\" errors"
      },
      {
        "title": "Usage",
        "body": "The skill automatically sets up a cron job that runs the monitoring script every 3 hours. The monitoring system will:\n\nCheck if the gateway is responsive\nIf unresponsive, attempt to restart it\nIf restart fails, diagnose the issue\nLog all activities with timestamp\nRotate logs older than 7 days"
      },
      {
        "title": "Requirements",
        "body": "OpenClaw gateway installed and configured\nProper permissions to manage gateway service\nCron access for scheduling checks"
      },
      {
        "title": "Configuration",
        "body": "No additional configuration required. The skill automatically installs the monitoring system with optimal settings."
      }
    ],
    "body": "Gateway Monitor Auto-Restart Skill\n\nAutomatically monitors the OpenClaw gateway status and restarts it if it becomes unresponsive. Features 3-hour checks, smart restart logic, issue diagnosis, and 7-day log rotation.\n\nDescription\n\nThis skill provides comprehensive monitoring for the OpenClaw gateway with automatic restart capabilities. It includes:\n\nHealth checks every 3 hours\nSmart restart mechanism when gateway is down\nIssue diagnosis when startup fails\n7-day log rotation system\nFast recovery system that prioritizes quick gateway restart\nFeatures\nAutomatic Monitoring: Checks gateway status every 3 hours\nSmart Restart: Restarts gateway when it becomes unresponsive\nIssue Diagnosis: Identifies and reports startup issues\nFast Recovery: Prioritizes quick gateway restart\nLog Management: Maintains logs with 7-day rotation\nError Handling: Gracefully handles \"already running\" errors\nUsage\n\nThe skill automatically sets up a cron job that runs the monitoring script every 3 hours. The monitoring system will:\n\nCheck if the gateway is responsive\nIf unresponsive, attempt to restart it\nIf restart fails, diagnose the issue\nLog all activities with timestamp\nRotate logs older than 7 days\nRequirements\nOpenClaw gateway installed and configured\nProper permissions to manage gateway service\nCron access for scheduling checks\nConfiguration\n\nNo additional configuration required. The skill automatically installs the monitoring system with optimal settings."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/shirley6692026/gateway-monitor-auto-restart",
    "publisherUrl": "https://clawhub.ai/shirley6692026/gateway-monitor-auto-restart",
    "owner": "shirley6692026",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gateway-monitor-auto-restart",
    "downloadUrl": "https://openagent3.xyz/downloads/gateway-monitor-auto-restart",
    "agentUrl": "https://openagent3.xyz/skills/gateway-monitor-auto-restart/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gateway-monitor-auto-restart/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gateway-monitor-auto-restart/agent.md"
  }
}