{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-sacred-rules",
    "name": "OpenClaw Sacred Rules",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/jayrizz/openclaw-sacred-rules",
    "canonicalUrl": "https://clawhub.ai/jayrizz/openclaw-sacred-rules",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-sacred-rules",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-sacred-rules",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/recovery.md",
      "scripts/auth_checker.sh",
      "scripts/config_validator.py",
      "scripts/reset_cooldowns.sh",
      "scripts/safe_backup.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. 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-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/openclaw-sacred-rules"
    },
    "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-sacred-rules",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-sacred-rules/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-sacred-rules/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-sacred-rules/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": "OpenClaw Sacred Rules",
        "body": "The 8 Sacred Rules learned from production disasters. Never violate these rules."
      },
      {
        "title": "1. Verify Backups Before Confirming",
        "body": "# Always verify files exist and are valid\nls -la backup-file.json\npython3 -m json.tool backup-file.json > /dev/null"
      },
      {
        "title": "2. Never Edit openclaw.json Manually",
        "body": "Wrong: nano ~/.openclaw/openclaw.json\nRight: Use Python/CLI tools that handle JSON safely"
      },
      {
        "title": "3. Never Add Unverified Config Keys",
        "body": "Check official docs or ask before adding ANY new configuration keys."
      },
      {
        "title": "4. Never Enable Sandbox Without Backup",
        "body": "Sandbox mode can cascade auth failures. Always backup first and test in isolation."
      },
      {
        "title": "5. All Providers Failing = Config Issue",
        "body": "If multiple model providers fail simultaneously, suspect recent config changes, not provider outages."
      },
      {
        "title": "6. Prefix Auth Commands with Environment",
        "body": "source ~/.openclaw/.env && openclaw auth <command>"
      },
      {
        "title": "7. Anthropic 401 = Check auth-profiles.json",
        "body": "Don't read the file directly - use openclaw status or CLI tools."
      },
      {
        "title": "8. tool_use without tool_result = Reset Session",
        "body": "Corrupted sessions need /reset to recover."
      },
      {
        "title": "Safe Backup Script",
        "body": "Use the provided backup script instead of manual file copying:\n\nscripts/safe_backup.sh"
      },
      {
        "title": "Cooldown Reset Script",
        "body": "When experiencing \"all providers unavailable\" errors despite valid credentials, the in-memory cooldown state may be stale. Use:\n\nscripts/reset_cooldowns.sh\n\nThis clears expired cooldowns from auth-profiles.json.\n\nNote: This is a workaround for a bug where in-memory cooldown state doesn't refresh when file timestamps expire."
      },
      {
        "title": "Config Validation",
        "body": "Before applying config changes:\n\nscripts/config_validator.py ~/.openclaw/openclaw.json"
      },
      {
        "title": "Recovery Procedures",
        "body": "When you break a rule, see references/recovery.md for step-by-step recovery procedures."
      },
      {
        "title": "Auth Troubleshooting",
        "body": "For auth issues, use the safe checker:\n\nscripts/auth_checker.sh\n\nNever directly read auth-profiles.json - use the checker script instead."
      }
    ],
    "body": "OpenClaw Sacred Rules\n\nThe 8 Sacred Rules learned from production disasters. Never violate these rules.\n\nThe 8 Sacred Rules\n1. Verify Backups Before Confirming\n# Always verify files exist and are valid\nls -la backup-file.json\npython3 -m json.tool backup-file.json > /dev/null\n\n2. Never Edit openclaw.json Manually\n\nWrong: nano ~/.openclaw/openclaw.json\nRight: Use Python/CLI tools that handle JSON safely\n\n3. Never Add Unverified Config Keys\n\nCheck official docs or ask before adding ANY new configuration keys.\n\n4. Never Enable Sandbox Without Backup\n\nSandbox mode can cascade auth failures. Always backup first and test in isolation.\n\n5. All Providers Failing = Config Issue\n\nIf multiple model providers fail simultaneously, suspect recent config changes, not provider outages.\n\n6. Prefix Auth Commands with Environment\nsource ~/.openclaw/.env && openclaw auth <command>\n\n7. Anthropic 401 = Check auth-profiles.json\n\nDon't read the file directly - use openclaw status or CLI tools.\n\n8. tool_use without tool_result = Reset Session\n\nCorrupted sessions need /reset to recover.\n\nSafe Backup Script\n\nUse the provided backup script instead of manual file copying:\n\nscripts/safe_backup.sh\n\nCooldown Reset Script\n\nWhen experiencing \"all providers unavailable\" errors despite valid credentials, the in-memory cooldown state may be stale. Use:\n\nscripts/reset_cooldowns.sh\n\n\nThis clears expired cooldowns from auth-profiles.json.\n\nNote: This is a workaround for a bug where in-memory cooldown state doesn't refresh when file timestamps expire.\n\nConfig Validation\n\nBefore applying config changes:\n\nscripts/config_validator.py ~/.openclaw/openclaw.json\n\nRecovery Procedures\n\nWhen you break a rule, see references/recovery.md for step-by-step recovery procedures.\n\nAuth Troubleshooting\n\nFor auth issues, use the safe checker:\n\nscripts/auth_checker.sh\n\n\nNever directly read auth-profiles.json - use the checker script instead."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jayrizz/openclaw-sacred-rules",
    "publisherUrl": "https://clawhub.ai/jayrizz/openclaw-sacred-rules",
    "owner": "jayrizz",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-sacred-rules",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-sacred-rules",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-sacred-rules/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-sacred-rules/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-sacred-rules/agent.md"
  }
}