wecom-msg

Query chat lists, fetch messages, and send text messages via wecom_mcp.

1|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-msg-polaris-dxz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-msg
Source: https://github.com/polaris-dxz/xclaw/tree/main/apps/desktop/openclaw-runtime/config/extensions/wecom-openclaw-plugin/skills/wecom-msg
Command: npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-msg-polaris-dxz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enterprises using WeCom often struggle to quickly view conversations, retrieve message histories, and send texts at scale. This skill provides an automated interface to query chat lists, fetch messages, and send text messages via the wecom_mcp tool.

Core Features & Use Cases

  • Chat discovery: fetch conversation lists within a time window with pagination.
  • Message retrieval: pull messages for a given chat, within a defined range, with support for grouping and single chats.
  • Message sending: send text messages to individuals or groups, with safeguards and confirmation flows.

Quick Start

Tell it to fetch the latest messages for a contact and send a note.

Frequently Asked Questions about wecom-msg

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

FAQPage Schema
How do I automate sending text messages to WeCom group chats?

You can automate sending WeCom text messages by using an enterprise chat API interface to dispatch texts to individuals or groups. This process includes built-in safeguards and confirmation flows to ensure safe messaging operations within the WeCom ecosystem.

How do I fetch WeCom chat history for a specific time range?

To fetch WeCom chat history, you query conversation lists and pull messages for a given chat within a defined time range. This message retrieval supports pagination and handles chat_type distinctions between single and group chats.

What is the best way to retrieve conversation lists from enterprise WeCom?

Retrieving enterprise WeCom conversation lists is best achieved through an automated chat discovery interface that fetches conversations within a specified time window. This method supports pagination to efficiently manage and audit large volumes of recent chats.

Can I use this to pull messages from both single and group WeCom chats?

Yes, you can pull messages from both single and group WeCom chats. The message retrieval process explicitly handles chat_type filtering, allowing you to accurately review conversation history regardless of whether the chat is an individual or group session.