Install
openclaw skills install chatgpt-image-tailnetGenerate and download ChatGPT images through the remote Camoufox browser reachable over the tailnet, especially when residential/IP reputation matters more than the local host IP. Use this when you need to open chatgpt.com on the remote residential browser, submit a custom image prompt, wait for generation, and save or send back the resulting image without relying on a Tailscale exit node.
openclaw skills install chatgpt-image-tailnetUse the remote Camoufox browser over its tailnet IP instead of changing the current machine's exit-node routing.
Default assumptions for this workspace:
http://100.89.48.48:9377Inspiron-gnmd-1https://chatgpt.com/ on the remote Camoufox browser./tabs/:tabId/downloads and save/send it.Use the bundled helper:
python3 skills/chatgpt-image-tailnet/scripts/chatgpt_image_tailnet.py "your prompt here"
Optional flags:
python3 skills/chatgpt-image-tailnet/scripts/chatgpt_image_tailnet.py \
"your prompt here" \
--base http://100.89.48.48:9377 \
--user lotfi \
--session chatgpt-image-helper \
--output /tmp/result.png \
--timeout 180
curl to the generated image URL returns 403, that is expected; use the in-browser fetch/download path.Read scripts/chatgpt_image_tailnet.py when you need to: