Hacker News new | ask | show | jobs
by Johnny_Bonk 95 days ago
Yes, please do and ping me when it's done lol. Did you make it into an agent skill?
1 comments

Exactly, it is an agent skill that interacts pressing buttons and stuff with a webpage capturing and documenting all the API requests the page makes using Playwright's request / response interception methods. It creates and strongly typed well documented API at the end.
Sounds awesome. I've been using mitmproxy's --mode local to intercept with a separate skill to read flow files dumped from it, but interactive is even better.