·n8n
>_

n8n

89jobrien/steve

n8n workflow automation patterns and API integration. This skill should be used when creating n8n workflows, using webhooks, managing workflows via REST API, or integrating n8n with MCP servers. Covers workflow JSON structure, node patterns, and automation best practices.

14Installs·0Trend·@89jobrien

Installation

$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 |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/89jobrien/steve --skill n8n
Category
>_Productivity
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is n8n?

n8n workflow automation patterns and API integration. This skill should be used when creating n8n workflows, using webhooks, managing workflows via REST API, or integrating n8n with MCP servers. Covers workflow JSON structure, node patterns, and automation best practices. Source: 89jobrien/steve.

How do I install n8n?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/89jobrien/steve --skill n8n Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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