CtrlK
BlogDocsLog inGet started
Tessl Logo

send_file

通过微信向指定联系人发送文件。当用户提到微信发文件、微信传文件、微信机器人传文件时使用。

SKILL.md
Quality
Evals
Security

send_file Skill

发送文件给指定联系人

功能描述

通过微信自动化,向指定联系人发送一个文件。

所属分类

office/skills/wechat/send_file/

调用方式

from office.skills.wechat import send_file

send_file(who='文件传输助手', file='./test.txt')

参数说明

参数类型必填默认值说明
whostr-接收文件的联系人名称
filestr-要发送的文件路径

返回值

None

使用示例

from office.skills.wechat import send_file
send_file(who='文件传输助手', file='./report.pdf')

原始函数

office.api.wechat.send_file

Repository
CoderWanFeng/python-office
Last updated
First committed

Is this your skill?

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.