wecom-msg

List WeCom chats, fetch messages, and send text via API.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-msg-qiue-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-msg
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/extensions/wecom/skills/wecom-msg
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-msg-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enterprise WeCom message management often requires coordinating session listing, message retrieval, and message sending across multiple chats. This skill centralizes those tasks to streamline viewing conversations, pulling message histories, and sending texts to contacts or groups.

Core Features & Use Cases

  • Query chat lists within a recent time window to identify active conversations
  • Retrieve messages from a specified time range across single or group chats (text, image, file, voice, video)
  • Obtain local file paths for multimedia attachments via get_msg_media
  • Send textual messages to a specific chat (single or group)

Quick Start

Directly tell the assistant the conversations to inspect, the messages to fetch, and the text to send to the target recipient; the system will handle the end-to-end workflow.

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 message history for a specific time range?

To retrieve WeCom message history, you can fetch messages from specified time ranges across single or group chats, covering text, image, file, voice, and video formats. The skill orchestrates message retrieval by applying time-range constraints to pull targeted conversations.

Can I send text messages to enterprise WeCom groups automatically?

Yes, you can send textual messages to specific enterprise WeCom chats, including both single contacts and groups. The messaging workflow sends targeted texts directly to the specified chat session using the send_message interface.

How do I get local file paths for WeCom multimedia attachments like images and videos?

You obtain local file paths for WeCom multimedia attachments via the get_msg_media interface. This safely handles non-text content, allowing you to access and download media files like images, files, voice notes, and videos from message histories.

What is the best way to view active WeCom conversations from a recent time window?

The best way to view active WeCom conversations is by querying chat lists within a recent time window. This identifies active sessions and lets customer support agents or knowledge workers review recent conversations before pulling detailed message histories.

Does WeCom message retrieval support non-text content like voice and video files?

Yes, WeCom message retrieval supports non-text content including images, files, voice notes, and videos. The skill safely handles these multimedia formats by retrieving message histories and obtaining local file paths through dedicated media interfaces.