| name | chatgpt-use |
| description | Turn the user's ChatGPT web subscription (Plus/Pro) into a coding-agent backend โ no API key, no Codex billing. Use when the user wants to delegate a question, plan, review, debug pass, or whole task to ChatGPT ("ask ChatGPT", "่ฎฉ ChatGPT ็็/ๅ", "second opinion from GPT"), route work through their paid web subscription instead of API tokens, expose local files/terminal to ChatGPT via its MCP connector, or run ChatGPT as a drop-in Anthropic-compatible model endpoint. Built on chrome-use; requires a Chrome profile logged in to chatgpt.com. |
| allowed-tools | Bash(chatgpt-use:*), Bash(chrome-use:*) |
chatgpt-use
Drives the user's logged-in ChatGPT web conversation through chrome-use and wires it into the
local machine. Work runs on the flat subscription the user already pays for โ not the API, not the
Codex-usage bucket.
Install / self-heal: if chatgpt-use is missing, install from the GitHub Release, then retry:
curl -fsSL https://raw.githubusercontent.com/leeguooooo/chatgpt-use/main/install.sh | sh
Requires chrome-use on PATH (curl -fsSL https://raw.githubusercontent.com/leeguooooo/chrome-use/main/install.sh | sh)
and a Chrome profile logged in to chatgpt.com.
Pick the mode
chatgpt-use ask "<question>" [--file <path> ...]
git diff | chatgpt-use ask "Explain what changed and what might break"
chatgpt-use ask "<task>" --mode plan|review|debug|research --file <ctx> [--json] [--model pro]
chatgpt-use handoff plan.json --to codex|claude-code [--execute]
chatgpt-use work "<task>" [--loop] [--max-turns N]
chatgpt-use mcp --port 8788 --cwd <project>
chatgpt-use run "<task>" [--approve]
chatgpt-use serve --port 8787
One-time setup: chatgpt-use init (writes ~/.chatgpt-use/auth.json). Shared flags:
--model instant|medium|high|"extra high"|pro (pro is browser-only), --profile auto|relay|"Profile N",
--session <tab-group>, --project <ChatGPT Project>.
Agent etiquette
mcp --profile full --permission-mode dangerous hands ChatGPT a real terminal โ only on the
user's explicit request, never tunnel it, keep the token secret.
- The web surface rate-limits; on a rate-limit dialog, back off rather than hammering.
chatgpt-use --help / <subcommand> --help for the full surface.