{
  "schemaVersion": "1.0",
  "item": {
    "slug": "jasper-configguard",
    "name": "Jasper ConfigGuard",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/emberDesire/jasper-configguard",
    "canonicalUrl": "https://clawhub.ai/emberDesire/jasper-configguard",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/jasper-configguard",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jasper-configguard",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "cli/configguard.js",
      "package.json",
      "src/index.js",
      "test/configguard.test.js"
    ],
    "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/jasper-configguard"
    },
    "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/jasper-configguard",
    "agentPageUrl": "https://openagent3.xyz/skills/jasper-configguard/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jasper-configguard/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jasper-configguard/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": "Jasper ConfigGuard v1.0.0",
        "body": "Safe config changes for OpenClaw with automatic rollback. Never brick your gateway again."
      },
      {
        "title": "Setup",
        "body": "npm install -g jasper-configguard"
      },
      {
        "title": "Apply a config change safely",
        "body": "jasper-configguard patch '{\"gateway\":{\"bind\":\"tailnet\"}}'\n\nThe tool will:\n\nBack up your current config\nApply the patch (deep merge)\nRestart the gateway\nWait for health check\nAuto-rollback if gateway fails"
      },
      {
        "title": "Preview changes",
        "body": "jasper-configguard patch --dry-run '{\"agents\":{\"defaults\":{\"model\":{\"primary\":\"opus\"}}}}'"
      },
      {
        "title": "Restore from backup",
        "body": "jasper-configguard restore"
      },
      {
        "title": "List backups",
        "body": "jasper-configguard list"
      },
      {
        "title": "Check health",
        "body": "jasper-configguard doctor"
      },
      {
        "title": "Agent Integration",
        "body": "Use from your agent to safely modify OpenClaw config:\n\n# Safe model switch\njasper-configguard patch '{\"agents\":{\"defaults\":{\"model\":{\"primary\":\"anthropic/claude-opus-4-5\"}}}}'\n\n# Enable a plugin safely\njasper-configguard patch '{\"plugins\":{\"entries\":{\"my-plugin\":{\"enabled\":true}}}}'\n\n# If something breaks, restore\njasper-configguard restore"
      },
      {
        "title": "API",
        "body": "const { ConfigGuard } = require('jasper-configguard');\nconst guard = new ConfigGuard();\n\n// Safe patch\nconst result = await guard.patch({ gateway: { bind: 'tailnet' } });\nif (!result.success) console.log('Rolled back:', result.error);\n\n// Dry run\nconst preview = guard.dryRun({ agents: { defaults: { model: { primary: 'opus' } } } });\nconsole.log(preview.diff);"
      }
    ],
    "body": "Jasper ConfigGuard v1.0.0\n\nSafe config changes for OpenClaw with automatic rollback. Never brick your gateway again.\n\nSetup\nnpm install -g jasper-configguard\n\nUsage\nApply a config change safely\njasper-configguard patch '{\"gateway\":{\"bind\":\"tailnet\"}}'\n\n\nThe tool will:\n\nBack up your current config\nApply the patch (deep merge)\nRestart the gateway\nWait for health check\nAuto-rollback if gateway fails\nPreview changes\njasper-configguard patch --dry-run '{\"agents\":{\"defaults\":{\"model\":{\"primary\":\"opus\"}}}}'\n\nRestore from backup\njasper-configguard restore\n\nList backups\njasper-configguard list\n\nCheck health\njasper-configguard doctor\n\nAgent Integration\n\nUse from your agent to safely modify OpenClaw config:\n\n# Safe model switch\njasper-configguard patch '{\"agents\":{\"defaults\":{\"model\":{\"primary\":\"anthropic/claude-opus-4-5\"}}}}'\n\n# Enable a plugin safely\njasper-configguard patch '{\"plugins\":{\"entries\":{\"my-plugin\":{\"enabled\":true}}}}'\n\n# If something breaks, restore\njasper-configguard restore\n\nAPI\nconst { ConfigGuard } = require('jasper-configguard');\nconst guard = new ConfigGuard();\n\n// Safe patch\nconst result = await guard.patch({ gateway: { bind: 'tailnet' } });\nif (!result.success) console.log('Rolled back:', result.error);\n\n// Dry run\nconst preview = guard.dryRun({ agents: { defaults: { model: { primary: 'opus' } } } });\nconsole.log(preview.diff);"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/emberDesire/jasper-configguard",
    "publisherUrl": "https://clawhub.ai/emberDesire/jasper-configguard",
    "owner": "emberDesire",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/jasper-configguard",
    "downloadUrl": "https://openagent3.xyz/downloads/jasper-configguard",
    "agentUrl": "https://openagent3.xyz/skills/jasper-configguard/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jasper-configguard/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jasper-configguard/agent.md"
  }
}