Human Relay Replaced by some kind of fully automatic MCP server-client or some web addon/pluggin relay #1764
Replies: 2 comments
-
Zotero GPT Connector (a browser script for awesome gpt for zotero) tackles this nicely: it’s a Tampermonkey script that auto-fills prompts on web AIs (e.g., ChatGPT) via DOM manipulation (like setText targeting #prompt-textarea), intercepts responses by overriding XMLHttpRequest/fetch (extracting via regex in requestPatchArr), and sends results back to Zotero over local HTTP (127.0.0.1:23119). It loops to handle tasks continuously. Could inspire a Roo Code solution—swap Zotero for a local server to ditch the manual relay! |
Beta Was this translation helpful? Give feedback.
-
This will be cool feature 💪 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been dreaming of such an automatic way to replace the API calls using the Web Interface
This latest human relay feature is fantastic and work pretty much as expected but the fact that I have to copy and paste every single answer between Roo Code and Claude Web is very tedious and repetitive, I am sure there is a way to automatize this, what would be the right direction to go in ?
Beta Was this translation helpful? Give feedback.
All reactions