返回顶部
i

imessage发送iMessage

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
305
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

imessage

iMessage 技能

通过 AppleScript 使用 macOS 的“信息”应用发送 iMessage。

使用方法

当用户要求向某个电话号码发送信息时:

  1. 1. 从用户的请求中提取电话号码和信息内容
  2. 为美国号码添加 +1 前缀格式化电话号码(例如:8888888888 -> +18888888888)
  3. 使用 AppleScript 发送信息

AppleScript 命令

bash
osascript << EOF
tell application Messages
activate
send 信息内容 to buddy +1电话号码
end tell
EOF

示例

发送英文信息:

  • - 用户:“给 8888888888 发信息,说 hello”
  • 命令:send hello to buddy +18888888888

发送中文信息:

  • - 用户:“给 8888888888 发 你好”
  • 命令:send 你好 to buddy +18888888888

注意事项

  • - “信息”应用必须已登录 iMessage/FaceTime
  • 如果 AppleScript 执行失败,macOS 可能需要在“系统设置”>“隐私与安全性”>“辅助功能”中授予辅助功能权限
  • 支持任何文本内容(英文、中文、表情符号等)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 send-imessage-1776175682 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 send-imessage-1776175682 技能

通过命令行安装

skillhub install send-imessage-1776175682

下载

⬇ 下载 imessage v1.0.0(免费)

文件大小: 1.22 KB | 发布时间: 2026-4-15 10:46

v1.0.0 最新 2026-4-15 10:46
Version 1.0.0 Changelog

- Initial release of iMessage skill.
- Removed all previous implementation, documentation, and configuration files.
- Dramatically simplified: sends iMessages via macOS Messages app using AppleScript.
- Now only requires phone number and message; supports both English and Chinese.
- Drops all previous safety, admin, logging, and remote control features.
- Usage instructions and AppleScript command included for clarity.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部