streamdeck_create_action
Create a shell script in ~/StreamDeckScripts and return a native Open action block to run a command when the button is pressed.
Instructions
Create an executable shell script in ~/StreamDeckScripts and return a native Open action block for it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable action name used for the script filename and button label. | |
| command | Yes | Shell command to run when the button is pressed. | |
| working_directory | No | Optional working directory to cd into before executing the command. | |
| filename | No | Optional override for the script filename. |