🚀 构建一个具有高级功能的5000美元语音AI代理-完成免费课程
欢迎阅读使用Go HighLevel、N8N和MCP服务器构建专业语音AI代理的完整指南!在本课程结束时,您将拥有一个功能齐全的语音AI代理,具有多种功能、自定义Chrome扩展程序和自动化工作流程。
______________________________________________________________________
📺 从这里开始:观看完整课程
单击下图在YouTube上观看完整的演练:

⚠️ 重要: 单击上图开始视频教程。这是您的分步指南!
______________________________________________________________________
📊 视觉指南:下载完整的PDF
想要视觉参考吗?查看我们完整的Canva演示文稿:

点击上图 查看带有详细截图和解释的完整演示文稿。
______________________________________________________________________
🎯 快速链接-从这里开始!
🚀 基本工具和资源
达到高水平:
服务器和主机:
- 💻 N8N的Hostinger虚拟专用服务器 -使用代码: 阿尔卡特曼 贴现
免费资源:
______________________________________________________________________
🎓 你将学到什么
在本综合课程中,您将掌握:
🤖 语音AI代理创建
- 设置和配置Go HighLevel语音AI代理
- 创建智能对话流
- 实施专业互动的高级提示
- 向网站添加语音小部件
🔧 MCP服务器开发
- 使用N8N构建自己的模型上下文协议(MCP)服务器
- 连接多个工具和API
- 创建自定义自动化工作流
- 无缝集成外部服务
🌐 Chrome扩展程序开发
- Vibe代码一个功能齐全的Chrome扩展程序
- 创建自定义弹出界面
- 实施用户设置和首选项
- 在本地部署扩展
🔄 系统集成
- 将语音AI代理连接到MCP服务器
- 创建双向通信流
- 实现实时数据交换
- 构建完整的端到端解决方案
______________________________________________________________________
📚 循序渐进的学习路径
按照以下顺序获得最佳学习体验:
第一步:观看视频课程🎥
首先单击上面的YouTube缩略图。视频将引导您完成该过程的每一步。
第二步:回顾Canva演示文稿📊
使用Canva链接访问补充视频的详细屏幕截图和视觉指南。
步骤3:下载所需文件📁
向下滚动到“包含的文件”部分,下载所有模板和蓝图。
步骤4:设置您的Go HighLevel帐户🚀
使用上面的链接之一获取您的GHL帐户(免费或试用)。
步骤5:导入漏斗🎯
从下面的链接下载完整的漏斗模板。
步骤6:设置N8N服务器💻
获取您的Hostinger VPS,并使用提供的自动化蓝图安装N8N。
步骤7:实现语音AI代理🤖
使用下面提供的提示模板配置您的代理。
步骤8:构建Chrome扩展程序🌐
按照vibe编码提示创建自定义扩展。
第九步:将所有事物连接起来🔗
将您的语音代理、MCP服务器和扩展链接到一个完整的系统。
步骤10:测试和部署✅
运行测试场景并部署您的专业语音AI解决方案。
______________________________________________________________________
📦 此存储库中包含的文件
N8N自动化蓝图
文件: GHLVOICEAI MCP For Youtube.json
这是创建MCP服务器的完整N8N工作流。将其直接导入N8N实例。
2.Chrome扩展包
文件: assets/extension.zip
下载此文件以获取预编码的Chrome扩展程序。提取并加载到Chrome中作为解压缩的扩展程序。
3.前往高层漏斗
下载预配置语音小部件的完整漏斗:
______________________________________________________________________
🎨 示例屏幕截图
以下是您将构建的一些示例:
示例1:语音AI代理接口
示例2:MCP服务器仪表板
示例3:Chrome扩展程序
______________________________________________________________________
🤖 语音AI代理提示
将此完整提示复制并粘贴到您的Go HighLevel Voice AI Agent配置中:
AGENT SYSTEM PROMPT
You are an AI operations assistant for a Go HighLevel-based agency.
Your job is to manage contacts, send emails and SMS, add notes, enroll contacts into workflows, log car travel, and perform internet searches using MCP tools. Always follow the tool usage rules and flow logic below. Never guess required IDs. Always retrieve them using the correct tool.
CORE BEHAVIOR
Be accurate, structured, and operational.
Always gather the required data before acting.
Ask for missing info if you can't complete an action.
Only confirm an action after using a tool.
CONTACT HANDLING LOGIC
All actions require a contactId.
Search first:
Use Search_For_Contact with name, email, or phone number. If it returns a contactId, continue.
If not found:
Use Create_a_contact_in_Go_Highlevel with first name, last name, email, and phone number to create one. Use the returned contactId for all further actions.
Never proceed without a valid contactId.
TOOL POLICIES
Search_For_Contact
Find an existing contact. Always use this first. Output: contactId. If none found, create contact.
Create_a_contact_in_Go_Highlevel
Creates a new contact with first name, last name, email, and phone number. Returns contactId.
Send_Email
Send an email from Go HighLevel. Requires contactId, subject, and email message. Only send if you have a valid contactId.
Send_SMS
Send an SMS to a contact. Requires contactId and message. Always verify the contactId first.
Get_all_workflows
Retrieve all workflows and their workflowId. Use when adding a contact to a workflow.
Add_Contact_To_Workflow
Add a contact to a specific workflow. Requires workflowId and contactId.
Add_a_note_to_Contact
Add a note to a contact profile. Requires contactId and message.
Send_email_from_Personal_Inbox
Send email from your personal email account, not from Go HighLevel. Use only if the user specifically says to send it personally.
Searh_the_internet
Search the public internet for information. Do not use for CRM actions.
Car_travel_Log
Log business travel distance in kilometers.
OPERATIONAL FLOWS
Send Email
Search_For_Contact → get contactId.
If none, Create_a_contact_in_Go_Highlevel.
Send_Email with contactId, subject, and message.
If user says "send from personal email," use Send_email_from_Personal_Inbox instead.
Send SMS
Search_For_Contact.
If none, create contact.
Send_SMS with contactId and message.
Add Note
Search_For_Contact.
If none, create contact.
Add_a_note_to_Contact with contactId and message.
Add to Workflow
Search_For_Contact.
If none, create contact.
Get_all_workflows → choose workflowId.
Add_Contact_To_Workflow with both IDs.
Log Travel
Use Car_travel_Log when the user provides distance.
If missing, ask how many kilometers to log.
Search the Internet
Use Searh_the_internet for general research, competitor info, or news.
COMMUNICATION RULES
Be clear and direct.
Follow tool flows automatically.
Ask only for missing required fields.
Announce each action you take and the tool used.
Never invent IDs or data.
Example responses:
"Searching for contact using Search_For_Contact."
"No contact found. Creating a new contact."
"Contact created. Sending SMS now."______________________________________________________________________
💻 Chrome扩展程序Vibe代码提示
使用此提示与您的AI编码助手(如Cursor、Copilot或Claude Code)一起生成Chrome扩展程序:
I want to build a Google Chrome extension. The extension needs to be in the folder /extension so we can copy the entire folder into Google Chrome to run it. We will install the extension ourselves - all I need you to do is create the extension.
I have added an icon PNG file in here that you can use for icons inside the extension.
FUNCTIONALITY:
1. Primary Function: Pop up a website
- Default size: 300 x 300 pixels
- Default URL: https://app.your-login.com/v2/preview/AMicBk8O2aZ5a31n92HD
2. Settings Function: Right-click options
- When user right-clicks the extension and selects "Options"
- Allow editing of:
* Website URL
* Pop-up sizing (width and height)
* Position on page where pop-up appears
EXTENSION FLOW:
1. User installs the extension
2. Extension icon appears in the Chrome toolbar
3. User clicks the extension icon → Website opens in 300x300 pop-up
4. User right-clicks extension icon → Select "Options" → Edit settings
REQUIREMENTS:
- Use the icon file included in the folder
- Create all necessary files in /extension folder
- Hard-code the default website URL provided above
- Make settings persistent (save user preferences)
- Ensure pop-up is resizable and repositionable based on user settings
Create the complete extension with all necessary files (manifest.json, popup.html, options.html, etc.)______________________________________________________________________
🛠️ 使用的工具和技术
本课程涵盖以下技术:
- 走高水平 -语音AI代理平台和CRM
- N8N -开源工作流自动化
- MCP(模型上下文协议) -AI工具集成标准
- 谷歌浏览器扩展 -浏览器扩展开发
- JavaScript -用于扩展和自动化逻辑
- API集成 -连接多个服务
______________________________________________________________________
💡 用例
你能用这些技能建立什么?
- 📞 预约代理 -自动化调度系统
- 🛍️ 电子商务支持机器人 -产品推荐和订单跟踪
- 🏥 医疗助理 -预约提醒和患者入院
- 🏠 房地产经纪人 -物业查询和显示时间表
- 💼 业务自动化 -领导资格认证和CRM管理
- 📚 教育支持 -课程报名和学生查询
______________________________________________________________________
🤝 社区与支持
加入社区
联系Altus
需要帮助?
再次观看视频,查看Canva演示文稿,并加入社区寻求支持!
______________________________________________________________________
📝 许可证
本课程和所有材料均用于教育目的。您可以在自己的项目中自由使用这些模板和提示。
______________________________________________________________________
🌟 准备好开始了吗?
- ⬆️ 滚动到顶部并单击YouTube视频
- 📥 从此存储库下载所有文件
- 🚀 获取您的Go HighLevel帐户
- 💻 设置N8N服务器
- 🎯 按照课程进行
让我们一起创造一些令人惊叹的东西! 🚀
______________________________________________________________________
*最后更新日期:2024年10月* *创建者:Altus Snyman* *存储库: ghl voiceai特工mcp*
