streamdeck_create_action
Create a shell script in ~/StreamDeckScripts and return a native action block. Provide the name and command to define button behavior.
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. | |
| filename | No | Optional override for the script filename. | |
| working_directory | No | Optional working directory to cd into before executing the command. |