Snips automation with web GUI

Hi!

Is there a way to create intent scripts using script editor in web GUI? For example i have that intent script which works when I put it in yaml file by hand:

command:
  action:
     service: python_script.action_kblachowicz_command_kblachowicz_vacuum
     data_template:
       entity_id: vacuum.xiaomi_vacuum_cleaner
       command: "{{command}}"

That intent script should be activated by Snips, where {{command}} is a slot. What should I put in data field? Second thing. How can I create automation for snips using GUI? To be more specific: what is the proper way to create a trigger that will be activated by snips? I tried to use MQTT with hermes/nlu/intentParsed topic, but I don’t know how I can pass the slot data for intent script ({{command}}).