feat(wiki): ingest Agent/ sources batch (6 files)
Source pages (6): - Google-5个Agent-Skill设计模式 - n8n-configure-telegram-trigger - n8n-docker-install-update - n8n-full-tutorial-building-ai-agents - n8n+Claude通过自然语言自动化工作流 - phone-based-personal-assistant New entities (2): Google, ClawdTalk New concepts (6): AgentSkill设计模式, ToolWrapper, Generator, Reviewer, Inversion, Pipeline
This commit is contained in:
35
wiki/entities/ClawdTalk.md
Normal file
35
wiki/entities/ClawdTalk.md
Normal file
@@ -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]]协同提供电话服务
|
||||||
@@ -103,12 +103,14 @@
|
|||||||
- [NanoBanana](entities/NanoBanana.md)
|
- [NanoBanana](entities/NanoBanana.md)
|
||||||
- [DeepSider](entities/DeepSider.md)
|
- [DeepSider](entities/DeepSider.md)
|
||||||
- [ElevenLabs](entities/ElevenLabs.md)
|
- [ElevenLabs](entities/ElevenLabs.md)
|
||||||
|
- [Google](entities/Google.md)
|
||||||
- [海螺AI](entities/海螺AI.md)
|
- [海螺AI](entities/海螺AI.md)
|
||||||
- [F5-TTS](entities/F5TTS.md)
|
- [F5-TTS](entities/F5TTS.md)
|
||||||
- [剪映](entities/剪映.md)
|
- [剪映](entities/剪映.md)
|
||||||
- [LangChain](entities/LangChain.md)
|
- [LangChain](entities/LangChain.md)
|
||||||
- [Anthropic](entities/Anthropic.md)
|
- [Anthropic](entities/Anthropic.md)
|
||||||
- [Canva](entities/Canva.md)
|
- [Canva](entities/Canva.md)
|
||||||
|
- [ClawdTalk](entities/ClawdTalk.md)
|
||||||
- [Gamma AI](entities/GammaAI.md)
|
- [Gamma AI](entities/GammaAI.md)
|
||||||
- [Sora](entities/Sora.md)
|
- [Sora](entities/Sora.md)
|
||||||
- [Ollama](entities/Ollama.md)
|
- [Ollama](entities/Ollama.md)
|
||||||
@@ -116,6 +118,7 @@
|
|||||||
|
|
||||||
## Concepts
|
## Concepts
|
||||||
- [Agent模式](concepts/Agent模式.md)
|
- [Agent模式](concepts/Agent模式.md)
|
||||||
|
- [AgentSkill设计模式](concepts/AgentSkill设计模式.md)
|
||||||
- [SequentialThinking](concepts/SequentialThinking.md)
|
- [SequentialThinking](concepts/SequentialThinking.md)
|
||||||
- [SSE](concepts/SSE.md)
|
- [SSE](concepts/SSE.md)
|
||||||
- [Workspace](concepts/Workspace.md)
|
- [Workspace](concepts/Workspace.md)
|
||||||
@@ -127,6 +130,7 @@
|
|||||||
- [音频概览](concepts/音频概览.md)
|
- [音频概览](concepts/音频概览.md)
|
||||||
- [提示词框架](concepts/提示词框架.md)
|
- [提示词框架](concepts/提示词框架.md)
|
||||||
- [GenAI](concepts/GenAI.md)
|
- [GenAI](concepts/GenAI.md)
|
||||||
|
- [Generator](concepts/Generator.md)
|
||||||
- [Agentic AI](concepts/AgenticAI.md)
|
- [Agentic AI](concepts/AgenticAI.md)
|
||||||
- [RAG](concepts/RAG.md)
|
- [RAG](concepts/RAG.md)
|
||||||
- [Embedding](concepts/Embedding.md)
|
- [Embedding](concepts/Embedding.md)
|
||||||
@@ -142,6 +146,10 @@
|
|||||||
- [LLM](concepts/LLM.md)
|
- [LLM](concepts/LLM.md)
|
||||||
- [Token](concepts/Token.md)
|
- [Token](concepts/Token.md)
|
||||||
- [MCP](concepts/MCP.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)
|
- [Agent](concepts/Agent.md)
|
||||||
- [vLLM](concepts/vLLM.md)
|
- [vLLM](concepts/vLLM.md)
|
||||||
- [Claude Skills](concepts/ClaudeSkills.md)
|
- [Claude Skills](concepts/ClaudeSkills.md)
|
||||||
|
|||||||
25
wiki/log.md
25
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)
|
||||||
|
|
||||||
|
### 冲突检测
|
||||||
|
- 无冲突
|
||||||
|
|||||||
@@ -61,6 +61,8 @@
|
|||||||
- [[Smisery]]:热点新闻MCP服务数据源
|
- [[Smisery]]:热点新闻MCP服务数据源
|
||||||
- [[DenchClaw]]:本地CRM框架
|
- [[DenchClaw]]:本地CRM框架
|
||||||
- [[AionUi]]:桌面Cowork应用
|
- [[AionUi]]:桌面Cowork应用
|
||||||
|
- [[Google]]:发布Agent Skill设计模式的云服务提供商
|
||||||
|
- [[ClawdTalk]]:OpenClaw电话集成工具,实现语音交互
|
||||||
|
|
||||||
### AI应用
|
### AI应用
|
||||||
- [[NotebookLM]]:Google AI学习工具
|
- [[NotebookLM]]:Google AI学习工具
|
||||||
@@ -80,6 +82,7 @@
|
|||||||
- [[记忆系统]]:Agent跨会话保留上下文的能力
|
- [[记忆系统]]:Agent跨会话保留上下文的能力
|
||||||
- [[技能系统]]:OpenClaw的扩展机制
|
- [[技能系统]]:OpenClaw的扩展机制
|
||||||
- [[Agent模式]]:模型自动执行工具命令的交互模式
|
- [[Agent模式]]:模型自动执行工具命令的交互模式
|
||||||
|
- [[AgentSkill设计模式]]:Google与Anthropic总结的5种Skill设计模式(ToolWrapper、Generator、Reviewer、Inversion、Pipeline)
|
||||||
- [[SequentialThinking]]:大模型的逻辑推理任务分步拆解机制
|
- [[SequentialThinking]]:大模型的逻辑推理任务分步拆解机制
|
||||||
- [[n8n-mcp]]:N8N的MCP服务器实现
|
- [[n8n-mcp]]:N8N的MCP服务器实现
|
||||||
- [[idea-reality-mcp]]:预构建创意验证MCP
|
- [[idea-reality-mcp]]:预构建创意验证MCP
|
||||||
|
|||||||
Reference in New Issue
Block a user