Skip to content

n8n

1/14/2026

https://github.com/Zie619/n8n-workflows

学习https://github.com/dpxy88888/n8n-workflows

https://cloud.tencent.com/developer/article/2589991

1. 本地运行

text
npm install -g n8n
n8n start

2. 如何安装节点

https://docs.n8n.io/integrations/community-nodes/installation/

通过命令行安装npm package

https://docs.n8n.io/integrations/community-nodes/installation/manual-install/

打开n8n的nodes目录

windows:

C:\Users\pc.n8n\nodes

text
npm i n8n-nodes-nodeName

重启n8n

3. 自制n8n节点

package name starts with n8n-nodes-

  • Include n8n-community-node-package in your package keywords.

文档:https://docs.n8n.io/integrations/creating-nodes/overview/

node类型: trigger nodes and action nodes

3.1 Trrigger node

3.2 Node的文件结构

https://docs.n8n.io/integrations/creating-nodes/build/reference/node-base-files/structure/

一个node的文件结构

4. 使用feishu node

https://www.npmjs.com/package/n8n-nodes-feishu-lite

4.1 先去https://open.feishu.cn/创建一个应用

添加文档相关的权限

发布应用

新建一个表格或者文档,添加此应用

4.2 配置好参数

5. 公众号节点

https://github.com/other-blowsnow/n8n-nodes-wechat-offiaccount

6. 小红书

https://www.npmjs.com/package/@donney521/n8n-nodes-xiaohongshu

7. 测试1

https://github.com/dpxy88888/n8n-workflows/blob/main/github自动发布公众号

功能:定时发公众号

Feishu node

https://community.n8n.io/t/custom-feishu-node/78169

新增好了