Back to Home8/30/2025, 6:07:16 PM

Show HN: Give Claude Code control of your browser (open-source)

10 points
3 comments
As I started to use Claude Code to do more random tasks I realized I could basically build any CLI tool and it would use it. So I built one that controls the browser and open-sourced it. It should work with Codex or any other CLI-based agent!

I have a long term idea where the models are all local and then the tool is privacy preserving because it's easy to remove PII from text, but I'd definitely not recommend using this for anything important just yet. You'll need a Gemini key until I (or someone else) figure out how to distill a local version out of that part of the pipeline.

Github link: https://github.com/moonshinelabs-ai/skipper-tool

Discussion Activity

Light discussion

First comment

7m

Peak period

3

Day 1

Avg / period

3

Comment distribution3 data points

Based on 3 loaded comments

Key moments

  1. 01Story posted

    8/30/2025, 6:07:16 PM

    80d ago

    Step 01
  2. 02First comment

    8/30/2025, 6:14:17 PM

    7m after posting

    Step 02
  3. 03Peak activity

    3 comments in Day 1

    Hottest window of the conversation

    Step 03
  4. 04Latest activity

    8/30/2025, 7:34:52 PM

    80d ago

    Step 04

Generating AI Summary...

Analyzing up to 500 comments to identify key contributors and discussion patterns

Discussion (3 comments)
Showing 3 comments
dmehta97
80d ago
1 reply
tried it out and honestly it worked pretty well, but it’s way slower than me just doing the task myself, needs to be faster
nharada
80d ago
Yeah speed is definitely a weakness right now. One option is to switch the models around and try a faster one, that will probably give you some speed-up at the potential expense of accuracy. You can do that in the .skipperrc file. There's some gains to be made for prompting most likely, as well as in the Omniparser model.

A more future thing I'd like to do is have a model specifically for the action selection task which could be a much smaller network. That would really improve the latency.

nharada
80d ago
I also built a hosted option for the OmniParser network since running it locally might be more setup than the average person wants to deal with, and there's a simple interface to create keys on the website. Give it a shot if you wanna try the tool but please don't abuse it too hard I'm paying out of pocket for the GPU. This ain't some VC funded project it's literally just me.

And please let me know if/when you find bugs, I'm definitely expecting you'll encounter some and I'll do my best to fix them ASAP.

ID: 45076779Type: storyLast synced: 11/17/2025, 8:01:49 PM

Want the full context?

Jump to the original sources

Read the primary article or dive into the live Hacker News thread when you're ready.