{
  "schemaVersion": "1.0",
  "item": {
    "slug": "close-loop",
    "name": "Close Loop",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/clarezoe/close-loop",
    "canonicalUrl": "https://clawhub.ai/clarezoe/close-loop",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/close-loop",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=close-loop",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "assets/templates/wrap-report-template.md",
      "components/01-design-principles.md",
      "components/02-phase-1-ship-state.md",
      "components/03-phase-2-memory.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",
      "slug": "close-loop",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T17:10:07.004Z",
      "expiresAt": "2026-05-07T17:10:07.004Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=close-loop",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=close-loop",
        "contentDisposition": "attachment; filename=\"close-loop-2.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "close-loop"
      },
      "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/close-loop"
    },
    "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/close-loop",
    "agentPageUrl": "https://openagent3.xyz/skills/close-loop/agent",
    "manifestUrl": "https://openagent3.xyz/skills/close-loop/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/close-loop/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": "Close Loop",
        "body": "Use this skill when the user says \"wrap up\", \"close session\", \"end session\", \"close out this task\", or invokes /wrap-up.\n\nRun four phases in order and return one consolidated inline report."
      },
      {
        "title": "Modular structure",
        "body": "This skill is split into components for maintainability:\n\ncomponents/01-design-principles.md\ncomponents/02-phase-1-ship-state.md\ncomponents/03-phase-2-memory.md\ncomponents/04-phase-3-4-and-output.md\n\nFollow these components in order."
      },
      {
        "title": "Quick run order",
        "body": "Apply execution policy and action gates (01-design-principles.md)\nExecute Ship State (02-phase-1-ship-state.md)\nConsolidate Memory (03-phase-2-memory.md)\nRun improvements + publish queue + output contract (04-phase-3-4-and-output.md)"
      },
      {
        "title": "Required output",
        "body": "Return:\n\nArtifact A: human-readable report sections exactly as defined in component 04\nArtifact B: machine-readable JSON block exactly as defined in component 04"
      },
      {
        "title": "Resources",
        "body": "references/memory-frameworks.md\nassets/templates/wrap-report-template.md"
      }
    ],
    "body": "Close Loop\n\nUse this skill when the user says \"wrap up\", \"close session\", \"end session\", \"close out this task\", or invokes /wrap-up.\n\nRun four phases in order and return one consolidated inline report.\n\nModular structure\n\nThis skill is split into components for maintainability:\n\ncomponents/01-design-principles.md\ncomponents/02-phase-1-ship-state.md\ncomponents/03-phase-2-memory.md\ncomponents/04-phase-3-4-and-output.md\n\nFollow these components in order.\n\nQuick run order\nApply execution policy and action gates (01-design-principles.md)\nExecute Ship State (02-phase-1-ship-state.md)\nConsolidate Memory (03-phase-2-memory.md)\nRun improvements + publish queue + output contract (04-phase-3-4-and-output.md)\nRequired output\n\nReturn:\n\nArtifact A: human-readable report sections exactly as defined in component 04\nArtifact B: machine-readable JSON block exactly as defined in component 04\nResources\nreferences/memory-frameworks.md\nassets/templates/wrap-report-template.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/clarezoe/close-loop",
    "publisherUrl": "https://clawhub.ai/clarezoe/close-loop",
    "owner": "clarezoe",
    "version": "2.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/close-loop",
    "downloadUrl": "https://openagent3.xyz/downloads/close-loop",
    "agentUrl": "https://openagent3.xyz/skills/close-loop/agent",
    "manifestUrl": "https://openagent3.xyz/skills/close-loop/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/close-loop/agent.md"
  }
}