n8n-automation

Trigger and manage n8n workflows via webhooks and REST API calls.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/Zedit42/clawdbot-skills --skill n8n-automation-zedit42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-automation
Source: https://github.com/Zedit42/clawdbot-skills/tree/main/n8n-automation
Command: npx skills add https://github.com/Zedit42/clawdbot-skills --skill n8n-automation-zedit42

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of wiring agents and scripts into n8n by giving you a direct way to trigger, inspect, and manage workflows without manual clicks.

Core Features & Use Cases

  • Webhook Triggering: Start n8n workflows from command line tools, agents, or other services using JSON payloads.
  • Workflow Management: Use the API client to list, inspect, execute, activate, and deactivate workflows programmatically.
  • Use Case: A support bot can send alerts to Slack, an ops script can kick off a database sync, or a scheduled job can launch a multi-step automation pipeline in n8n.

Quick Start

Ask the assistant to trigger your n8n webhook with the payload you want to send and it will generate the exact call needed.

Frequently Asked Questions about n8n-automation

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

FAQPage Schema
How do I trigger an n8n workflow from an agent or script?

You can trigger n8n workflows by sending a POST request with a JSON payload to a webhook URL, which starts the automation pipeline without manual clicks.

What's the best way to manage n8n workflows programmatically?

Managing n8n workflows programmatically is done through an authenticated REST API client that lists, inspects, executes, and toggles workflow activation states using JSON.

Can I use this to run scheduled jobs and data processing in n8n?

Yes, this supports scheduled jobs and data processing by triggering n8n workflows for multi-step service integrations, database syncs, and automated notifications.

Does this work with both self-hosted and cloud n8n instances?

This works with both self-hosted and cloud n8n instances, requiring authenticated API access and webhook handling to exchange JSON payloads for workflow execution.

Why do I need webhook handling to start n8n automation pipelines?

Webhook handling is needed because n8n automation pipelines require POST requests with JSON payloads to initiate multi-step service integrations and data processing.

n8n-automation: what workflow management tasks does it support?

It supports workflow management tasks including listing, inspecting, executing, activating, and deactivating n8n workflows through authenticated REST API calls.