Show HN: Give Claude Code control of your browser (open-source) (cli-agents.click)

10 points by nharada ↗ HN
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

2 comments

[ 3.2 ms ] story [ 15.2 ms ] thread
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.

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