wecom-send-media

Send local media files to WeCom users via absolute file paths and MEDIA directive.

452|71|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-send-media-wecomteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-send-media
Source: https://github.com/WecomTeam/wecom-openclaw-plugin/tree/main/skills/wecom-send-media
Command: npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-send-media-wecomteam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables sending local media files (images, videos, audio, and other documents) directly to users through WeCom channels, eliminating the need to attach files manually from chat interfaces.

Core Features & Use Cases

  • Send local media by using a MEDIA: directive with the absolute path to the file on the host.
  • Automatically identify the appropriate message type (image, video, voice, or file) and enforce size and format constraints.
  • Use cases include sharing product visuals, training media, or miscellaneous documents during conversations in WeCom.

Quick Start

Place the absolute path of the local file after MEDIA: on its own line to send it to the user through WeCom.

Frequently Asked Questions about wecom-send-media

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

FAQPage Schema
How do I send local media files to users through WeCom channels?

To send local media files through WeCom channels, you use a MEDIA: directive followed by the absolute path to the file on your host, which automatically identifies the message type and delivers it to the user.

What types of local files can I share via WeCom chat automation?

You can share local images, videos, audio, and other document files via WeCom chat automation, provided the files adhere to the enforced size and format constraints for each specific media type.

Does the WeCom media sender automatically recognize image and video formats?

Yes, the WeCom media sender automatically identifies the appropriate message type, such as image, video, voice, or file, based on the local file path provided to ensure correct delivery formatting.

How do I format the MEDIA directive to deliver a local file in WeCom?

To format the MEDIA directive for local file delivery in WeCom, place the absolute path of the host file immediately after MEDIA: on its own line to trigger the automated send process.

Are there file size or format limitations when pushing media to WeCom users?

Yes, when pushing media to WeCom users, the automation enforces specific size and format constraints for images, videos, audio, and files to ensure successful delivery through the WeCom channels.

Can I use this approach to send training documents during a WeCom conversation?

Yes, you can send training documents and product visuals during WeCom conversations by referencing the absolute local file path with the MEDIA: directive, eliminating manual chat interface attachments.