{
  "schemaVersion": "1.0",
  "item": {
    "slug": "baseline-kit",
    "name": "Baseline Kit",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/mike007jd/baseline-kit",
    "canonicalUrl": "https://clawhub.ai/mike007jd/baseline-kit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/baseline-kit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=baseline-kit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "bin/baseline-kit.js",
      "fixtures/insecure-openclaw.json",
      "fixtures/secure-openclaw.json",
      "package.json",
      "src/index.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. 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/baseline-kit"
    },
    "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/baseline-kit",
    "agentPageUrl": "https://openagent3.xyz/skills/baseline-kit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/baseline-kit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/baseline-kit/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": "Baseline Kit",
        "body": "OpenClaw 安全配置基线生成器和审计工具。"
      },
      {
        "title": "功能",
        "body": "generate: 按场景生成安全配置模板\naudit: 审计现有配置的安全合规性"
      },
      {
        "title": "配置场景",
        "body": "场景特点development宽松限流(20次/分钟)，7天日志保留team中等限流(10次/分钟)，30天日志保留enterprise严格限流(5次/5分钟)，90天日志，含灾备airgapped仅本地回环，本地镜像源，180天日志"
      },
      {
        "title": "生成安全配置",
        "body": "# 生成企业级配置\nnode bin/baseline-kit.js generate --profile enterprise --out ./openclaw.secure.json\n\n# 生成开发环境配置\nnode bin/baseline-kit.js generate --profile development --out ./openclaw.dev.json"
      },
      {
        "title": "审计当前配置",
        "body": "# 表格输出\nnode bin/baseline-kit.js audit --config ~/.openclaw/openclaw.json --format table\n\n# JSON 输出\nnode bin/baseline-kit.js audit --config ./openclaw.secure.json --format json"
      },
      {
        "title": "审计检查项",
        "body": "NET_EXPOSURE: gateway.bind 是否仅限本地回环\nAUTH_RATE_LIMIT: 认证限流是否配置完整\nSOURCE_RESTRICTION: 技能来源限制是否过宽\nAUDIT_LOGGING: 审计日志是否启用\nBACKUP_HINT: 备份是否配置\nSECRET_HYGIENE: 配置中是否存在明文密钥"
      },
      {
        "title": "合规标签",
        "body": "每个发现项都标注了相关合规框架：SOC2、ISO27001、NIST CSF"
      }
    ],
    "body": "Baseline Kit\n\nOpenClaw 安全配置基线生成器和审计工具。\n\n功能\ngenerate: 按场景生成安全配置模板\naudit: 审计现有配置的安全合规性\n配置场景\n场景\t特点\ndevelopment\t宽松限流(20次/分钟)，7天日志保留\nteam\t中等限流(10次/分钟)，30天日志保留\nenterprise\t严格限流(5次/5分钟)，90天日志，含灾备\nairgapped\t仅本地回环，本地镜像源，180天日志\n用法\n生成安全配置\n# 生成企业级配置\nnode bin/baseline-kit.js generate --profile enterprise --out ./openclaw.secure.json\n\n# 生成开发环境配置\nnode bin/baseline-kit.js generate --profile development --out ./openclaw.dev.json\n\n审计当前配置\n# 表格输出\nnode bin/baseline-kit.js audit --config ~/.openclaw/openclaw.json --format table\n\n# JSON 输出\nnode bin/baseline-kit.js audit --config ./openclaw.secure.json --format json\n\n审计检查项\nNET_EXPOSURE: gateway.bind 是否仅限本地回环\nAUTH_RATE_LIMIT: 认证限流是否配置完整\nSOURCE_RESTRICTION: 技能来源限制是否过宽\nAUDIT_LOGGING: 审计日志是否启用\nBACKUP_HINT: 备份是否配置\nSECRET_HYGIENE: 配置中是否存在明文密钥\n合规标签\n\n每个发现项都标注了相关合规框架：SOC2、ISO27001、NIST CSF"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mike007jd/baseline-kit",
    "publisherUrl": "https://clawhub.ai/mike007jd/baseline-kit",
    "owner": "mike007jd",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/baseline-kit",
    "downloadUrl": "https://openagent3.xyz/downloads/baseline-kit",
    "agentUrl": "https://openagent3.xyz/skills/baseline-kit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/baseline-kit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/baseline-kit/agent.md"
  }
}