wecom-msg

Query WeCom chats, fetch messages, and send text messages via wecom-mcp.

706|94|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-msg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-msg
Source: https://github.com/sunnoy/openclaw-plugin-wecom/tree/main/skills/wecom-msg
Command: npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-msg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables programmatic access to WeCom messages, allowing users to list conversations, fetch chat history (text, image, file, voice, and video), retrieve media assets, and send text messages to individuals or groups, facilitating automated chat management and audit trails.

Core Features & Use Cases

  • Get chat lists within a time window to identify active conversations.
  • Retrieve messages for a specific chat with pagination and media support.
  • Send text messages to a user or a group as part of outbound workflows.
  • Use case: monitor recent activity, extract context, and respond to messages automatically.

Quick Start

Query WeCom chats to list recent conversations, pull messages for a selected chat, and optionally send a text response.

Frequently Asked Questions about wecom-msg

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

FAQPage Schema
How do I retrieve WeCom chat history programmatically?

You can retrieve WeCom chat history by querying chats within a specific time window and then fetching messages for a selected conversation with pagination support. This covers text, image, file, voice, and video messages.

Can I send text messages to WeCom groups via API?

Yes, you can send text messages to both individual users and group conversations through the WeCom messaging interface. Outbound text delivery is supported as part of automated chat workflows.

What types of media can I download from enterprise messaging chats?

Enterprise messaging media download supports retrieving image, file, voice, and video assets from chat history. Media access is integrated into the message retrieval process for comprehensive audit trails.

How do I list active WeCom conversations within a specific time period?

You can list active WeCom conversations by querying the chat list within a defined time window. This identifies recent conversations and allows you to select specific chats for further message retrieval.

Does this WeCom messaging integration require any specific permissions?

Yes, the WeCom messaging integration performs preflight checks for permissions before executing any chat or message operations. Clear error handling is provided for missing capabilities to ensure smooth operation.

Are there limitations when fetching enterprise messaging message history?

Message history retrieval supports pagination to handle large volumes, but relies entirely on the wecom-mcp interface. If the interface lacks specific capabilities, clear errors are returned to indicate missing functionality.