通过微信向指定联系人发送文件。当用户提到微信发文件、微信传文件、微信机器人传文件时使用。
发送文件给指定联系人
通过微信自动化,向指定联系人发送一个文件。
office/skills/wechat/send_file/
from skills.wechat import send_file
send_file(who='文件传输助手', file='./test.txt')| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
who | str | 是 | - | 接收文件的联系人名称 |
file | str | 是 | - | 要发送的文件路径 |
None
from skills.wechat import send_file
send_file(who='文件传输助手', file='./report.pdf')office.api.wechat.send_file
dd6fe56
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.