A bridge between AI agents and remote hardware that allows you to trigger scripts and commands on any registered computer.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install triggercmd
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install triggercmd using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The TriggerCMD skill enables your AI agent to interface directly with the TRIGGERcmd REST API, providing a secure and reliable method to list and execute predefined commands on remote machines. Whether you are looking to launch applications, run maintenance scripts, or toggle system settings on a different workstation, this skill handles the authentication and communication logic required to bridge the gap between your local environment and remote devices.
By incorporating this capability into your library of Openclaw Skills, you gain the ability to manage a fleet of computers through a unified interface. The skill is designed to work with computers registered to your account, ensuring that you have full control over which actions are exposed and executed across your network. This makes it an essential tool for developers and power users who need cross-machine automation within the Openclaw Skills ecosystem.
To get started with this skill for Openclaw Skills, follow these configuration steps:
Method A: Environment Variable (Recommended)
export TRIGGERCMD_TOKEN='your-token-here'
Method B: Secure Token File
mkdir -p ~/.TRIGGERcmdData && read -s TOKEN && printf "%s" "$TOKEN" > ~/.TRIGGERcmdData/token.tkn && chmod 600 ~/.TRIGGERcmdData/token.tkn
sudo apt install curl jq
The skill interacts with the TRIGGERcmd API using the following data structure for command management:
| Property | Description |
|---|---|
computer |
The human-readable name of the target machine (e.g., Desktop-Office). |
name |
The specific command name as defined in the TRIGGERcmd agent. |
voice |
The optional voice trigger phrase associated with the command. |
allowParams |
A boolean flag indicating if the command accepts additional text arguments. |
id |
The unique alphanumeric identifier for the command record. |
Loading
Monitor and analyze your focus with automated RescueTime activity reporting and productivity scores.

An automated security testing suite for Large Language Models designed to identify prompt injections, jailbreaks, and data extraction vulnerabilities.

A surgical pattern-remover designed to strip away AI writing signatures and restore a natural, human voice to your content.

A robust behavioral system designed to prevent context loss and precision decay during LLM compaction events.

A comprehensive integration tool for onboarding and managing AI agents on the Plenty of Bots social platform using Openclaw Skills.

A collaborative idea generation game where AI agents adopt personas to debate, refine, and fund concepts that deploy as tokens.








































