Feature/n8n integration (#78)
* feat: add n8n integration examples and workflow templates - Add comprehensive n8n workflow examples for Xiaohongshu automation - Include detailed documentation and setup instructions - Add workflow templates for automatic note publishing to Xiaohongshu - Include supporting images and visual guides for n8n configuration * 修改图片路径写法,以适应github显示 --------- Co-authored-by: 钟鹏 <zhongpeng@ng.yn.cn> Co-authored-by: zy <xpzouying@gmail.com>
This commit is contained in:
@@ -89,8 +89,9 @@ docker run -it --name n8nChinese \
|
|||||||
3. n8n 会向该邮箱发送激活码
|
3. n8n 会向该邮箱发送激活码
|
||||||
4. 按提示输入激活码完成初始化
|
4. 按提示输入激活码完成初始化
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## ⚠️ 重要注意事项
|
## ⚠️ 重要注意事项
|
||||||
|
|
||||||
@@ -110,7 +111,7 @@ docker run -it --name n8nChinese \
|
|||||||
|
|
||||||
在 n8n 控制台中创建新的工作流:
|
在 n8n 控制台中创建新的工作流:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### 步骤 2:导入工作流配置
|
#### 步骤 2:导入工作流配置
|
||||||
|
|
||||||
@@ -118,7 +119,7 @@ docker run -it --name n8nChinese \
|
|||||||
- 文件名称:`自动发布笔记到小红书.json`
|
- 文件名称:`自动发布笔记到小红书.json`
|
||||||
- 操作:点击"导入工作流"选择该文件
|
- 操作:点击"导入工作流"选择该文件
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### 步骤 3:配置大模型节点
|
#### 步骤 3:配置大模型节点
|
||||||
|
|
||||||
@@ -130,28 +131,33 @@ docker run -it --name n8nChinese \
|
|||||||
- 访问:[DeepSeek 平台](https://platform.deepseek.com/api_keys)
|
- 访问:[DeepSeek 平台](https://platform.deepseek.com/api_keys)
|
||||||
- 注册账号并获取 API 密钥
|
- 注册账号并获取 API 密钥
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
#### 步骤 4:配置 MCP 服务
|
#### 步骤 4:配置 MCP 服务
|
||||||
|
|
||||||
1. **双击 MCP 节点进行配置**
|
1. **双击 MCP 节点进行配置**
|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
2. **修改连接设置**
|
2. **修改连接设置**
|
||||||
- 将 IP 地址修改为你实际的 xiaohongshu-mcp 服务 IP
|
- 将 IP 地址修改为你实际的 xiaohongshu-mcp 服务 IP
|
||||||
- 默认导入所有可用的工具函数
|
- 默认导入所有可用的工具函数
|
||||||
|
|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
3. **测试连接**
|
3. **测试连接**
|
||||||
- 点击"执行步骤"测试连接
|
- 点击"执行步骤"测试连接
|
||||||
- 选择一个接口进行功能测试
|
- 选择一个接口进行功能测试
|
||||||
- 返回成功表示接入正常
|
- 返回成功表示接入正常
|
||||||
|
|
||||||

|
|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## 🎯 开始使用
|
## 🎯 开始使用
|
||||||
|
|
||||||
@@ -161,7 +167,8 @@ docker run -it --name n8nChinese \
|
|||||||
2. 在聊天框中输入提示词
|
2. 在聊天框中输入提示词
|
||||||
3. 系统会自动处理并发布内容
|
3. 系统会自动处理并发布内容
|
||||||
|
|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
### 示例提示词
|
### 示例提示词
|
||||||
|
|
||||||
@@ -171,8 +178,9 @@ docker run -it --name n8nChinese \
|
|||||||
|
|
||||||
### 效果展示
|
### 效果展示
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## 🛠️ 故障排除
|
## 🛠️ 故障排除
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user