CtrlK
BlogDocsLog inGet started
Tessl Logo

receive_message

通过微信接收消息并保存到本地文件。当用户提到微信收消息、接收微信消息、微信消息保存时使用。

SKILL.md
Quality
Evals
Security

receive_message Skill

接收微信机器人消息并保存到指定路径

功能描述

通过微信自动化接收消息,并保存到指定文件中。

所属分类

office/skills/wechat/receive_message/

调用方式

from office.skills.wechat import receive_message

receive_message(
    who='文件传输助手',
    txt='userMessage.txt',
    output_path='./'
)

参数说明

参数类型必填默认值说明
whostr'文件传输助手'发送消息的微信联系人
txtstr'userMessage.txt'消息内容的文本文件名
output_pathstr'./'消息内容的保存路径

返回值

None:将消息保存到指定的文件和路径中

使用示例

from office.skills.wechat import receive_message
receive_message(who='文件传输助手', txt='messages.txt', output_path='./received/')

原始函数

office.api.wechat.receive_message

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.