agentrhq/webcmd ? reverse-engineered prompt
Reverse engineered prompt
Build me a command line tool for browser automation that helps AI agents stop re discovering the same websites over and over.
I want it to be able to open a real browser, click around, type, extract data, capture network calls, and then learn from that exploration so later runs can use faster, more reliable commands instead of repeating the full browse every time.
It should support saved browser profiles, separate sessions for parallel work, and a way to run a small Playwright style script inside a session. I also want a plugin system so I can install site specific adapters later, plus a simple way to search for and add those plugins from the CLI.
Make the default experience feel like something an agent can use right away from the terminal, with clear docs and a quick start. If you need to look up current docs or APIs online while building it, do that.
Are you gonna build this?
make sure you review the code using coderabbit