wecom-msg

Installation
SKILL.md

企业微信消息技能

wecom_mcp 是一个 MCP tool,所有操作通过调用该 tool 完成。

⚠️ 前置条件:首次调用 wecom_mcp 前,必须按 wecom-preflight 技能执行前置条件检查,确保工具已加入白名单。

通过 wecom_mcp call msg <接口名> '<json入参>' 与企业微信消息系统交互。


接口列表

get_msg_chat_list — 获取会话列表

使用 wecom_mcp tool 调用 wecom_mcp call msg get_msg_chat_list '{"begin_time": "2026-03-11 00:00:00", "end_time": "2026-03-17 23:59:59"}'

按时间范围查询有消息的会话列表,支持分页。参见 API 详情

get_messages — 拉取会话消息

Related skills
Installs
2
GitHub Stars
4
First Seen
Mar 21, 2026