wecom-send-media

Send local media files to users over WeCom via the MEDIA directive.

706|94|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-send-media
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-send-media
Source: https://github.com/sunnoy/openclaw-plugin-wecom/tree/main/skills/wecom-send-media
Command: npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-send-media

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

通过 MEDIA 指令向用户发送本地文件(图片、视频、语音等文件),在企业微信通道中实现高效的资源分发和交付,避免手动重复发送。

Core Features & Use Cases

  • 本地文件发送:通过 MEDIA: 指令将本地文件发送给用户,支持图片、音视频、语音等多种媒介。
  • 场景应用:当用户需要分享文档、演示素材或临时资源,或将生成的文件交付给用户时使用。
  • 使用示例:在一次对话中向用户发送示例图片以辅助说明。

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 files to users over WeCom chats?

You can send local files over WeCom chats using the MEDIA directive. Enter MEDIA: followed by the absolute path of the file you want to share.

What types of media can I send through the WeCom channel using the MEDIA directive?

The MEDIA directive supports sending images, videos, audio, and other local files through the WeCom channel for resource distribution and delivery.

Where are generated files stored when sending media to WeCom users?

Generated files are stored under the ~/.openclaw/workspace directory. You must provide absolute local paths in the MEDIA directive to successfully send files to WeCom users.

Are there file size or format limitations when sending attachments via WeCom?

Yes, the MEDIA directive documents specific file size and format limitations for WeCom media sending. Users should verify their local files meet these constraints before attempting delivery.

Can I use the MEDIA command to share temporary resources in a WeCom conversation?

Yes, the MEDIA command is designed for WeCom chat contexts where users need to share temporary resources, demo materials, or deliver generated files during a conversation.