{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-ops-elvatis",
    "name": "OpenClaw Ops",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/homeofe/openclaw-ops-elvatis",
    "canonicalUrl": "https://clawhub.ai/homeofe/openclaw-ops-elvatis",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-ops-elvatis",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-ops-elvatis",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "INTEGRATION-GUIDE.md",
      "OPERATIONAL-COMMAND-BOARD.md",
      "README.md",
      "RELEASE.md",
      "SKILL.md",
      "extensions/config-commands.test.ts"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/openclaw-ops-elvatis"
    },
    "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/openclaw-ops-elvatis",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-ops-elvatis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-ops-elvatis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-ops-elvatis/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": "OpenClaw Ops (Elvatis)",
        "body": "Operational tooling for OpenClaw deployments: dashboards, monitoring, config validation, safe restarts, and deployment management."
      },
      {
        "title": "Config Commands (config-commands.ts)",
        "body": "Validate and inspect OpenClaw configuration files. Ensures valid JSON, detects legacy keys, and guards against broken configs reaching production."
      },
      {
        "title": "Observer Commands (observer-commands.ts)",
        "body": "Monitor gateway health, track plugin status, and surface operational metrics for running OpenClaw instances."
      },
      {
        "title": "Phase 1 Commands (phase1-commands.ts)",
        "body": "Core operational commands for day-to-day management: status checks, restart orchestration, and deployment health verification."
      },
      {
        "title": "Skills Commands (skills-commands.ts)",
        "body": "Manage installed skills: list, inspect, and verify skill integrity across the workspace."
      },
      {
        "title": "Legacy Commands (legacy-commands.ts)",
        "body": "Backward-compatible command support for older OpenClaw configurations during migration periods."
      },
      {
        "title": "Config Validation (openclaw-config-validate.py)",
        "body": "Validates openclaw.json against known schema rules — checks for valid JSON, forbidden legacy keys (e.g. plugins.paths), and verifies a golden master config exists."
      },
      {
        "title": "Safe Restart (openclaw-safe-restart.sh)",
        "body": "Backup → validate → restart → restore-on-failure workflow. Prevents broken configs from taking down the gateway."
      },
      {
        "title": "GitHub Privacy Scanning",
        "body": "Automated scanning of repos for accidentally committed private files (MEMORY.md, TODO.md, HEARTBEAT.md, .env). Runs via daily cron."
      },
      {
        "title": "Issue Triage (triage_labels.py)",
        "body": "Automated GitHub issue labeling and triage for openclaw-* repositories."
      },
      {
        "title": "Installation",
        "body": "Install via ClawHub:\n\nclawhub install openclaw-ops-elvatis"
      }
    ],
    "body": "OpenClaw Ops (Elvatis)\n\nOperational tooling for OpenClaw deployments: dashboards, monitoring, config validation, safe restarts, and deployment management.\n\nExtension Commands\nConfig Commands (config-commands.ts)\n\nValidate and inspect OpenClaw configuration files. Ensures valid JSON, detects legacy keys, and guards against broken configs reaching production.\n\nObserver Commands (observer-commands.ts)\n\nMonitor gateway health, track plugin status, and surface operational metrics for running OpenClaw instances.\n\nPhase 1 Commands (phase1-commands.ts)\n\nCore operational commands for day-to-day management: status checks, restart orchestration, and deployment health verification.\n\nSkills Commands (skills-commands.ts)\n\nManage installed skills: list, inspect, and verify skill integrity across the workspace.\n\nLegacy Commands (legacy-commands.ts)\n\nBackward-compatible command support for older OpenClaw configurations during migration periods.\n\nScripts\nConfig Validation (openclaw-config-validate.py)\n\nValidates openclaw.json against known schema rules — checks for valid JSON, forbidden legacy keys (e.g. plugins.paths), and verifies a golden master config exists.\n\nSafe Restart (openclaw-safe-restart.sh)\n\nBackup → validate → restart → restore-on-failure workflow. Prevents broken configs from taking down the gateway.\n\nGitHub Privacy Scanning\n\nAutomated scanning of repos for accidentally committed private files (MEMORY.md, TODO.md, HEARTBEAT.md, .env). Runs via daily cron.\n\nIssue Triage (triage_labels.py)\n\nAutomated GitHub issue labeling and triage for openclaw-* repositories.\n\nInstallation\n\nInstall via ClawHub:\n\nclawhub install openclaw-ops-elvatis"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/homeofe/openclaw-ops-elvatis",
    "publisherUrl": "https://clawhub.ai/homeofe/openclaw-ops-elvatis",
    "owner": "homeofe",
    "version": "0.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-ops-elvatis",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-ops-elvatis",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-ops-elvatis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-ops-elvatis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-ops-elvatis/agent.md"
  }
}