Plugin SDK
Use the template in sdk/plugins/template_plugin.
- Create a folder under
python_host/custom_plugins. - Copy
plugin.pyandplugin.json. - Implement
get_commands()and optional handlers. - Enable plugin integrations in Settings.
Schema-defined settings automatically show in the app settings panel.