Skip to content

gamechangsu/cs-weblatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS WebLatch

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 instructions
  • agents/openai.yaml: Codex skill metadata
  • scripts/latch/bridge: local Node bridge for response events
  • scripts/latch/extension: Chrome extension that observes supported web AI service state

Quick Start

Install this folder as a Codex skill, then run the bridge from scripts/latch/:

npm run bridge

Load the unpacked Chrome extension from:

scripts/latch/extension/

Useful bridge commands:

npm run wait
npm run text
npm run check

The bridge listens on:

http://127.0.0.1:8765

See SKILL.md for the full Codex workflow.

About

Codex skill for bridging ChatGPT Web responses through a local Latch bridge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors