Plugin SDK

Use the template in sdk/plugins/template_plugin.

  1. Create a folder under python_host/custom_plugins.
  2. Copy plugin.py and plugin.json.
  3. Implement get_commands() and optional handlers.
  4. Enable plugin integrations in Settings.

Schema-defined settings automatically show in the app settings panel.

Back