You can execute Automation Blocks scripts from Kbar, but I don't think there is a way to execute Kbar actions from Automation Blocks. That would require a mechanism provided by Kbar to remote-exectue the actions and as far as I know, Kbar does not offer that. However, depending on the types of actions you have, you can implement the same actions in Automation Blocks, too. If you have an "Effects and Presets" button, for example, you can use the Apply Preset block, or if you have a button which triggers a script, you can use the Execute Code block. Or if you have a button, which runs a menu command, you can use the Execute Menu Command block.
Bottom line: Most likely, you cannot trigger a Kbar button from Automation Blocks, but everything that can be triggered with a Kbar button can probably also be implemented as an Automation Blocks script.
... View more