wecom-msg

Query session lists, retrieve messages, and send text messages via WeChat API.

33|13|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hashSTACS-Global/EnClaws --skill wecom-msg-hashstacs-global
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-msg
Source: https://github.com/hashSTACS-Global/EnClaws/tree/main/extensions/wecom-openclaw-plugin/skills/wecom-msg
Command: npx skills add https://github.com/hashSTACS-Global/EnClaws --skill wecom-msg-hashstacs-global

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wecom-mcp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of enterprise WeChat messages, enabling efficient querying, retrieval, and sending of messages, as well as handling multimedia files.

Core Features & Use Cases

  • Session List Query: Retrieve a list of conversations with message history.
  • Message Retrieval: Pull messages from specific sessions, supporting text, images, files, voice, and video.
  • Media File Access: Fetch multimedia files from messages.
  • Text Message Sending: Send text messages to individuals or groups.
  • Use Case: If you need to review message history, send a message to a colleague, or download a shared file, this Skill can help.

Quick Start

Use the wecom-msg skill to send a text message to the group 'Project Team': "Meeting at 3 PM today."

Frequently Asked Questions about wecom-msg

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

FAQPage Schema
How do I retrieve enterprise WeChat messages from a specific conversation?

To retrieve enterprise WeChat messages, you query the session list to find the conversation, then pull messages from that specific session. This supports text, images, files, voice, and video message types.

Can I send text messages to a group chat using the WeChat API?

Yes, you can send text messages to individuals or groups using the WeChat API. You simply specify the target recipient or group name, like 'Project Team', and provide the text content to deliver.

What do I need to set up before managing enterprise WeChat messages?

Managing enterprise WeChat messages requires WeChat API integration and user authentication. You also need the wecom-mcp dependency installed in your environment to handle the messaging operations.

Does WeChat message management support downloading multimedia files?

Yes, WeChat message management supports media file access. You can fetch multimedia files, including images, videos, and documents, directly from messages retrieved in your queried enterprise communication sessions.

What is the best way to review enterprise communication history in WeChat?

The best way to review enterprise communication history is to query the session list to retrieve conversations with message history. You then pull messages from specific sessions to access the full exchange including shared media.