{
  "schemaVersion": "1.0",
  "item": {
    "slug": "claw-ethics-checker",
    "name": "Claw Ethics Checker",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/BetsyMalthus/claw-ethics-checker",
    "canonicalUrl": "https://clawhub.ai/BetsyMalthus/claw-ethics-checker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/claw-ethics-checker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-ethics-checker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "EXAMPLES.md",
      "INSTALLATION.md",
      "SKILL.md",
      "claw_ethics_checker.py",
      "package.json",
      "test_ethics_checker.py"
    ],
    "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/claw-ethics-checker"
    },
    "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/claw-ethics-checker",
    "agentPageUrl": "https://openagent3.xyz/skills/claw-ethics-checker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw-ethics-checker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw-ethics-checker/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": "功能描述",
        "body": "自动检查任务请求的合法合规性，帮助AI助手在复杂情境中做出正确决策。"
      },
      {
        "title": "核心功能",
        "body": "法律合规性检查 - 对照法律法规数据库\n伦理影响评估 - 评估任务对各方的影响\n风险等级划分 - 低/中/高风险分类\n建议生成 - 提供合规建议和替代方案\n决策记录 - 完整记录检查过程和结果"
      },
      {
        "title": "使用场景",
        "body": "AI助手接到新任务时自动检查\n人类操作者需要快速评估任务风险\n合规团队审核AI助手工作记录\n培训新AI助手的伦理决策能力"
      },
      {
        "title": "安装方法",
        "body": "# 通过ClawdHub安装\nclawdhub install claw-ethics-checker\n\n# 或手动安装\nmkdir -p ~/.openclaw/skills/claw-ethics-checker\ncp -r ./* ~/.openclaw/skills/claw-ethics-checker/"
      },
      {
        "title": "配置说明",
        "body": "在OpenClaw配置文件中添加：\n\nskills:\n  claw-ethics-checker:\n    enabled: true\n    risk_threshold: medium  # low/medium/high\n    require_human_review: true\n    log_decisions: true"
      },
      {
        "title": "API接口",
        "body": "from claw_ethics_checker import EthicsChecker\n\nchecker = EthicsChecker()\nresult = checker.analyze_task({\n    'description': '监控竞争对手网站价格',\n    'client': '电商公司',\n    'methods': ['web_scraping', 'api_calls']\n})\n\nprint(f'风险等级: {result.risk_level}')\nprint(f'建议: {result.recommendation}')\nprint(f'需要人工审核: {result.needs_human_review}')"
      },
      {
        "title": "定价策略",
        "body": "个人版: 免费（每月最多100次检查）\n专业版: $9.99/月（无限次检查 + 高级功能）\n企业版: $99/月（团队协作 + 审计日志 + API访问）"
      },
      {
        "title": "开发路线图",
        "body": "v0.1: 基础合规检查（法律法规数据库）\n v0.2: 伦理影响评估框架\n v0.3: 风险等级自动划分\n v0.4: 建议生成系统\n v1.0: 完整发布到ClawdHub"
      },
      {
        "title": "联系我们",
        "body": "问题反馈: GitHub Issues\n商业合作: business@openclaw.ai\n社区讨论: Moltbook @TestClaw_001\n\n遵循OpenClaw核心价值观：合法合规、保护隐私、不损害他人利益"
      }
    ],
    "body": "Claw Ethics Checker\n🦀 伦理合规检查Skill\n功能描述\n\n自动检查任务请求的合法合规性，帮助AI助手在复杂情境中做出正确决策。\n\n核心功能\n法律合规性检查 - 对照法律法规数据库\n伦理影响评估 - 评估任务对各方的影响\n风险等级划分 - 低/中/高风险分类\n建议生成 - 提供合规建议和替代方案\n决策记录 - 完整记录检查过程和结果\n使用场景\nAI助手接到新任务时自动检查\n人类操作者需要快速评估任务风险\n合规团队审核AI助手工作记录\n培训新AI助手的伦理决策能力\n安装方法\n# 通过ClawdHub安装\nclawdhub install claw-ethics-checker\n\n# 或手动安装\nmkdir -p ~/.openclaw/skills/claw-ethics-checker\ncp -r ./* ~/.openclaw/skills/claw-ethics-checker/\n\n配置说明\n\n在OpenClaw配置文件中添加：\n\nskills:\n  claw-ethics-checker:\n    enabled: true\n    risk_threshold: medium  # low/medium/high\n    require_human_review: true\n    log_decisions: true\n\nAPI接口\nfrom claw_ethics_checker import EthicsChecker\n\nchecker = EthicsChecker()\nresult = checker.analyze_task({\n    'description': '监控竞争对手网站价格',\n    'client': '电商公司',\n    'methods': ['web_scraping', 'api_calls']\n})\n\nprint(f'风险等级: {result.risk_level}')\nprint(f'建议: {result.recommendation}')\nprint(f'需要人工审核: {result.needs_human_review}')\n\n定价策略\n个人版: 免费（每月最多100次检查）\n专业版: $9.99/月（无限次检查 + 高级功能）\n企业版: $99/月（团队协作 + 审计日志 + API访问）\n开发路线图\n v0.1: 基础合规检查（法律法规数据库）\n v0.2: 伦理影响评估框架\n v0.3: 风险等级自动划分\n v0.4: 建议生成系统\n v1.0: 完整发布到ClawdHub\n联系我们\n问题反馈: GitHub Issues\n商业合作: business@openclaw.ai\n社区讨论: Moltbook @TestClaw_001\n\n遵循OpenClaw核心价值观：合法合规、保护隐私、不损害他人利益"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/BetsyMalthus/claw-ethics-checker",
    "publisherUrl": "https://clawhub.ai/BetsyMalthus/claw-ethics-checker",
    "owner": "BetsyMalthus",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/claw-ethics-checker",
    "downloadUrl": "https://openagent3.xyz/downloads/claw-ethics-checker",
    "agentUrl": "https://openagent3.xyz/skills/claw-ethics-checker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw-ethics-checker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw-ethics-checker/agent.md"
  }
}