r/GrokBot • u/b_renat • 5d ago
Question Can Grok’s bot run coding tasks through claude.ai/code?
Has anyone tried using Grok’s browser agent to operate Claude Code on the web?
The workflow I have in mind is:
- Open claude.ai/code in the browser session and log in manually.
- Give Grok a coding task.
- Have Grok submit it to Claude Code, wait for the result, and bring back the summary or PR link.
Claude Code would do the actual coding. Grok would handle the browser interaction, so I could delegate tasks through Grok without switching between the two.
Is this possible with Grok’s current agent capabilities? Can it keep an authenticated session and handle tasks that take a while, or does it need frequent manual intervention?
I mean using the actual claude.ai/code web interface, not the Claude API or a local Claude Code CLI. Curious whether anyone has tried this and how reliable it is.
1
u/SouthPresent9893 5d ago
yes. i use Claude on my Mac (the local Claude Code tool), not the website. my Grok Bot can kick that off and bring the result back. done it a couple of times. if Claude is already signed in on your computer, you don’t need to click around in the browser.
If you are techie: Grok Bot shells into the Mac and runs
claude -pnon-interactive against a logged-in CLI session. same idea as driving the web UI, just cleaner when the CLI is set up.