wecom-msg

Query and send WeCom chat messages via the local wecom_mcp tool.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill wecom-msg-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-msg
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/extensions/wecom-openclaw-plugin/skills/wecom-msg
Command: npx skills add https://github.com/bluegitter/QClaw --skill wecom-msg-bluegitter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines access to enterprise WeCom chat data and messaging by wrapping the wecom_mcp tool into conversational workflows, eliminating manual API calls and tedious message lookups.

Core Features & Use Cases

  • Retrieve recent chat lists within a specified time range with pagination and last-message metadata.
  • Pull message history (within the 7-day limit) and present messages with userid→username mapping for readable transcripts.
  • Send text messages to single users or group chats with a confirmation step and report send results.
  • Use Case: Support agents or auditors can quickly list recent conversations, fetch chat logs for a specific person or group, and send follow-up replies after confirmation.

Quick Start

Show my chats from the last 7 days and fetch recent messages with 张三, then confirm before sending a reply.

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 for a specific user?

Retrieve WeCom chat history by querying message logs within a seven-day window using the wecom_mcp tool. The Skill pulls chat history and maps userids to readable usernames to present clear, readable transcripts for support or auditing.

Can I send enterprise WeCom messages through a local MCP tool?

Yes, you can send enterprise WeCom messages through the local wecom_mcp tool. It supports sending text messages to single users or group chats, but requires explicit user confirmation before executing any send operation.

Does the WeCom MCP tool require whitelisting before use?

Yes, the WeCom MCP tool must be whitelisted and available in your environment before use. It requires JSON-parameterized calls, time-range validation, and pagination handling to properly manage chat data retrieval and messaging workflows.

What is the time limit for pulling WeCom message history?

The time limit for pulling WeCom message history is a seven-day window. You can retrieve recent chat lists within a specified time range, complete with pagination and last-message metadata for efficient conversation browsing.

How do I list recent WeCom conversations for support auditing?

List recent WeCom conversations by retrieving chat lists within a specified time range. The Skill provides pagination and last-message metadata, allowing support agents and auditors to quickly browse and fetch relevant chat logs.