根据关键词与指定联系人聊天
通过微信自动化,根据关键词与指定联系人进行自动聊天。
office/skills/wechat/chat_by_keywords/
from office.skills.wechat import chat_by_keywords
chat_by_keywords(who='文件传输助手', keywords=['你好', '在吗'])| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
who | str | 是 | - | 进行聊天的联系人名称 |
keywords | list | 是 | - | 触发聊天的关键词列表 |
None
from office.skills.wechat import chat_by_keywords
chat_by_keywords(who='文件传输助手', keywords=['你好', 'hello', 'hi'])office.api.wechat.chat_by_keywords
2b1996b
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.