# Send Claw Ethics Checker to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/claw-ethics-checker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-ethics-checker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "EXAMPLES.md",
      "INSTALLATION.md",
      "SKILL.md",
      "claw_ethics_checker.py",
      "package.json",
      "test_ethics_checker.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "claw-ethics-checker",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T09:36:32.689Z",
      "expiresAt": "2026-05-07T09:36:32.689Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-ethics-checker",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-ethics-checker",
        "contentDisposition": "attachment; filename=\"claw-ethics-checker-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "claw-ethics-checker"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### 功能描述

自动检查任务请求的合法合规性，帮助AI助手在复杂情境中做出正确决策。

### 核心功能

法律合规性检查 - 对照法律法规数据库
伦理影响评估 - 评估任务对各方的影响
风险等级划分 - 低/中/高风险分类
建议生成 - 提供合规建议和替代方案
决策记录 - 完整记录检查过程和结果

### 使用场景

AI助手接到新任务时自动检查
人类操作者需要快速评估任务风险
合规团队审核AI助手工作记录
培训新AI助手的伦理决策能力

### 安装方法

# 通过ClawdHub安装
clawdhub install claw-ethics-checker

# 或手动安装
mkdir -p ~/.openclaw/skills/claw-ethics-checker
cp -r ./* ~/.openclaw/skills/claw-ethics-checker/

### 配置说明

在OpenClaw配置文件中添加：

skills:
  claw-ethics-checker:
    enabled: true
    risk_threshold: medium  # low/medium/high
    require_human_review: true
    log_decisions: true

### API接口

from claw_ethics_checker import EthicsChecker

checker = EthicsChecker()
result = checker.analyze_task({
    'description': '监控竞争对手网站价格',
    'client': '电商公司',
    'methods': ['web_scraping', 'api_calls']
})

print(f'风险等级: {result.risk_level}')
print(f'建议: {result.recommendation}')
print(f'需要人工审核: {result.needs_human_review}')

### 定价策略

个人版: 免费（每月最多100次检查）
专业版: $9.99/月（无限次检查 + 高级功能）
企业版: $99/月（团队协作 + 审计日志 + API访问）

### 开发路线图

v0.1: 基础合规检查（法律法规数据库）
 v0.2: 伦理影响评估框架
 v0.3: 风险等级自动划分
 v0.4: 建议生成系统
 v1.0: 完整发布到ClawdHub

### 联系我们

问题反馈: GitHub Issues
商业合作: business@openclaw.ai
社区讨论: Moltbook @TestClaw_001

遵循OpenClaw核心价值观：合法合规、保护隐私、不损害他人利益
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: BetsyMalthus
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T09:36:32.689Z
- Expires at: 2026-05-07T09:36:32.689Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/claw-ethics-checker)
- [Send to Agent page](https://openagent3.xyz/skills/claw-ethics-checker/agent)
- [JSON manifest](https://openagent3.xyz/skills/claw-ethics-checker/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/claw-ethics-checker/agent.md)
- [Download page](https://openagent3.xyz/downloads/claw-ethics-checker)