S

wechat_send_message_file

wechat_send_message_file

已认证
通讯 v1.0.0 · 小杨
下载 ZIP
📥 下载 312 次 📦 70.8KB 📅 2026-05-25

name: wechat_send_message_file

description: 向指定微信好友发送文字、图片或文件,支持自然语言解析联系人、文件名(自动补全桌面路径),精准点击文件图标,彻底解决路径转义问题。

examples:

  • 给张三发晚上好
  • 桌面有个报名照片.jpg,发给林燕
  • 把桌面的test.pdf发给李四
  • 来测试,桌面有个:报名照片.jpg,你把它发给林燕

parameters:

  • name: to_name

type: string

description: 微信好友昵称/备注

required: true

  • name: content

type: string

description: 要发送的文字内容,没有则为空

required: false

  • name: file_name

type: string

description: 要发送的文件完整路径(如 C:\Users\Administrator\Desktop\报名照片.jpg),需要大模型根据用户描述自行判断和填充

required: false

command: python wechat_send.py "{to_name}" "{content}" "{file_name}"

💡 安装方法

下载 ZIP 解压到 skills/ 目录即可使用