Wecom File Sender
Skill by chongjie-ran
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chongjie-ran/wecom-file-senderWhat This Skill Does
The WeCom File Sender skill is a specialized utility designed for OpenClaw AI agents to interface directly with the Enterprise WeChat (WeCom) environment. Its primary function is to securely transmit local files from the agent's designated workspace directories to a connected user. By leveraging a specific MEDIA: instruction, the agent can programmatically initiate file transfers for various media formats, including documents, images, videos, and specific voice files. It streamlines the workflow by allowing the agent to locate, verify, and dispatch files without manual intervention, effectively bridging the gap between local processing and professional communication tools.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/chongjie-ran/wecom-file-sender
Ensure that your OpenClaw environment has the necessary permissions to access the local workspace folders defined in the skill documentation, specifically the ~/.openclaw/workspace/ path structure.
Use Cases
- Office Productivity: Automatically sending generated meeting minutes, project reports, or business analysis documents stored in the company work directory directly to a manager or team lead.
- Content Management: Quickly retrieving and sharing assets like short videos or promotional images from the Douyin video library for rapid review or approval processes.
- On-Demand Information Delivery: Providing users with requested documentation, manuals, or research findings in a chat-based interface, eliminating the need for manual file transfers via email or external cloud storage.
Example Prompts
- "Could you send me the latest meeting minutes from the project folder?"
- "I need the draft for the Q1 analysis; please share it with me on WeCom."
- "Upload the recent video file from our content library to my chat."
Tips & Limitations
- File Restrictions: Be mindful of size limits: images and videos must be under 10MB, voice files (AMR format only) under 2MB, and general documents under 20MB. Over-sized files will be automatically treated as standard attachments.
- Syntax: Always place the
MEDIA:tag at the very beginning of a new line, followed by the absolute path to your file. If your file path contains spaces, ensure it is wrapped in backticks (`) to prevent path parsing errors. - File Discovery: Use the
lscommand to verify file names and paths within your workspace before triggering a send command to ensure accuracy.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chongjie-ran-wecom-file-sender": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api
Related Skills
minimax-pdf-ocr
使用 MiniMax Vision API 识别 PDF/图片中的文字
skill-generator
自然语言描述需求,AI自动生成可复用的Skill。用于:(1)根据需求创建新Skill (2)生成Skill结构 (3)批量生成Skill模板。触发词:创建skill、生成skill、做一个skill
wecom-file-detect
企业微信聊天文件获取 - 从 ~/.openclaw/media/inbound/ 目录检测和获取通过聊天传递的文件。 当用户提到获取文件、发送文件、附件等请求时激活。
douyin-automation
Puppeteer-based Douyin (TikTok China) video uploader. Automate login, upload and publish videos to Douyin Creator Platform using headless browser. 抖音视频自动化发布工具。Use when uploading video to Douyin, logging in to Douyin, or checking Douyin login status.
Kimi File Transfer
Skill by chongjie-ran