Batch 11: arXiv Paper Reader + Custom Morning Brief + Event Guest Confirmation + Daily Reddit Digest
Sources: arXiv-Paper-Reader, Custom-Morning-Brief, Event-Guest-Confirmation, Daily-Reddit-Digest Entities: SuperCall, Twilio, reddit-readonly Overview: 4 new domain sections added
This commit is contained in:
36
wiki/entities/SuperCall.md
Normal file
36
wiki/entities/SuperCall.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
title: "SuperCall"
|
||||
type: entity
|
||||
tags: [openclaw-plugin, voice-ai, twilio]
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- 类型:OpenClaw 语音外呼插件
|
||||
- 安装:`openclaw plugins install @xonder/supercall`
|
||||
- GitHub:github.com/xonder/supercall
|
||||
- ClawHub:clawhub.ai/xonder/supercall
|
||||
|
||||
## 核心特性
|
||||
- 完全独立的语音 Agent,呼叫过程不访问 OpenClaw Gateway
|
||||
- 每通电话独立沙箱化上下文,不跨对话记忆,防止 Prompt 注入和数据泄露
|
||||
- OpenAI GPT-4o Realtime API 驱动对话
|
||||
- Twilio 提供电话拨号基础设施
|
||||
|
||||
## 使用场景
|
||||
- 活动宾客人列确认(Event Guest Confirmation 工作流)
|
||||
- 批量外呼调查问卷
|
||||
- 客户回访自动化
|
||||
|
||||
## 技术架构
|
||||
- 钩子(Hooks)需在 OpenClaw 配置中启用
|
||||
- ngrok 提供 Webhook 隧道(免费版可用)
|
||||
- 每次通话使用 Twilio 分钟数计费
|
||||
|
||||
## 相关概念
|
||||
- [[AI外呼确认]]
|
||||
- [[沙箱化 Persona]]
|
||||
- [[AI Persona]]
|
||||
|
||||
## 相关页面
|
||||
- [[Event Guest Confirmation]]
|
||||
|
||||
23
wiki/entities/Twilio.md
Normal file
23
wiki/entities/Twilio.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "Twilio"
|
||||
type: entity
|
||||
tags: [cloud-communication, voice-api, paas]
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- 类型:云通信平台即服务(CPaaS)
|
||||
- 用途:电话外呼、短信、视频、身份验证
|
||||
- 官网:twilio.com
|
||||
|
||||
## 与 SuperCall 的关系
|
||||
- Twilio 是 SuperCall 的底层电话拨号基础设施
|
||||
- 按分钟计费,大型宾客列表需设置适当限额
|
||||
|
||||
## API 能力
|
||||
- Outbound Voice API:程序化拨号
|
||||
- 语音通话费率因目的地国家/地区而异
|
||||
|
||||
## 相关页面
|
||||
- [[SuperCall]]
|
||||
- [[Event Guest Confirmation]]
|
||||
|
||||
28
wiki/entities/reddit-readonly.md
Normal file
28
wiki/entities/reddit-readonly.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "reddit-readonly"
|
||||
type: entity
|
||||
tags: [openclaw-plugin, reddit, content-aggregation]
|
||||
---
|
||||
|
||||
## 基本信息
|
||||
- 类型:OpenClaw ClawHub 插件
|
||||
- 安装:ClawHub 搜索 reddit-readonly
|
||||
- 作者:buksan1950
|
||||
- ClawHub:clawhub.ai/buksan1950/reddit-readonly
|
||||
|
||||
## 核心功能
|
||||
- 无需认证读取 Reddit 热门/New/Top 帖子
|
||||
- 支持指定多个 subreddit 批量获取
|
||||
- Read-only 约束:不支持发帖/投票/评论
|
||||
|
||||
## 与 Daily Reddit Digest 的关系
|
||||
- [[Daily Reddit Digest]] 的核心依赖工具
|
||||
- 提供内容抓取,AI 层负责过滤和个性化
|
||||
|
||||
## 相关概念
|
||||
- [[Reddit内容聚合]]
|
||||
- [[内容偏好记忆]]
|
||||
|
||||
## 相关页面
|
||||
- [[Daily Reddit Digest]]
|
||||
|
||||
Reference in New Issue
Block a user