CtrlK
BlogDocsLog inGet started
Tessl Logo

send_message_by_time

通过微信在指定时间向联系人发送定时消息。当用户提到定时发微信、微信定时消息、预约发微信时使用。

SKILL.md
Quality
Evals
Security

send_message_by_time Skill

在指定时间发送消息给指定联系人

功能描述

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

所属分类

office/skills/wechat/send_message_by_time/

调用方式

from office.skills.wechat import send_message_by_time

send_message_by_time(
    who='文件传输助手',
    message='该起床了',
    time='08:00:00'
)

参数说明

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

返回值

None

使用示例

from office.skills.wechat import send_message_by_time
send_message_by_time(who='文件传输助手', message='早安', time='08:00:00')

原始函数

office.api.wechat.send_message_by_time

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.