{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-wecom-channel",
    "name": "OpenClaw WeCom Channel",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/darrryZ/openclaw-wecom-channel",
    "canonicalUrl": "https://clawhub.ai/darrryZ/openclaw-wecom-channel",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-wecom-channel",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-wecom-channel",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "index.ts",
      "openclaw.plugin.json",
      "package.json",
      "src/accounts.ts"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/openclaw-wecom-channel"
    },
    "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/openclaw-wecom-channel",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-wecom-channel/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-wecom-channel/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-wecom-channel/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenClaw 企业微信 Channel 插件",
        "body": "企业微信 (WeCom/WxWork) 消息通道插件，让 OpenClaw AI Agent 通过企业微信收发消息，与 Telegram、Discord、Signal 等并列为原生 Channel。"
      },
      {
        "title": "功能",
        "body": "📩 接收消息 — 企业微信用户发送文本，Agent 自动回复\n📤 主动推送 — Agent 通过企业微信 API 主动发送消息\n🔐 消息加解密 — 完整实现企业微信 AES-256-CBC 消息加解密（WXBizMsgCrypt 标准）\n🔑 Token 管理 — access_token 自动缓存 + 提前 5 分钟刷新\n🛡️ 访问控制 — open / pairing / allowlist 三种策略\n⚡ 智能回复 — 5 秒内被动回复，超时自动降级为主动推送"
      },
      {
        "title": "前置条件",
        "body": "OpenClaw 已安装并运行\n企业微信管理员权限（创建自建应用）\n公网可达的回调 URL（推荐 Cloudflare Tunnel）"
      },
      {
        "title": "1. 安装插件",
        "body": "# 克隆到 OpenClaw extensions 目录\ngit clone https://github.com/darrryZ/openclaw-wecom-channel.git ~/.openclaw/extensions/wecom"
      },
      {
        "title": "2. 配置 OpenClaw",
        "body": "编辑 ~/.openclaw/openclaw.json：\n\n{\n  \"channels\": {\n    \"wecom\": {\n      \"enabled\": true,\n      \"corpId\": \"你的企业ID\",\n      \"agentId\": 1000003,\n      \"secret\": \"应用Secret\",\n      \"token\": \"回调Token\",\n      \"encodingAESKey\": \"回调EncodingAESKey\",\n      \"port\": 18800,\n      \"dmPolicy\": \"open\"\n    }\n  },\n  \"plugins\": {\n    \"entries\": {\n      \"wecom\": { \"enabled\": true }\n    }\n  }\n}"
      },
      {
        "title": "3. 配置公网回调（Cloudflare Tunnel）",
        "body": "cloudflared tunnel create wecom-tunnel\ncloudflared tunnel route dns wecom-tunnel wecom.yourdomain.com\ncloudflared tunnel run --edge-ip-version 4 --url http://localhost:18800 wecom-tunnel\n\n企业微信后台回调 URL 设置为：https://wecom.yourdomain.com/wecom/callback"
      },
      {
        "title": "4. 重启 Gateway",
        "body": "openclaw gateway restart"
      },
      {
        "title": "详细文档",
        "body": "完整的配置指南、企业微信后台设置步骤、故障排查请参考 README.md。"
      },
      {
        "title": "链接",
        "body": "GitHub: https://github.com/darrryZ/openclaw-wecom-channel\nOpenClaw: https://github.com/openclaw/openclaw\n企业微信开发文档: https://developer.work.weixin.qq.com/document/"
      }
    ],
    "body": "OpenClaw 企业微信 Channel 插件\n\n企业微信 (WeCom/WxWork) 消息通道插件，让 OpenClaw AI Agent 通过企业微信收发消息，与 Telegram、Discord、Signal 等并列为原生 Channel。\n\n功能\n📩 接收消息 — 企业微信用户发送文本，Agent 自动回复\n📤 主动推送 — Agent 通过企业微信 API 主动发送消息\n🔐 消息加解密 — 完整实现企业微信 AES-256-CBC 消息加解密（WXBizMsgCrypt 标准）\n🔑 Token 管理 — access_token 自动缓存 + 提前 5 分钟刷新\n🛡️ 访问控制 — open / pairing / allowlist 三种策略\n⚡ 智能回复 — 5 秒内被动回复，超时自动降级为主动推送\n前置条件\nOpenClaw 已安装并运行\n企业微信管理员权限（创建自建应用）\n公网可达的回调 URL（推荐 Cloudflare Tunnel）\n快速开始\n1. 安装插件\n# 克隆到 OpenClaw extensions 目录\ngit clone https://github.com/darrryZ/openclaw-wecom-channel.git ~/.openclaw/extensions/wecom\n\n2. 配置 OpenClaw\n\n编辑 ~/.openclaw/openclaw.json：\n\n{\n  \"channels\": {\n    \"wecom\": {\n      \"enabled\": true,\n      \"corpId\": \"你的企业ID\",\n      \"agentId\": 1000003,\n      \"secret\": \"应用Secret\",\n      \"token\": \"回调Token\",\n      \"encodingAESKey\": \"回调EncodingAESKey\",\n      \"port\": 18800,\n      \"dmPolicy\": \"open\"\n    }\n  },\n  \"plugins\": {\n    \"entries\": {\n      \"wecom\": { \"enabled\": true }\n    }\n  }\n}\n\n3. 配置公网回调（Cloudflare Tunnel）\ncloudflared tunnel create wecom-tunnel\ncloudflared tunnel route dns wecom-tunnel wecom.yourdomain.com\ncloudflared tunnel run --edge-ip-version 4 --url http://localhost:18800 wecom-tunnel\n\n\n企业微信后台回调 URL 设置为：https://wecom.yourdomain.com/wecom/callback\n\n4. 重启 Gateway\nopenclaw gateway restart\n\n详细文档\n\n完整的配置指南、企业微信后台设置步骤、故障排查请参考 README.md。\n\n链接\nGitHub: https://github.com/darrryZ/openclaw-wecom-channel\nOpenClaw: https://github.com/openclaw/openclaw\n企业微信开发文档: https://developer.work.weixin.qq.com/document/"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/darrryZ/openclaw-wecom-channel",
    "publisherUrl": "https://clawhub.ai/darrryZ/openclaw-wecom-channel",
    "owner": "darrryZ",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-wecom-channel",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-wecom-channel",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-wecom-channel/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-wecom-channel/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-wecom-channel/agent.md"
  }
}