How does ChatGPT AutoKuak work on a free ChatGPT account?
Yes. ChatGPT AutoKuak drives the web interface the same way a human does. It works on Free, Plus, and Team OpenAI accounts. The ChatGPT limits (messages/hour of the selected model) come from your OpenAI account, not from anything we add. On top of that, our own quota is 15/day anonymous, 30/day Free, and unlimited on Pro.
Are my prompts or Sora images stored on your servers?
No. The content goes straight from your browser to ChatGPT and generated images download to your local folder via chrome.downloads. The Kuaklabs backend (api.kuaklabs.com) only keeps aggregated usage counters (how many prompts you fired), never the text or images.
Is it safe to automate ChatGPT with a Chrome extension?
ChatGPT AutoKuak is Manifest V3 and only injects on chatgpt.com and on the source tabs you explicitly pick (Claude, Gemini, Grok, Flow). The chrome.downloads permission is used only to save Sora images to your local folder. The SSO between the Kuaklabs web and the extension uses an HMAC-signed token, no plaintext credentials.
What happens if ChatGPT changes its UI or the ProseMirror editor?
ChatGPT refreshes its DOM fairly often. We keep selectors up to date (#prompt-textarea, data-testid="send-button", data-testid="stop-button") as part of the subscription and ship hotfixes via Chrome Web Store within hours/days. Updates ship to Free too, they aren't Pro-only.
How long does ChatGPT AutoKuak take to process a 50-prompt batch?
Depends on ChatGPT's response time (typically 5–30 s per text reply, more if you ask for long JSON or code) plus the configured delay between prompts (minimum 7 s). As a reference: 50 prompts × ~15 s/prompt = ~13 minutes unattended. Chained Sequences take a bit longer because of reading the previous output.
Can I combine it with Grok AutoKuak and Flow AutoKuak?
Yes, that's the recommended setup. ChatGPT AutoKuak writes script + textual storyboard, Flow AutoKuak generates the visual storyboard and then the final video with Veo 3.1, Grok AutoKuak adds quick verticals on top. All three share the Pro plan and track usage separately, so alternating doesn't penalize.
Why is it separate from Grok AutoKuak if they're so similar?
Because each model evolves at its own pace and breaking ChatGPT's interface shouldn't break Grok's or Flow's. We ship independent extensions so we can iterate fast on each without cross-regression risk. The user sees them as a single suite: same login, same plan, same bridge-panel.
Can I use ChatGPT AutoKuak on Edge, Brave, or Opera?
Yes. Manifest V3, Chrome 116 or newer. Works on modern Chrome, Edge, Brave, and Opera. Install from the Chrome Web Store; it works the same on all four.