jelly-n8n-skill

Manage and monitor self-hosted n8n workflows via API with X-N8N-API-KEY authentication.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-n8n-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jelly-n8n-skill
Source: https://github.com/dev-jelly/jelly-dotclaude/tree/main/skills/jelly-n8n-skill
Command: npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-n8n-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill integrates with a self-hosted n8n instance to manage workflows, triggers, and executions within Claude Code.

Core Features & Use Cases

  • Workflow management: list, search, create, and modify workflows.
  • Execution monitoring: view history, logs, and retry failed executions.
  • Workflow triggers: webhook and API triggers for automation.

Quick Start

Configure N8N_BASE_URL and N8N_API_KEY, then fetch workflows from your n8n instance.

Frequently Asked Questions about jelly-n8n-skill

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

FAQPage Schema
How do I manage n8n workflows from Claude Code?

Manage n8n workflows by configuring N8N_BASE_URL and N8N_API_KEY environment variables, then use the Skill to list, retrieve details, activate, deactivate, and monitor executions within Claude Code. The Skill connects to self-hosted n8n instances and returns structured outputs for workflow operations.

Can I trigger n8n workflows via webhooks or API from Claude Code?

Yes, trigger n8n workflows through webhook and API endpoints via Claude Code. The Skill supports workflow execution triggers and returns execution status and results in structured JSON or Markdown format.

How do I view and retry failed n8n workflow executions?

View execution history and logs through the Skill, then retry failed runs directly. The Skill retrieves detailed execution records and supports restarting failed workflows without manual intervention.

What authentication does the n8n Skill require?

The Skill authenticates using X-N8N-API-KEY header with credentials read from environment variables. Configure N8N_API_KEY and N8N_BASE_URL before connecting to your self-hosted n8n instance.

Can I use this Skill with cloud-hosted n8n or only self-hosted?

The Skill is designed for self-hosted n8n installations where you control the base URL and API key configuration. Compatibility with cloud-hosted versions depends on API endpoint availability and authentication method support.

What output formats does the n8n Skill provide?

The Skill returns structured outputs in Markdown and JSON formats with robust error handling, making results suitable for display, logging, or downstream processing within Claude Code workflows.

Related Skills