# Triggercmd

TRIGGERcmd is a cloud service that allows you to securely and remotely run commands on your computers.

- **Category:** developer tools
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 5
- **Triggers:** 0
- **Slug:** `TRIGGERCMD`
- **Version:** 20260429_00

## Tools

### List TriggerCMD Commands V2

**Slug:** `TRIGGERCMD_LIST_COMMANDS_V2`

Tool to list all available commands for the authenticated user. Use when you need to retrieve all commands configured on your computers.

### List TriggerCMD Computers

**Slug:** `TRIGGERCMD_LIST_COMPUTERS`

Tool to list all computers associated with your TriggerCMD account. Use after authenticating with your token to retrieve connected machines.

### List TriggerCMD Panel Buttons

**Slug:** `TRIGGERCMD_LIST_PANEL_BUTTONS`

Tool to retrieve all panel buttons configured in your TriggerCMD account. Use when you need to browse available panel buttons before triggering them.

### Trigger Command

**Slug:** `TRIGGERCMD_TRIGGER_COMMAND`

Tool to trigger a specified command on a target computer. Use when you want to remotely execute a pre-configured command after authentication. Values for `computer` and `command` must exactly match identifiers returned by TRIGGERCMD_LIST_COMPUTERS and TRIGGERCMD_LIST_COMMANDS respectively; arbitrary names cause silent failures.

### Trigger Panel Button

**Slug:** `TRIGGERCMD_TRIGGER_PANEL_BUTTON`

Tool to trigger a specific panel button. Panels allow grouping related commands for easier organization and triggering. Use when you want to execute a command that's part of a panel configuration.
