streamdeck_create_action
Create an executable shell script from your command and return a native Stream Deck action block to run it when a button is pressed.
Instructions
Create an executable shell script in ~/StreamDeckScripts and return a native Open action block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable action name (used for filename and label). | |
| command | Yes | Shell command to execute on button press. | |
| filename | No | Override script filename. | |
| working_directory | No | cd into this directory before running. |