Phone

built-in

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.

Download Clyde

WHAT IT DOES

  • Detect phone numbers as you type
  • Start a call via FaceTime
  • Send an iMessage to the number
  • Copy the number to clipboard

TRIGGERS

[phone_number]+1 (555) 123-4567Any valid phone number format

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.