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.
WHAT IT DOES
TRIGGERS
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.