wecom-send-media

Send local media files to users over WeCom channels.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables sending local media files (images, videos, audio, and documents) straight to users over WeCom, eliminating manual attachment steps and ensuring timely delivery.

Core Features & Use Cases

  • Send local files as media messages over WeCom, including images, videos, audio, and documents.
  • Automatically format the message according to media type and channel requirements, ensuring proper display.
  • Use Case: share a locally stored image with a user in a WeCom conversation without leaving the chat.

Quick Start

在需要向用户发送本地文件时,使用 MEDIA 指令指定文件的绝对路径。

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 over WeCom channels?

Yes, WeCom channel integration supports delivering various local files including images, videos, audio, and documents. The media message is automatically formatted to ensure proper display according to the specific media type being sent.

What is the best way to share a local image in a WeCom chat without manual attachment?

To send local media over WeCom, you must use a MEDIA directive containing absolute local paths. Relative paths or manual chat interface attachments are not supported by this automated file delivery mechanism.

Do I need absolute file paths to deliver media through WeCom?

Yes, delivering media through WeCom requires absolute local paths specified within the MEDIA directive. This precise path requirement ensures the channel integration correctly locates and formats the local files for timely delivery.

When do I need to use a MEDIA directive for WeCom file delivery?

A MEDIA directive is required for WeCom file delivery when users request to view or share local media files. It applies specifically when sending images, videos, audio, or documents straight to users over WeCom channels.