Actually, for AWS[0], it's already there. Being a prior user of it, that's where I got the idea to build for GCP after shifting to GCP.
You may want to consider adding new features to it or exploring the option of building for Azure. I'm pretty sure it's not currently available for Azure.
[0]https://github.com/rkoval/alfred-aws-console-services-workfl...
specifically would be interesting to have something like that for k8s resources.
Hopefully, someone will do it, or perhaps you can try replicating the same approach for Keypirinha.
You can build any workflow based on your use case, and you can execute those right from your keyboard. Workflows are limited only by your imagination, like turning off Bluetooth, killing a process, emptying trash, and much more, just from a few keyboard strokes.
For example, this workflow allows you to open a specific service or resource page in the GCP console directly from the keyboard, eliminating the need to navigate to Google Cloud, search for the desired page, and then open it, which can be a time-consuming process. Also, lets you avoid the mouse altogether.
Deleted Comment
If I had any nit to make, it's about browser.NewBrowser. It stutters, and even with just New(), at first I thought it was making a client. Not sure what I'd go with, maybe Parse like net/url?
Again, just a minor nit, not trying to take away what you've done here at all.