# Workflows

> A hybrid skill for managing n8n workflows using both MCP (for inspection) and REST API (for creation/editing).

- Skill: `luissambrano/workflows` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add luissambrano/workflows`
- Raw SKILL.md: https://api.skillmd.com/api/skills/luissambrano/workflows/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: LuisSambrano (https://skillmd.com/u/luissambrano)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/luissambrano/workflows

---


# n8n Automator Skill

> [!IMPORTANT]
> This skill MUST be executed strictly under the **Omni-Architect Agent Protocol v1.0**.
> All tool executions, code modifications, and communications MUST adhere to the 13 core protocols.

This skill enables "Unicorn-Tier" automation of your n8n instance.

## Architecture

- **Right Brain (MCP):** Connects via `supergateway` to "read" your n8n instance, discover tools, and understand available nodes.
- **Left Brain (REST API):** Connects via standard HTTP requests to create, update, and delete workflows, covering the gap in the current MCP implementation.

## Setup

1. **MCP**: Ensure the `n8n-mcp` server is configured in your IDE settings.
2. **API**: Store your `N8N_API_KEY` in the `.env` file of this skill or securely in your environment.

## Capabilities

- `audit_workflow`: Inspect a workflow and add documentation/sticky notes.
- `generate_workflow`: Create a new workflow from a text description and push it to the server.
- `trigger_workflow`: Execute a workflow via Webhook or ID.

## Usage

Refer to `scripts/n8n_manager.py` (to be created) for the execution logic.

