live-connector

Generate a public Cloudflare quick-tunnel URL for a local connector gateway.

16|9|Updated May 22, 2026
One-click install
npx skills add https://github.com/panaversity/agentfactory-manufacturing --skill live-connector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: live-connector
Source: https://github.com/panaversity/agentfactory-manufacturing/tree/main/worked-examples/connector-native-apps/.claude/skills/live-connector
Command: npx skills add https://github.com/panaversity/agentfactory-manufacturing --skill live-connector

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to quickly expose your local connector gateway over a Cloudflare quick-tunnel, enabling a claude.ai or ChatGPT custom connector to reach it. It provides a public URL that can be used for demos or testing.

Core Features & Use Cases

  • Public Tunnel Creation: Generates an ephemeral Cloudflare quick-tunnel to expose your local connector gateway.
  • URL Generation: Delivers a public URL that can be used to connect to the local connector.
  • Authentication: Skips OAuth for demonstration purposes (auth-OFF).
  • Use Case: Ideal for Part 5 demos where you need to run a connector live, provide the connector URL, or manage the tunnel.

Quick Start

Run the 'live-connector' skill to create a public tunnel for your local connector gateway.

Frequently Asked Questions about live-connector

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

FAQPage Schema
How do I expose a local connector gateway to a public URL for a live demo?

To create a public tunnel for a local connector gateway, this Skill utilizes cloudflared to generate an ephemeral Cloudflare quick-tunnel. It outputs a public URL allowing external services to reach your local environment.

Can I test a ChatGPT custom connector without setting up OAuth?

Yes, you can test a custom connector without OAuth because this Skill operates in auth-OFF mode. It intentionally skips authentication to streamline demonstration and testing of your local connector gateway.

Does the live-connector Skill require a Cloudflare account to create quick-tunnels?

The live-connector Skill uses cloudflared to establish quick-tunnels for your connector gateway. It creates an ephemeral public URL for demos without requiring complex Cloudflare account configurations.

What is the best way to run a local connector live for a Part 5 demo?

The best way to run a connector live for a demo is by generating a Cloudflare quick-tunnel. This provides a temporary public URL to connect your local gateway directly to claude.ai or ChatGPT.

Are Cloudflare quick-tunnels suitable for permanent production connector deployments?

Cloudflare quick-tunnels are not suitable for permanent production deployments because the generated URLs are ephemeral. They are designed specifically for temporary live demos and testing of local connector gateways.