LaunchKit · 2026
Back to Skills

reef-n8n-automation

Build, customize, and deliver n8n workflows using our 2,061-template library.

0
537 downloads
by @staybased

Setup & Installation

openclaw skills install @staybased/reef-n8n-automation

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install reef-n8n-automation

What This Skill Does

Covers building, customizing, and delivering n8n automation workflows using a 2,061-template library organized by integration. Handles everything from initial requirements assessment and template selection to testing, documentation, and client handoff. Supports single-trigger flows, multi-step pipelines, error handling patterns, and Zapier-to-n8n migrations.

A library of 2,061 pre-built templates cuts workflow build time by 40-60% compared to starting from scratch.

When to use it

  • Building a Shopify order alert workflow for a freelance client
  • Migrating a client's existing Zapier automations to n8n
  • Setting up a scheduled Google Sheets data reporting pipeline
  • Creating an OpenAI-powered Telegram chatbot
  • Debugging a broken webhook-triggered CRM sync

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Build a workflow that sends a Slack message whenever a new Shopify order is placed

AGENT
  1. 1Search the template library under workflows/Shopify/ and workflows/Slack/ for a matching template
  2. 2Import the closest template JSON into the local n8n instance via the UI or API
  3. 3Update the Shopify webhook trigger and map order fields to the Slack message format
  4. 4Add an Error Trigger node that sends an alert if any step fails
  5. 5Test end-to-end with manual execution, then export the final workflow JSON with delivery documentation
OUTPUT

Delivered workflow JSON with trigger details, required credentials list, step-by-step documentation, and a verified Slack notification firing on new Shopify orders

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

n8n self-hosted installationN8N_API_KEY environment variable for API-based workflow imports