Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →通过微信向指定联系人发送文件。当用户提到微信发文件、微信传文件、微信机器人传文件时使用。
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-18 | ✗→✓ | ▲ Improved | -74% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -70% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -66% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -57% | 0% |
> 发送文件给指定联系人
通过微信自动化,向指定联系人发送一个文件。
office/skills/wechat/send_file/
pythonfrom skills.wechat import send_file send_file(who='文件传输助手', file='./test.txt')
| 参数 | 类型 | 必填 | 默认值 | 说明 | |------|------|------|--------|------| | who | str | 是 | - | 接收文件的联系人名称 | | file | str | 是 | - | 要发送的文件路径 |
None
pythonfrom skills.wechat import send_file send_file(who='文件传输助手', file='./report.pdf')
office.api.wechat.send_file
Other measured skills in the registry, with their headline benchmark lift.