CS WebLatch is a Codex skill for sending prompts to conversational AI web services through Chrome and reading completed responses through a local Latch bridge. The bundled adapters currently target ChatGPT Web, Gemini Web, Gemini Canvas, Claude Web, and Google AI Studio.
The skill includes:
SKILL.md: Codex skill instructionsagents/openai.yaml: Codex skill metadatascripts/latch/bridge: local Node bridge for response eventsscripts/latch/extension: Chrome extension that observes supported web AI service state
Install this folder as a Codex skill, then run the bridge from scripts/latch/:
npm run bridgeLoad the unpacked Chrome extension from:
scripts/latch/extension/
Useful bridge commands:
npm run wait
npm run text
npm run checkThe bridge listens on:
http://127.0.0.1:8765
See SKILL.md for the full Codex workflow.