macOS system controls—power, volume, brightness, screenshots, network, app management, and more. All commands run locally via macOS APIs.
WHAT IT DOES
TRIGGERS
DATA
local only// No local file. Examples of what each command produces:
// screenshot
// → ~/Desktop/screenshot-20260306-114523.png
// speedtest
// → copies to clipboard: /opt/homebrew/bin/speedtest --accept-license --accept-gdpr
// → opens Terminal.app
// network info
// → local IP read via getifaddrs() (no shell)
// → public IP fetched from https://api.ipify.org
// say hello world
// → /usr/bin/say "hello world" (no output stored)System commands run locally via macOS APIs. Screenshots go to ~/Desktop/screenshot-<timestamp>.png. Speedtest copies the command to clipboard and opens Terminal. No data leaves your device.
This is a built-in Clyde command. No installation required—it ships with every copy of the app.