scbe-n8n-colab-bridge

Configure and validate Colab backend connections for n8n automation.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-n8n-colab-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scbe-n8n-colab-bridge
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/external/codex-skills-live/scbe-n8n-colab-bridge
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-n8n-colab-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Configure and reuse Google Colab local notebook connection settings for SCBE n8n automation and agent handoff workflows.

Core Features & Use Cases

  • Centralized management of Colab backend URLs and tokens per profile for repeatable automation
  • Optional connectivity probing to validate backend availability before use
  • Shell-exportable environment details to wire Colab endpoints into n8n and related tools

Quick Start

Run the colab_n8n_bridge.py script with --set to configure a profile and --probe to verify connectivity.

Frequently Asked Questions about scbe-n8n-colab-bridge

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

FAQPage Schema
How do I configure Google Colab local backend connections for n8n automation?

To configure Colab backends for n8n automation, run the colab_n8n_bridge.py script with the --set flag to store endpoint URLs and tokens per profile, then use --probe to validate connectivity before use.

What is the best way to manage Colab backend URLs and tokens across multiple profiles?

Managing Colab backend URLs and tokens is handled through centralized per-profile configuration using local secret storage, allowing you to securely store and reuse connection settings across different automation sessions.

Can I export Colab connection settings as environment variables to wire into n8n webhooks?

Yes, the bridge script normalizes Colab URLs and generates shell-exportable environment variables, allowing you to directly wire Colab endpoints into n8n webhooks and related automation tools.

Does the Colab n8n bridge validate backend availability before connecting?

Yes, the bridge includes optional connectivity probing that validates Colab API availability by actively probing the endpoint before you attempt to use it in your n8n automation workflows.

Do I need local secret storage to use Colab backends with n8n?

Yes, local secret storage is required because the bridge relies on it to securely store Colab tokens and per-profile configuration data needed to establish authenticated n8n automation connections.