hyperbrowserai/HyperAgent — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an AI browser automation tool that lets people control a real browser with plain English instead of writing fragile scripts.

I want it to work as both a library and a command line tool. A user should be able to type a task like “go to Amazon, search for laptops, and return the first five prices” and the agent should open a browser, complete the steps, and return the result. Developers should also be able to use it inside TypeScript with simple methods for doing one action, doing a bigger multi step task, and extracting clean structured data from a page.

It should still allow normal Playwright style browser control when AI is not needed. Add support for stealth browsing, local browser sessions, optional cloud browser sessions through Hyperbrowser, action caching so workflows can be replayed without calling the model again, and a simple debug mode. Use current docs online if you need to.

Want more depth? Deep Reverse