orchidfiles

Ungate — Development skill for Claude Code

Development community

Use your Claude and ChatGPT subscriptions in Cursor instead of paying for API tokens.

How to install Ungate

This entry records only its repository, not the path inside it, so there is no exact command to give. Open orchidfiles/ungate and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Ungate does

Use your Claude and ChatGPT subscriptions in Cursor instead of paying for API tokens.

Alternatives in Development

README

Ungate

Ungate

A Cursor-first extension for using Claude, ChatGPT, and MiniMax subscriptions in Cursor
instead of paying for API tokens.

Open VSX Downloads License: MIT Last commit

How it works

Ungate lets you use Claude, ChatGPT, and MiniMax in Cursor through account subscriptions instead of direct API token billing. Claude and ChatGPT authenticate via OAuth; MiniMax uses provider API credentials.

Cursor allows a custom OpenAI Base URL. Ungate listens on that URL and translates requests to the target provider API, including streaming, tool calls, and vision where supported.

The extension manages the tunnel that makes the proxy reachable to Cursor's backend and shows its settings in a Webview panel. From there you configure providers, copy the public proxy URL, and copy the proxy API key that Cursor uses to authenticate to your local proxy.

The status bar item shows separate API and tunnel state. Hover it to inspect the current tunnel URL and use quick actions for opening the dashboard, restarting the tunnel, and copying the tunnel URL.

Cursor also has a bug where `OpenAI API Key` turns itself off in settings every few hours. Ungate can keep it enabled automatically and lets you control this behavior from the status bar tooltip and the dashboard.

Architecture

sequenceDiagram
  participant U as Chat
  participant B as Cursor backend
  participant C as Cloud