·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