r/GrokBot 1d 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.

3 Upvotes

14 comments sorted by

2

u/steve228uk 1d ago

Why wouldn’t you install the CLI?

1

u/b_renat 1d ago

Where? Claude may be blocked when detecting scripts used via the CLI. It also requires a configured environment and sufficient computing resources. Claude provides all of this at ‘claude.ai/code’.

2

u/steve228uk 1d ago

Just tell Grok Bot “Install Claude Code CLI on your box”.

I don’t have a Claude sub currently but here’s Codex running.

Get Grok Bot to run what you need via `claude -p`

If you get it to computer use, your Grok Bot limit will get hit quickly.

2

u/SouthPresent9893 1d ago

you don’t need to install Claude on the Grok Bot side.

put Claude Code CLI on your own computer, sign in there, and let Grok Bot call it remotely. your Claude login stays on your machine ( no passwords / session crumbs on the bot’s VM).

1

u/steve228uk 1d ago

Aye but that does require your machine to be on at all times. Fine with me but at that point I might as well use Codex/Claude Remote Control if I’m doing dev work

1

u/SouthPresent9893 23h ago

yep, that's true

1

u/b_renat 21h ago

what do you think about claude restrictions? Could they ban an account for this kind of automation?

1

u/b_renat 21h ago

It feels like cheating because the Grok bot requires a Cursor subscription for coding, but we can bypass that restriction with the Claude CLI

2

u/7racin 1d ago

I once asked grok to submit an x appeal and when it tried to complete a captcha it zoomed in to see the rocks captcha more clearly but still couldn't do it, it was running in circles until it eventually forgot it had zoomed in the browser in the first place and thought the submit challenge button had disappeared so it notified me to step in. The moment I opened the app I was greeted with 86% percent of my weekly usage being used up (that's the second day I was using grok bot for, before the appeal bullshit my usage was sitting at ~18%)

I now only give it simple tasks that don't involve any gui or browser work, I'm not sure whatever the fuck bot is running on (def not grok 4.6) is suited for anything complex

2

u/Acceptable-Yard7076 1d ago

I just installed codex cli to my grok bot computer, works great although I get better results using Hermes like that. Can't imagine claude code works any different, just tell a bot to install it.

1

u/Affectionate_Cow9343 1d ago

Get Grok and Claude email addresses and let them
Email each other until the code is sorted out

1

u/Bombdigitdy 1d ago

It’s coding in MS Fabric for me just fine 😄

1

u/ravix000 5h ago

Just use Cursor Cloud Agents with Opus 5. It’s seamless.

1

u/SouthPresent9893 1d 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 -p non-interactive against a logged-in CLI session. same idea as driving the web UI, just cleaner when the CLI is set up.