diff --git a/wiki/entities/ClawdTalk.md b/wiki/entities/ClawdTalk.md new file mode 100644 index 00000000..5108ac74 --- /dev/null +++ b/wiki/entities/ClawdTalk.md @@ -0,0 +1,35 @@ +--- +id: clawdtalk +title: "ClawdTalk" +type: entity +tags: [OpenClaw, 电话, 语音] +sources: [] +last_updated: 2026-03-19 +--- + +# ClawdTalk + +OpenClaw的电话集成工具,使AI Agent可通过电话进行语音交互。 + +## 基本信息 + +- 类型:OpenClaw技能/插件 +- GitHub:https://github.com/team-telnyx/clawdtalk-client +- 官网:https://clawdtalk.com + +## 功能 + +- 接收和拨打电话,将任意电话变为AI助手入口 +- 语音交互,无需智能手机或浏览器 +- 支持日历查询、Jira更新、网络搜索等技能的电话语音访问 + +## 技术架构 + +- 依赖Telnyx API提供电话连通性 +- 与OpenClaw深度集成,作为trigger节点 + +## 在本Wiki中的角色 + +- 实现[[语音助手]]能力的核心技术 +- 支持[[免手操作]]场景(驾驶、步行等) +- 与[[Telnyx]]协同提供电话服务 diff --git a/wiki/index.md b/wiki/index.md index 8defddcf..6bbb0382 100644 --- a/wiki/index.md +++ b/wiki/index.md @@ -103,12 +103,14 @@ - [NanoBanana](entities/NanoBanana.md) - [DeepSider](entities/DeepSider.md) - [ElevenLabs](entities/ElevenLabs.md) +- [Google](entities/Google.md) - [海螺AI](entities/海螺AI.md) - [F5-TTS](entities/F5TTS.md) - [剪映](entities/剪映.md) - [LangChain](entities/LangChain.md) - [Anthropic](entities/Anthropic.md) - [Canva](entities/Canva.md) +- [ClawdTalk](entities/ClawdTalk.md) - [Gamma AI](entities/GammaAI.md) - [Sora](entities/Sora.md) - [Ollama](entities/Ollama.md) @@ -116,6 +118,7 @@ ## Concepts - [Agent模式](concepts/Agent模式.md) +- [AgentSkill设计模式](concepts/AgentSkill设计模式.md) - [SequentialThinking](concepts/SequentialThinking.md) - [SSE](concepts/SSE.md) - [Workspace](concepts/Workspace.md) @@ -127,6 +130,7 @@ - [音频概览](concepts/音频概览.md) - [提示词框架](concepts/提示词框架.md) - [GenAI](concepts/GenAI.md) +- [Generator](concepts/Generator.md) - [Agentic AI](concepts/AgenticAI.md) - [RAG](concepts/RAG.md) - [Embedding](concepts/Embedding.md) @@ -142,6 +146,10 @@ - [LLM](concepts/LLM.md) - [Token](concepts/Token.md) - [MCP](concepts/MCP.md) +- [Inversion](concepts/Inversion.md) +- [Pipeline](concepts/Pipeline.md) +- [Reviewer](concepts/Reviewer.md) +- [ToolWrapper](concepts/ToolWrapper.md) - [Agent](concepts/Agent.md) - [vLLM](concepts/vLLM.md) - [Claude Skills](concepts/ClaudeSkills.md) diff --git a/wiki/log.md b/wiki/log.md index ea69e26d..27924e7c 100644 --- a/wiki/log.md +++ b/wiki/log.md @@ -85,3 +85,28 @@ Ran lint. See lint-report.md for details. ### 冲突检测 - 无冲突 + +## [2026-04-14] ingest | Agent目录第三批摄取(6个文件) + +### 摄取统计 +- Source页面:6个 +- Entity页面:2个(Google、ClawdTalk) +- Concept页面:6个(AgentSkill设计模式、ToolWrapper、Generator、Reviewer、Inversion、Pipeline) + +### 来源文件 +- Google-5个Agent-Skill设计模式-2026-03-19.md +- n8n configure telegram trigger.md +- n8n docker install & update.md +- n8n full tutorial building AI agents in 2025 for Beginners!.md +- n8n+Claude 通过自然语言自动化工作流.md +- usecases/phone-based-personal-assistant.md + +### 主要主题 +- Google 5种Agent Skill设计模式(ToolWrapper、Generator、Reviewer、Inversion、Pipeline) +- n8n Telegram Trigger HTTPS错误修复(设置WEBHOOK_URL环境变量) +- n8n Docker安装与更新(含容器内SOCKS5代理配置) +- n8n AI Agent构建教程(节点类型、内存管理、工具集成) +- 电话语音助手(ClawdTalk + Telnyx) + +### 冲突检测 +- 无冲突 diff --git a/wiki/overview.md b/wiki/overview.md index e4dfc262..d665a27b 100644 --- a/wiki/overview.md +++ b/wiki/overview.md @@ -61,6 +61,8 @@ - [[Smisery]]:热点新闻MCP服务数据源 - [[DenchClaw]]:本地CRM框架 - [[AionUi]]:桌面Cowork应用 +- [[Google]]:发布Agent Skill设计模式的云服务提供商 +- [[ClawdTalk]]:OpenClaw电话集成工具,实现语音交互 ### AI应用 - [[NotebookLM]]:Google AI学习工具 @@ -80,6 +82,7 @@ - [[记忆系统]]:Agent跨会话保留上下文的能力 - [[技能系统]]:OpenClaw的扩展机制 - [[Agent模式]]:模型自动执行工具命令的交互模式 +- [[AgentSkill设计模式]]:Google与Anthropic总结的5种Skill设计模式(ToolWrapper、Generator、Reviewer、Inversion、Pipeline) - [[SequentialThinking]]:大模型的逻辑推理任务分步拆解机制 - [[n8n-mcp]]:N8N的MCP服务器实现 - [[idea-reality-mcp]]:预构建创意验证MCP