This is my first time posting on here, but I figured this might be useful to some folks that use GPT/ChatGPT on a consistent basis.
I made (or, rather, am attempting to make) a public resource for action-schemas that GPT can use during completions. OpenAI introduced "custom GPTs" a while back, which have the ability to make API requests according to whatever schemas they've been given. I feel like, used correctly, this is a very powerful feature for allowing the model to send/fetch information and perform tasks. It can even be set up to work with a local endpoint (e.g. using Flask), so what you can do with it is pretty open-ended.
The repo is still very much a work-in-progress, but I'll be continuously trying to improve it further based on any suggestions I get.
I'd be super grateful if you'd consider contributing, providing some feedback, or even just taking a quick look at it!