using-chatgpt-relay-from-devbox

Relay ChatGPT queries from a devbox to a macOS ask-question server via SSH reverse tunnel.

4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/johnnymo87/workstation --skill using-chatgpt-relay-from-devbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-chatgpt-relay-from-devbox
Source: https://github.com/johnnymo87/workstation/tree/main/assets/claude/skills/using-chatgpt-relay-from-devbox
Command: npx skills add https://github.com/johnnymo87/workstation --skill using-chatgpt-relay-from-devbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables relaying devbox questions to a local macOS ChatGPT server using the ask-question CLI, allowing seamless querying when the server is not directly accessible from the devbox.

Core Features & Use Cases

  • Remote ChatGPT querying: send questions from a Linux/Nix devbox to a macOS machine running the ask-question server.
  • Quick recovery: use when the /ask-question flow fails due to server downtime or during initial chatgpt-relay setup.

Quick Start

Install and run the ask-question-server on macOS, establish an SSH reverse tunnel to the devbox, install the CLI on the devbox, and verify the connection with a health check and a sample query.

Frequently Asked Questions about using-chatgpt-relay-from-devbox

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

FAQPage Schema
How do I query ChatGPT from a Linux devbox when the server isn't directly accessible?

Relay ChatGPT queries from your devbox to a macOS machine running ask-question-server using an SSH reverse tunnel. Install the ask-question CLI on the devbox, establish the tunnel connection, and send queries through the relay to reach ChatGPT remotely.

What setup do I need to run the ask-question CLI relay on a devbox?

You need ask-question-server running on macOS, the ask-question CLI installed on your devbox, and an SSH reverse tunnel configured between them. The tunnel forwards devbox requests to the local macOS server, enabling remote ChatGPT queries without direct server access.

Can I use ask-question relay when the macOS server is down or during initial setup?

This Skill covers recovery scenarios when the ask-question flow fails due to server downtime or initial chatgpt-relay setup issues. It provides fallback querying methods to resume ChatGPT access while troubleshooting or establishing the tunnel.

Does the ask-question CLI work with SSH tunnels on macOS and Linux?

Yes. The ask-question CLI supports SSH reverse tunneling from Linux/Nix devboxes to macOS machines. Configure the tunnel, verify connectivity with a health check, and run sample queries to confirm the relay connection before regular use.

What's the fastest way to verify my ChatGPT relay is working after setup?

Run a health check and send a test query through the ask-question CLI after establishing the SSH reverse tunnel. These verification steps confirm the devbox-to-macOS connection and relay functionality before using the system for production queries.