I don't know if it's sustainable or desirable to keep adding commands to the central repo.
I think providing a plugin-like system would be really cool, so you could enable commands provided by other github repos in your config. Or a simple string replacement redirect service, like:
{
"alias": "https://customwebsite.com/?search=%s",
...
}
I haven't come up with a great design yet