workflows

Manage n8n workflows via MCP inspection and REST API editing.

7|2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/LuisSambrano/antigravity-config --skill workflows-luissambrano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflows
Source: https://github.com/LuisSambrano/antigravity-config/tree/main/skills/4-automation/workflows
Command: npx skills add https://github.com/LuisSambrano/antigravity-config --skill workflows-luissambrano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, os, sys, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of n8n automation workflows by providing AI-driven capabilities for inspection, generation, and triggering.

Core Features & Use Cases

  • Workflow Auditing: Inspect existing n8n workflows, adding documentation and notes.
  • Workflow Generation: Create new n8n workflows from natural language descriptions.
  • Workflow Triggering: Execute workflows via webhook or direct ID.
  • Use Case: Automatically generate a new n8n workflow to process incoming customer support tickets, route them to the appropriate team, and update a CRM.

Quick Start

Use the workflows skill to create a new n8n workflow named 'customer-onboarding' based on the provided description.

Frequently Asked Questions about workflows

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

FAQPage Schema
How do I generate n8n workflows from text descriptions?

You can generate n8n workflows from natural language text descriptions using AI-driven management that translates your input into automated processes. This enables rapid creation of workflows like customer onboarding or ticket routing without manual node configuration.

Do I need an N8N_API_KEY to manage n8n automation workflows with AI?

Yes, an N8N_API_KEY and n8n-mcp configuration are required for full functionality. These prerequisites enable the hybrid approach that combines MCP for inspecting workflows and REST API for creating and editing them.

Can I trigger n8n workflows via webhooks or direct IDs?

Yes, you can trigger n8n workflows via webhooks or direct IDs. This allows you to execute existing automations on demand, such as processing incoming customer support tickets and updating a CRM system.

What is the best way to audit existing n8n workflows?

The best way to audit existing n8n workflows is using MCP for inspection to review the automation logic. This approach allows you to add documentation and notes directly to the workflows, ensuring processes are well-documented and easy to maintain.

Does this approach use MCP or REST API for n8n workflow creation?

This approach uses a hybrid method combining MCP for inspecting existing workflows and REST API for creating and editing them. This ensures reliable generation from text descriptions and accurate modification of automation tasks.