WeCom文件发送

# WeCom 文件发送技能

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "WeCom文件发送" with this command: npx skills add chongjie-ran/wecom-file-sender

WeCom 文件发送技能

创建时间: 2026-03-18 适用于: 企业微信 (WeCom)

技能描述

将本地文件通过企业微信发送给用户的功能封装。通过此技能,可以将本地文件(如文档、图片、视频、语音等)发送给用户。

触发词

  • "发送文件给我"
  • "传输文件"
  • "发送XX文件"
  • "把这个文件发给我"
  • "文件发给我"

使用方法

1. 文件路径

文件存放在以下目录:

  • 主工作目录: ~/.openclaw/workspace/
  • 公司业务目录: ~/.openclaw/workspace/memory/companywork/
  • 抖音内容: ~/.openclaw/workspace/memory/douyin-videos/

2. 发送指令

在回复中单独一行使用 MEDIA: 指令,后面跟文件的本地路径。

格式:

MEDIA: /文件的绝对路径

示例:

MEDIA: ~/.openclaw/workspace/memory/companywork/会议纪要.md
MEDIA: ~/openclaw/workspace/test.pdf

3. 文件大小限制

类型限制
图片≤10MB
视频≤10MB
语音≤2MB (仅支持AMR格式)
文件≤20MB

超过限制会被自动转为文件格式发送。

4. 查找文件

使用 ls 命令查找文件:

ls -la ~/.openclaw/workspace/memory/companywork/

注意事项

  • MEDIA: 必须在行首,后面紧跟文件路径
  • 路径中包含空格时用反引号包裹
  • 每个文件单独一行 MEDIA: 指令
  • 可以附带文字说明

示例

用户请求: "把XX会议纪要发给我"

处理步骤:

  1. 查找文件: ls ~/.openclaw/workspace/memory/companywork/ | grep 关键词
  2. 确认文件路径
  3. 发送文件:
MEDIA: ~/.openclaw/workspace/memory/companywork/XX会议纪要.md

此技能封装了企业微信文件发送功能,方便快速将本地文件分享给用户

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Wechat Sendmedia

send images and files to a wechat conversation through openclaw's wechat channel. use when the user asks to send a local image, send a screenshot, send a dow...

Registry SourceRecently Updated
990Profile unavailable
General

Webhook Notify

通用Webhook通知工具,支持钉钉、企业微信、飞书、Slack、Discord、Teams、Telegram、自定义HTTP等多种平台。提供统一接口、自动平台识别、配置管理、模板系统、重试机制等高级功能。适用于告警通知、自动化触发、系统监控、CI/CD通知等场景。

Registry SourceRecently Updated
2981Profile unavailable
General

WhatsApp Image Send

Send images, videos, audio, or documents via WhatsApp by downloading, copying to workspace, sending, and cleaning up temporary files.

Registry SourceRecently Updated
6840Profile unavailable
General

LinkedIn Post Generator

Generate high-quality LinkedIn posts locally from a short prompt, topic, or outline. Use when the user asks to draft, rewrite, or improve a LinkedIn post, he...

Registry SourceRecently Updated
761Profile unavailable