The Reel Vault

This course is free — log in to save your progress and unlock the full library.

Log in free →

Pivoting BrowsingBee: from testing tool to browser skills for Claude

1:59

BrowsingBee was a testing tool; now it's becoming browser skills for agents. The trigger: I couldn't let Claude configure DNS on Namecheap because there's no CLI for it — so the browser becomes a skill Claude can call.

Transcript

back we spend a hell lot of amount of time and i literally had one developer working on this full time it's called browsing b it was basically a testing tool where you can go ahead and create tests of like the flow so basically you can describe that the ai or like the agent will go to the website click on the input field enter the email click on the other input field of the password enter the password hit sign in so you can kind of follow the flow so whenever you make whenever you make changes you can kind of test it out now i'm kind of trying to pivot this into a product which will help people create ai agents workflows for their product okay what do i mean by that so today i was trying to set a few things and i wanted to use namecheap so namecheap i buy buy domains from there and i wanted to set up dns settings there so that like my recent account can use the mail the domain here for the mail thing now to do it i need to manually do it because there is no way cloud code can do that through cli so i thought hey why not uh we can have a browsing b um you know have that rather than as a test but as skill and uh you know you can describe hey cloud uh you know cloud knows okay okay browsing b can do that so it can kind of ask browsing b hey i want to do this and there will be a like a skills directory um you know where all kind of things can be implemented whatever you do like so all of these can be like templatized so that uh people can kind of share that with uh other people and then claude can also learn from all of these things so basically my whole goal being that we want to make every single web application work through the terminal uh the reason i feel the terminal have the best chance of working out is because i feel it's much faster it's much easier to it's like for example to execute that thing of updating dns details you might need to only give a single command with the query parameters and variables it will initiate all of that thing compared to you having to run and run that like doing that manually what do you think about it let me know in the comments