用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/TeamWiseFlow/xiaobei --skill proactive-send命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | proactive-send |
| description | 向 awada 客户主动发送消息。在 openclaw 消息处理循环之外直接 POST 到 relay 网关 outbound 端点,无需等待客户发起对话。 |
| metadata | {"openclaw":{"emoji":"📤"}} |
本技能让 sales-cs 在特定业务场景下主动向客户发送消息,而非等待客户发起对话。
proactive-send \
--user-id-external "<user_id_external>" \
--text "<消息内容>"
| 参数 | 必填 | 说明 |
|---|---|---|
--user-id-external | 是 | 客户的 awada 用户标识,来自对话上下文 Sender 块的 id 字段 |
--text | 是 | 发送给客户的消息文本 |
relayBaseUrl / ofbKey / platform / lane 自动从 ~/.openclaw/openclaw.json 的 channels.awada 读取。channel_id / tenant_id 固定为 "0"(私聊)。
1234-0),exit 0POST /api/v1/awada/outbound?lane= + X-OFB-Key header,不直连 Redis(契约见 docs/AWADA-CLIENT-TRANSPORT.md §3)