企业微信应用消息 — 企業微信應用消息
v1.0.0通过配置的企业凭证,使用WeCom应用程序向指定用户发送文本、图片或文件消息。
0· 423·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install wecom-agent-message
镜像加速npx clawhub@latest install wecom-agent-message --registry https://cn.longxiaskill.com 镜像可用
技能文档
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、API、CLI 和 GitHub 不需要,仅依赖 curl 和 jq。 因此,翻译为: 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。