I’m going to show how to make a clip command for viewers to use in your chat, making clips easier!
Under the Actions tab, place your cursor over the Actions panel, right-click and select Add. Name your command and give it a group if you want like.


We want this to be triggered when a viewer types !clip in chat, so in the Triggers window, right-click and navigate to the following:

Click Create Command.

We are going to name the command Clip and under the Commands section simply enter !clip or what ever you would like your command to be triggered with. Then click Ok.

In the Sub Actions panel we’re going to make 3 actions, starting first with sending a message to our chat to let us know the clip is being made / the command is working. Right-click in the Sub-Actions window and navigate to the following:

We’re just going to fill in the following and click Ok:

Next is to create the clip! In the Sub-Actions panel, navigate to the following:

Lastly, we want the clip to be posted in chat when it’s ready, so we are going to send another message to our Twitch chat like in the previous step, but this time we’re going to enter the clip URL variable instead of a “Creating clip” message.

If you followed the Sub-Action steps properly, your Sub-Actions panel should look like below, and you’re all set!

Note: You need to be live for this command to work, it will not work otherwise.