wecom-msg

Query WeCom chat histories and download multimedia messages via wecom_mcp.

452|71|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-msg-wecomteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-msg
Source: https://github.com/WecomTeam/wecom-openclaw-plugin/tree/main/skills/wecom-msg
Command: npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-msg-wecomteam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

企业微信消息技能提供便捷的会话查看、消息拉取和多媒体下载能力,帮助用户快速获取聊天记录、查看附件并便捷地发送回复。

Core Features & Use Cases

  • 查询会话列表并查看最近消息,支持分页
  • 拉取会话内的文本/图片/文件/语音/视频等多媒体消息
  • 获取并处理媒体文件的本地路径,并支持发送文本消息
  • 提供统一工作流:Bot/Agent 模式、预检、错误处理与日志
  • Use Case: 需要在团队内回顾最近沟通、下载关键附件、并向个人或群组发送消息时使用

Quick Start

Perform the preflight check with wecom-preflight, then begin by fetching chat lists with wecom_mcp.

Frequently Asked Questions about wecom-msg

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve and download WeCom chat history and media files?

To retrieve WeCom chat history, query recent conversation lists and fetch multimedia messages including text, images, files, voice, and video. The Skill processes local media file paths and supports pagination to download attachments for record-keeping.

Can I send text messages to individuals or groups in WeChat Work?

Yes, you can send text messages to individuals or groups in WeChat Work. The Skill provides bot interaction via wecom_mcp, allowing you to apply fetched chat context to send direct replies after running preflight checks.

What is the best way to automate WeCom messaging workflows?

The best way to automate WeCom messaging workflows is using the unified Bot or Agent mode. It applies preflight checks, robust error handling, and logging to sequentially query chats, pull messages, and send texts.

Does wecom-msg support downloading multimedia attachments from chat histories?

Yes, wecom-msg supports downloading multimedia attachments from chat histories. It retrieves and processes local file paths for images, files, voice notes, and videos, allowing you to save and access media for records or responses.

Do I need to run a preflight check before fetching chat lists with wecom_mcp?

Yes, you must run a preflight check using wecom-preflight before fetching chat lists with wecom_mcp. This verifies your environment setup and ensures robust error handling before you query conversations or pull messages.

Why does my WeCom message retrieval return incomplete chat histories?

WeCom message retrieval may return incomplete chat histories if pagination is not properly applied. The Skill supports paginated queries to fetch chat lists and pull multimedia messages sequentially, ensuring complete conversation records.