{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-manager",
    "name": "Openclaw Manager",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/hollaugo/openclaw-manager",
    "canonicalUrl": "https://clawhub.ai/hollaugo/openclaw-manager",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-manager",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-manager",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml",
      "references/openclaw-doc-map.md",
      "references/openclaw-integrations-playbook.md",
      "references/openclaw-mode-matrix.md",
      "references/openclaw-ops-ledger-schema.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. 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. 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-manager"
    },
    "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-manager",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-manager/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "Build and operate OpenClaw with production-safe defaults across both local and hosted environments. This skill is optimized for operators with limited platform expertise and enforces hard security gates before rollout completion.\n\nPrimary references:\n\nDocs map: references/openclaw-doc-map.md\nSecurity gates checklist: references/openclaw-security-checklist.md\nMode matrix: references/openclaw-mode-matrix.md\nOS matrix: references/openclaw-os-matrix.md\nIntegrations playbook: references/openclaw-integrations-playbook.md\nOps ledger schema: references/openclaw-ops-ledger-schema.md\n\nAutomation helpers:\n\nscripts/plan_openclaw_rollout.py\nscripts/validate_openclaw_env.py\nscripts/update_openclaw_ops_ledger.py\n\nDefault ops ledger path:\n\n./openclaw-manager-operations-ledger.md (or operator specified)"
      },
      {
        "title": "Hard-Stop Rules (Never Bypass)",
        "body": "Stop and block deployment/install progression if any condition is true:\n\nRequired secrets profile fails validation.\nSecurity checklist mandatory gates are not all passing.\nRollback path is not documented and owned.\nOps ledger was not updated for the current phase.\nPublic exposure requested without auth boundary and token controls."
      },
      {
        "title": "1) Intake and Scope Lock",
        "body": "Collect and confirm:\n\nmode: local or hosted\nprovider: local, fly, render, railway, hetzner, gcp\nos: macos, linux, windows-wsl2\nchannels: subset of telegram, discord, slack\nintegrations: subset of email, calendar\nenvironment: dev, staging, prod\nexposure: private or public\n\nBefore proceeding, write a scope_lock ledger entry:\n\npython3 scripts/update_openclaw_ops_ledger.py \\\n  --ledger-file ./openclaw-manager-operations-ledger.md \\\n  --event scope_lock \\\n  --operator codex \\\n  --mode hosted \\\n  --provider fly \\\n  --os linux \\\n  --environment prod \\\n  --secrets-profile hosted-fly \\\n  --channels telegram,slack \\\n  --integrations email,calendar \\\n  --security-status pending \\\n  --rollback-tested no \\\n  --blocking-issues \"none\" \\\n  --next-owner operator \\\n  --next-action-date 2026-02-20"
      },
      {
        "title": "2) Generate a Decision-Complete Plan",
        "body": "Always generate a plan first:\n\npython3 scripts/plan_openclaw_rollout.py \\\n  --mode hosted \\\n  --provider fly \\\n  --os linux \\\n  --channels telegram,slack \\\n  --integrations email,calendar \\\n  --environment prod \\\n  --exposure public \\\n  --ledger-file ./openclaw-manager-operations-ledger.md \\\n  --output /tmp/openclaw-rollout.md\n\nThe plan output is the execution contract. Do not skip sections."
      },
      {
        "title": "3) Validate Secrets and Config Profile Before Any Infra Change",
        "body": "Validate environment using profile-aware gates:\n\npython3 scripts/validate_openclaw_env.py \\\n  --env-file .env \\\n  --profile hosted-fly \\\n  --json\n\nValidation enforces:\n\nrequired keys by profile\nrequired provider/model alternatives\nmalformed and duplicate env keys\nplaceholder values\nweak gateway/setup tokens\nlegacy alias warnings\n\nWrite a predeploy_validation ledger entry immediately after validation."
      },
      {
        "title": "4) Execute Mode Branch",
        "body": "Branch A: Local install (mode=local)\n\nUse official install/onboarding docs for local setup.\nApply OS-specific commands from references/openclaw-os-matrix.md.\nValidate startup, persistence path, and local auth boundaries.\nIf local public exposure is requested, apply gateway hardening gates from security checklist first.\n\nBranch B: Hosted clone + deploy (mode=hosted)\n\nClone the selected OpenClaw source repo.\nFollow provider playbook from references/openclaw-doc-map.md.\nConfigure persistent storage before production traffic.\nConfigure ingress/auth, secrets, and health checks.\nVerify runtime logs for startup/auth errors and secret leakage.\n\nWrite a deploy_complete ledger entry once deployment/install is complete."
      },
      {
        "title": "5) Configure Channels and Integrations Safely",
        "body": "For each selected channel/integration:\n\ninject credentials via secret manager/env only\nrun a minimal smoke test\nverify auth boundaries and error logging safety\n\nTrack each item as:\n\nconfigured\npending_credentials\nblocked\n\nUse references/openclaw-integrations-playbook.md for email/calendar specifics."
      },
      {
        "title": "6) Agent + Memory Baseline",
        "body": "Document and validate:\n\nmemory persistence strategy\nretention expectations\nrestart and recovery behavior\nagent behavior boundaries\n\nUpdate ledger with operational baseline decisions."
      },
      {
        "title": "7) Mandatory Security Gate",
        "body": "Run references/openclaw-security-checklist.md and produce pass/fail per gate.\n\nNo go-live if any mandatory gate fails.\n\nWrite a security_gate ledger entry with explicit blockers (if any)."
      },
      {
        "title": "8) Handover and Incident Readiness",
        "body": "Produce:\n\nprovider status summary\nchannel + integration matrix\nsecurity gate table\nrollback and escalation ownership\nfollow-up actions by risk order\n\nWrite handover ledger entry. For incidents/troubleshooting, append incident entries as events happen."
      },
      {
        "title": "Output Contract",
        "body": "Always return:\n\nMode/provider/OS/environment status summary\nSecurity gate results (hard pass/fail)\nChannel + integration matrix\nAgent + memory configuration summary\nOps ledger update confirmation (event names written)\nFollow-up actions ordered by risk"
      }
    ],
    "body": "OpenClaw Manager\nOverview\n\nBuild and operate OpenClaw with production-safe defaults across both local and hosted environments. This skill is optimized for operators with limited platform expertise and enforces hard security gates before rollout completion.\n\nPrimary references:\n\nDocs map: references/openclaw-doc-map.md\nSecurity gates checklist: references/openclaw-security-checklist.md\nMode matrix: references/openclaw-mode-matrix.md\nOS matrix: references/openclaw-os-matrix.md\nIntegrations playbook: references/openclaw-integrations-playbook.md\nOps ledger schema: references/openclaw-ops-ledger-schema.md\n\nAutomation helpers:\n\nscripts/plan_openclaw_rollout.py\nscripts/validate_openclaw_env.py\nscripts/update_openclaw_ops_ledger.py\n\nDefault ops ledger path:\n\n./openclaw-manager-operations-ledger.md (or operator specified)\nHard-Stop Rules (Never Bypass)\n\nStop and block deployment/install progression if any condition is true:\n\nRequired secrets profile fails validation.\nSecurity checklist mandatory gates are not all passing.\nRollback path is not documented and owned.\nOps ledger was not updated for the current phase.\nPublic exposure requested without auth boundary and token controls.\nWorkflow\n1) Intake and Scope Lock\n\nCollect and confirm:\n\nmode: local or hosted\nprovider: local, fly, render, railway, hetzner, gcp\nos: macos, linux, windows-wsl2\nchannels: subset of telegram, discord, slack\nintegrations: subset of email, calendar\nenvironment: dev, staging, prod\nexposure: private or public\n\nBefore proceeding, write a scope_lock ledger entry:\n\npython3 scripts/update_openclaw_ops_ledger.py \\\n  --ledger-file ./openclaw-manager-operations-ledger.md \\\n  --event scope_lock \\\n  --operator codex \\\n  --mode hosted \\\n  --provider fly \\\n  --os linux \\\n  --environment prod \\\n  --secrets-profile hosted-fly \\\n  --channels telegram,slack \\\n  --integrations email,calendar \\\n  --security-status pending \\\n  --rollback-tested no \\\n  --blocking-issues \"none\" \\\n  --next-owner operator \\\n  --next-action-date 2026-02-20\n\n2) Generate a Decision-Complete Plan\n\nAlways generate a plan first:\n\npython3 scripts/plan_openclaw_rollout.py \\\n  --mode hosted \\\n  --provider fly \\\n  --os linux \\\n  --channels telegram,slack \\\n  --integrations email,calendar \\\n  --environment prod \\\n  --exposure public \\\n  --ledger-file ./openclaw-manager-operations-ledger.md \\\n  --output /tmp/openclaw-rollout.md\n\n\nThe plan output is the execution contract. Do not skip sections.\n\n3) Validate Secrets and Config Profile Before Any Infra Change\n\nValidate environment using profile-aware gates:\n\npython3 scripts/validate_openclaw_env.py \\\n  --env-file .env \\\n  --profile hosted-fly \\\n  --json\n\n\nValidation enforces:\n\nrequired keys by profile\nrequired provider/model alternatives\nmalformed and duplicate env keys\nplaceholder values\nweak gateway/setup tokens\nlegacy alias warnings\n\nWrite a predeploy_validation ledger entry immediately after validation.\n\n4) Execute Mode Branch\nBranch A: Local install (mode=local)\nUse official install/onboarding docs for local setup.\nApply OS-specific commands from references/openclaw-os-matrix.md.\nValidate startup, persistence path, and local auth boundaries.\nIf local public exposure is requested, apply gateway hardening gates from security checklist first.\nBranch B: Hosted clone + deploy (mode=hosted)\nClone the selected OpenClaw source repo.\nFollow provider playbook from references/openclaw-doc-map.md.\nConfigure persistent storage before production traffic.\nConfigure ingress/auth, secrets, and health checks.\nVerify runtime logs for startup/auth errors and secret leakage.\n\nWrite a deploy_complete ledger entry once deployment/install is complete.\n\n5) Configure Channels and Integrations Safely\n\nFor each selected channel/integration:\n\ninject credentials via secret manager/env only\nrun a minimal smoke test\nverify auth boundaries and error logging safety\n\nTrack each item as:\n\nconfigured\npending_credentials\nblocked\n\nUse references/openclaw-integrations-playbook.md for email/calendar specifics.\n\n6) Agent + Memory Baseline\n\nDocument and validate:\n\nmemory persistence strategy\nretention expectations\nrestart and recovery behavior\nagent behavior boundaries\n\nUpdate ledger with operational baseline decisions.\n\n7) Mandatory Security Gate\n\nRun references/openclaw-security-checklist.md and produce pass/fail per gate.\n\nNo go-live if any mandatory gate fails.\n\nWrite a security_gate ledger entry with explicit blockers (if any).\n\n8) Handover and Incident Readiness\n\nProduce:\n\nprovider status summary\nchannel + integration matrix\nsecurity gate table\nrollback and escalation ownership\nfollow-up actions by risk order\n\nWrite handover ledger entry. For incidents/troubleshooting, append incident entries as events happen.\n\nOutput Contract\n\nAlways return:\n\nMode/provider/OS/environment status summary\nSecurity gate results (hard pass/fail)\nChannel + integration matrix\nAgent + memory configuration summary\nOps ledger update confirmation (event names written)\nFollow-up actions ordered by risk"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/hollaugo/openclaw-manager",
    "publisherUrl": "https://clawhub.ai/hollaugo/openclaw-manager",
    "owner": "hollaugo",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-manager",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-manager",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-manager/agent.md"
  }
}