Send iMessages via macOS Messages app using AppleScript. Use when user wants to send a text message/SMS to a phone number. Supports Chinese and English messages. Phone numbers should include +1 prefix for US numbers.
通过 AppleScript 使用 macOS 的“信息”应用发送 iMessage。
当用户要求向某个电话号码发送信息时:
bash
osascript << EOF
tell application Messages
activate
send 信息内容 to buddy +1电话号码
end tell
EOF
发送英文信息:
发送中文信息:
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 send-imessage-1776175682 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 send-imessage-1776175682 技能
skillhub install send-imessage-1776175682
文件大小: 1.22 KB | 发布时间: 2026-4-15 10:46