Type or paste a phone number and Clyde gives you quick actions—start a phone call via FaceTime, send an iMessage, or copy the number.
WHAT IT DOES
TRIGGERS
DATA
local only// No local file. Clyde detects a phone number pattern and offers actions:
// input: "+1 (555) 123-4567"
// call: NSWorkspace.shared.open(URL("tel:+15551234567"))
// text: NSWorkspace.shared.open(URL("sms:+15551234567"))
// or: NSPasteboard.general.setString("+1 (555) 123-4567", forType: .string)No storage. Clyde detects the phone number pattern and opens a tel: or sms: 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.