Your coding agent can read the web. It can't use it.
One command fixes that:
> npx agentbrowse skill
Now Claude Code, Codex, Cursor, Gemini & Windsurf can drive any website from the terminal — open, click, fill, read.
Watch it work ↓
431 downloads in 2 days is good !
Agent-browse: drive any website from the terminal and its Built for AI coding agents
"npm install -g agentbrowse"
use it in your next project !
okay so i shipped so many thing in last 30 hours
i need to make it work from here to, proper get user's feedback !
the projects are too early right now, and getting feedback is harder
anyways i made it opensource, go check it out: github.com/mandarwagh9
Video streaming has 240p → 4K. It serves the same content at the quality your device network can handle.
Robot models don't have this. You ship one fixed model that's either too big for the edge or too weak for the task.
So I built adaptive-serve.
🧵[1/7]
I built a benchmark to check the router. It immediately caught a bug in the router: cloud latency was scaling with the robot's local compute.
(cpu-only "cloud" = 2100ms vs orin-nano = 105ms, same cloud model.) Fixed. That's what eval harnesses are for.
[6/7]
One model, the right call for every device and link. Big device → full model local. Small device → cloud on a good link, split on a weak link, best-effort local when the link dies.
Open source, MIT, 181 tests, green CI.
""pip install adaptive-serve""
github.com/mandarwagh9/adapt…
[7/7]