MFLS2023/Google-AI-Studio-Gemini-Key-Scripts ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple browser automation tool that helps me create a bunch of Google Cloud projects, then generate Google AI Studio Gemini API keys for those projects, and also pull out any keys I already have.
I want it to work in two ways, one as a userscript that adds a small floating button on the page, and one as copy and paste scripts I can run in the browser console. The userscript should be the easiest option, ideally it can move through the Google Cloud Console and AI Studio pages on its own, create projects in batches, then switch to the key page and generate keys with a short delay between steps. For the mobile friendly version, copy the final key to the clipboard, and for the desktop version, print the keys clearly in the console.
Please make the settings easy to change, like how many projects to create, how many keys per project, and the delay between actions. If anything about the current Google pages has changed, look up current docs online if you need to and make it as reliable as possible.
Are you gonna build this?
make sure you review the code using coderabbit