SkillHub

wecom-agent-message

v1.0.0

使用配置的企业凭证,通过企业微信应用向指定用户发送文本、图片或文件消息。

Sourced from ClawHub, Authored by yogurtliu

Installation

Please help me install the skill `wecom-agent-message` from SkillHub official store. npx skills add yogurtliu/wecom-agent-message

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