返回顶部
i

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
安全检测
已通过
291
下载量
0
收藏
概述
安装方式
版本历史

imessage

# iMessage Skill Send iMessages using macOS Messages app via AppleScript. ## Usage When user asks to send a message to a phone number: 1. Extract the phone number and message from user's request 2. Format phone number with +1 prefix for US numbers (e.g., 8888888888 -> +18888888888) 3. Use AppleScript to send the message ## AppleScript Command ```bash osascript << 'EOF' tell application "Messages" activate send "MESSAGE_TEXT" to buddy "+1PHONE_NUMBER" end tell EOF ``` ## Examples **Send English message:** - User: "send message to 8888888888, say hello" - Command: `send "hello" to buddy "+18888888888"` **Send Chinese message:** - User: "send to 8888888888 你好" - Command: `send "你好" to buddy "+18888888888"` ## Notes - The Messages app must be logged into iMessage/FaceTime - If AppleScript fails, macOS may need Accessibility permissions in System Settings > Privacy & Security > Accessibility - Works with any text content (English, Chinese, emoji, etc.)

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

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

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

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

通过命令行安装

skillhub install send-imessage-1776175682

下载 Zip 包

⬇ 下载 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
返回顶部