文件预览

claw.json

查看 MerchantGuard 技能包中的文件内容。

文件内容

claw.json

{
  "name": "merchantguard",
  "version": "2.0.0",
  "description": "The compliance layer for the AI agent economy. GuardScore, Mystery Shopper, GuardScan, 14 AI coaches, PSP matching, alerts.",
  "author": "MerchantGuard",
  "homepage": "https://merchantguard.ai",
  "repository": "https://github.com/MerchantGuard/agent-skills",
  "license": "MIT",
  "tags": [
    "security",
    "compliance",
    "payments",
    "guardscore",
    "mystery-shopper",
    "guardscan",
    "vamp",
    "chargeback",
    "ai-agents",
    "certification"
  ],
  "dependencies": {
    "env": ["MERCHANTGUARD_API_KEY"],
    "binaries": ["python3", "curl"],
    "config": []
  },
  "entrypoint": "guard.py",
  "icon": "🛡️"
}