Wecom Agent Message

企业微信应用消息

dvcrn Updated 32 repo stars

File contents

WeCom Agent Message - 企业微信应用消息发送

通过企业微信应用发送文本、图片、文件到指定用户。

配置

在 config.json 中设置:

{
  "corpid": "你的企业ID",
  "corpsecret": "应用Secret",
  "agentid": 1000004,
  "touser": "接收者用户ID"
}

使用

发送文本

wecom-send text "消息内容"

发送图片

wecom-send image /path/to/image.png

发送文件

wecom-send file /path/to/document.docx

依赖

  • curl
  • jq

dvcrn/openclaw-skills-marketplace/tree/main/plugins/yogurtliu--wecom-agent-message/skills/wecom-agent-message commit a569491383

Frequently asked questions

npx skillmds@latest add dvcrn/wecom-agent-message