keyue-call
通过百度 AIOB 的获取 Token 与实时任务接口创建外呼任务。适用于:立即拨打电话、定时提醒电话(例如 5 分钟后拨打)、以及需要把用户意图整理为 dialogVar.name、dialogVar.owner_name 和 dialogVar.user_intent 后再发起外呼的场景;也适合通过脚本自动化...
通过百度 AIOB 的获取 Token 与实时任务接口创建外呼任务。适用于:立即拨打电话、定时提醒电话(例如 5 分钟后拨打)、以及需要把用户意图整理为 dialogVar.name、dialogVar.owner_name 和 dialogVar.user_intent 后再发起外呼的场景;也适合通过脚本自动化...
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
用于稳定地创建“立即外呼”与“延时外呼”任务。
采用配置优先模式。
示例(拨打配置文件中的默认手机号):
python3 scripts/create_realtime_call.py --config config.json
示例(仅覆盖被叫手机号):
python3 scripts/create_realtime_call.py --config config.json --mobile "13333333333"
当用户表达“打电话给张三,告诉他下午三点开会”这类需求时:
示例:
python3 scripts/create_realtime_call.py \ --config config.json \ --mobile "13333333333" \ --name "张三" \ --user-intent "下午三点开会"
适用于:
变量提取建议:
使用 OpenClaw cron 进行一次性调度。
实现模式:
设置 --stop-date "yyyy-MM-dd HH:mm:ss",超过截止时间后 AIOB 不再继续拨打。
当用户直接说自然语言时,优先按 references/extraction-rules.md 解析,不要让用户自己组织 JSON。
推荐支持这类表达:
执行策略:
默认把外呼平台常用变量统一收敛到 dialogVar:
优先使用快捷参数:
如果确实需要额外变量,再使用 --dialog-var 传完整 JSON;当快捷参数和 --dialog-var 同时存在时,快捷参数优先覆盖同名字段。
当 dialogVar 中的字段值为空字符串时,脚本会自动清理;如果最终 name、owner_name 和 user_intent 都为空,则整个 dialogVar 不再上送。
如果本次外呼成功,但用户没有表达 name 和 user_intent,回复里可顺手提示一次更完整的用法,帮助用户学会这个能力。
推荐提示风格:
示例:
如果本次已经明确提供了 name 或 user_intent,就不要重复教育用户。
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.