CtrlK
BlogDocsLog inGet started
Tessl Logo

send_message

通过微信自动化向指定联系人发送消息。当用户提到微信发消息、微信机器人、给某人发微信时使用。

SKILL.md
Quality
Evals
Security

send_message Skill

发送消息给指定联系人

功能描述

通过微信自动化,向指定联系人发送一条消息。

所属分类

office/skills/wechat/send_message/

调用方式

from office.skills.wechat import send_message

send_message(who='文件传输助手', message='Hello, World!')

参数说明

参数类型必填默认值说明
whostr-接收消息的联系人名称
messagestr-要发送的消息内容

返回值

None

使用示例

from office.skills.wechat import send_message
send_message(who='文件传输助手', message='Hello, World!')

原始函数

office.api.wechat.send_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.