n8n-api-client

Execute, activate, and retrieve n8n workflows via API.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/PinpongTp/superblue-v1 --skill n8n-api-client
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-api-client
Source: https://github.com/PinpongTp/superblue-v1/tree/main/skills/n8n-api-client
Command: npx skills add https://github.com/PinpongTp/superblue-v1 --skill n8n-api-client

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the management of n8n workflows through its API, allowing users to execute, activate, and retrieve workflows without the need for manual intervention.

Core Features & Use Cases

  • Workflow Execution: Run specific workflows using the API endpoint.
  • Workflow Retrieval: Fetch a list of all available workflows.
  • Workflow Activation: Enable or disable workflows programmatically.
  • Use Case: If you need to automate the execution of a workflow that updates Google Sheets with new data, this Skill can be used to trigger that workflow automatically.

Quick Start

Execute the workflow with ID '12345' using the n8n-api-client skill.

Frequently Asked Questions about n8n-api-client

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

FAQPage Schema
How do I trigger n8n workflow execution automatically via Python?

Trigger n8n workflow execution automatically by sending HTTP requests to the n8n API using the Python requests library, which runs specific workflows programmatically without manual intervention.

Can I retrieve a list of all available n8n workflows through the API?

Yes, you can retrieve a list of all available n8n workflows by calling the appropriate API endpoint, fetching workflow data programmatically to help monitor and manage your automated processes.

What is the best way to activate or disable n8n workflows programmatically?

The best way to activate or disable n8n workflows programmatically is through API automation, using Python requests to toggle workflow states remotely for automated administrative management.

Do I need Python requests to manage n8n workflows via API?

Yes, you need the Python requests library to manage n8n workflows via API, as it handles the HTTP requests required to communicate with your n8n instance for workflow execution.

Does API automation work for triggering n8n workflows that update Google Sheets?

Yes, API automation works for triggering n8n workflows that update Google Sheets, allowing you to execute the specific workflow via the API endpoint to automatically push new data.