·n8n
>_

n8n

89jobrien/steve

n8n 工作流程自动化模式和 API 集成。在创建 n8n 工作流程、使用 Webhooks、通过 REST API 管理工作流程或将 n8n 与 MCP 服务器集成时,应使用此技能。涵盖工作流 JSON 结构、节点模式和自动化最佳实践。

14安装·0热度·@89jobrien

安装

$npx skills add https://github.com/89jobrien/steve --skill n8n

SKILL.md

This skill enables creating and managing n8n workflows for automation tasks.

| ={{ $json.field }} | Access current item field | | ={{ $json.body.param }} | Access nested field | | ={{ $('Node Name').item.json.field }} | Access output from specific node | | ={{ $input.first().json }} | First input item | | ={{ $input.all() }} | All input items | | ={{ JSON.stringify($json) }} | Convert to JSON string |

| Webhook | n8n-nodes-base.webhook | HTTP trigger | | HTTP Request | n8n-nodes-base.httpRequest | API calls | | Respond to Webhook | n8n-nodes-base.respondToWebhook | Return HTTP response | | IF | n8n-nodes-base.if | Conditional branching | | Switch | n8n-nodes-base.switch | Multi-way branching | | Set | n8n-nodes-base.set | Transform data |

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/89jobrien/steve --skill n8n
分类
>_效率工具
认证
收录时间
2026-02-05
更新时间
2026-02-18

快速解答

什么是 n8n?

n8n 工作流程自动化模式和 API 集成。在创建 n8n 工作流程、使用 Webhooks、通过 REST API 管理工作流程或将 n8n 与 MCP 服务器集成时,应使用此技能。涵盖工作流 JSON 结构、节点模式和自动化最佳实践。 来源:89jobrien/steve。

如何安装 n8n?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/89jobrien/steve --skill n8n 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/89jobrien/steve