What problem does it solve? Managing n8n workflows on a remote VPS requires repetitive SSH, docker cp, and docker exec commands that are error-prone, especially when juggling multiple isolated n8n instances behind Traefik. This Skill standardizes and automates those operations. ## Core Features & Use Cases - Automated CLI Helper: The n8n_helper.py script lists instance status, imports local workflow JSON files, exports workflows by ID, and backs up all workflows from an instance in one command. - Multi-Instance Isolation: Documents the architecture for running separate n8n containers (g7tq, pkogut) with Traefik routing and provides a docker-compose template for new instances. - Error Recovery Guide: Includes a lookup table for common n8n CLI failures such as missing --input flags, ENOENT file path errors, and SQLite NOT NULL constraint violations. - Use Case: You built a workflow JSON locally and need it live on the pkogut instance. Run the import command and the script validates the JSON, adds a temporary ID if missing, transfers the file, imports it into the container, and cleans up. ## Quick Start Ask the agent to import your local workflow JSON file into the g7tq n8n instance using the n8n-ops helper script.