Email

built-in

Type or paste an email address and Clyde shows you contextual actions—compose a new message, copy the address, or open the contact in your default mail client.

Download Clyde

WHAT IT DOES

  • Detect email addresses as you type
  • Compose a new email in your default mail client
  • Copy the email address to clipboard

TRIGGERS

[email]@example.comhello@company.comAny valid email address

DATA

local only
// No local file. Clyde detects an email pattern and offers actions:

// input:  "[email]@example.com"
// action: NSWorkspace.shared.open(URL("mailto:[email]@example.com"))
//     or: NSPasteboard.general.setString("[email]@example.com", forType: .string)

No storage. Clyde detects the email pattern and opens a mailto: link via NSWorkspace. Nothing is logged or sent anywhere.

This is a built-in Clyde command. No installation required—it ships with every copy of the app.