N8n Workflow Template banner
jeremylongshore jeremylongshore

N8n Workflow Template

Design community

Description

Professional n8n workflow template with automated documentation, visual diagrams, and contributor guidelines. GitHub Pages site included.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

n8n Workflow Template

![intentsolutionio](https://img.shields.io/badge/intentsolutionio-000000?style=flat&logo=&logoColor=white) ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) ![n8n](https://img.shields.io/badge/n8n-v1.0+-orange.svg) ![Contributors Welcome](https://img.shields.io/badge/contributors-welcome-brightgreen.svg)

A professional template for creating well-documented n8n workflow repositories. This template provides everything you need to share your n8n workflows with the community, including automated documentation, visual diagrams, and contributor-friendly guidelines.

Overview

This workflow does [describe what your workflow does here]. It connects [list services/integrations] to [explain the outcome or value].

Workflow Diagram

graph LR
    A[Trigger] --> B[Process Data]
    B --> C[Transform]
    C --> D[Output]
    D --> E[Complete]

Replace the diagram above with your actual workflow visualization. Mermaid diagrams render automatically on GitHub and the documentation site.

Quick Start

Prerequisites

  • n8n instance (version 1.0 or higher)
  • [List any required credentials or API keys]
  • [List any third-party service accounts needed]

Installation

  1. Download the workflow file from this repository:

    wget https://raw.githubusercontent.com/[username]/[repo-name]/main/workflow/workflow.json
  2. Import into n8n:

    • Open your n8n instance
    • Navigate to WorkflowsImport from File
    • Select the downloaded workflow.json
    • Click Import
  3. Configure credentials:

    • [Step-by-step credential setup]
    • [Environment variables needed]
    • [Any API keys or tokens]
  4. Activate the workflow and test it.

Configuration

Environment Variables

If your workflow uses environment variables, document them here:

# Example configuration
VARIABLE_NAME=value
API_KEY=your-api-key-here

Workflow Settings

  • Trigger: [Describe trigger type - w