config

Configure n8n trigger entries and environment parameters in YAML files.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/MJ-AgentLab/mj-agentlab-marketplace --skill config-mj-agentlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: config
Source: https://github.com/MJ-AgentLab/mj-agentlab-marketplace/tree/main/plugins/mj-n8n/skills/mj-n8n-config
Command: npx skills add https://github.com/MJ-AgentLab/mj-agentlab-marketplace --skill config-mj-agentlab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of adding and managing trigger configurations within n8n's YAML environment files, ensuring consistency across development, testing, and production environments.

Core Features & Use Cases

  • Automated Trigger Configuration: Adds cron or interval trigger entries to dev.yaml, test.yaml, and production.yaml.
  • Environment Parameter Management: Ensures correct environment and notifications parameters are present.
  • Use Case: When setting up a new n8n workflow that needs to run on a schedule, use this skill to automatically add the necessary cron expression and interval settings to all relevant environment configuration files.

Quick Start

Use the config skill to add a cron trigger for a new workflow named 'DataSync' with the cron expression '0 2 * * *'.

Frequently Asked Questions about config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure n8n workflow triggers in YAML files?

To configure n8n triggers in YAML files, you define cron expressions and interval minutes within environment-specific configurations. This ensures automated trigger entries are consistently added across development, testing, and production environments.

How do I add a cron trigger to dev.yaml, test.yaml, and production.yaml?

Adding a cron trigger to dev.yaml, test.yaml, and production.yaml requires inserting the schedule expression and validating the format for each environment. This ensures the n8n workflow executes consistently across all specified configurations.

What is the best way to manage environment parameters for n8n triggers?

Managing environment parameters for n8n triggers involves automating their insertion into YAML files. This guarantees correct environment and notification parameters are present for development, testing, and production contexts.

Does n8n trigger configuration validate cron expressions and interval minutes?

n8n trigger configuration validates cron expressions and interval minutes during YAML setup. Format validation ensures schedule accuracy and prevents runtime errors when workflow triggers execute.

How do I update existing trigger parameters in n8n YAML configurations?

Updating existing trigger parameters in n8n YAML configurations involves modifying cron expressions or interval minutes directly within the file. This adjusts the workflow schedule while maintaining environment parameter consistency.