{
  "id": "openclaw-dc-plugin",
  "name": "TapTap DC",
  "description": "面向 OpenClaw 的 TapTap DC 插件。请使用 openclaw plugins install 安装，不要直接 npm install；如需重启 Gateway，应先通过飞书或其他通信插件通知用户。",
  "version": "0.1.17",
  "enabledByDefault": true,
  "skills": ["./skills"],
  "configSchema": {
    "type": "object",
    "properties": {
      "environment": {
        "type": "string",
        "description": "TapTap 环境，支持 production 或 rnd。",
        "enum": ["production", "rnd"],
        "default": "production"
      },
      "workspaceRoot": {
        "type": "string",
        "description": "可选的工作区根目录，会传给内嵌 TapTap 运行时。"
      },
      "cacheDir": {
        "type": "string",
        "description": "可选的缓存目录覆盖配置。"
      },
      "tempDir": {
        "type": "string",
        "description": "可选的临时目录覆盖配置。"
      },
      "logRoot": {
        "type": "string",
        "description": "可选的日志根目录覆盖配置。"
      },
      "verbose": {
        "type": "boolean",
        "description": "是否为内嵌 TapTap 运行时开启详细日志。",
        "default": false
      }
    },
    "additionalProperties": false
  }
}
