← 返回 Skills 市场
dezhihe91

send-imessage

作者 dezhihe91 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
374
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install send-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 messa...
安全使用建议
This skill is coherent for sending iMessages but only works on macOS with the Messages app signed in. Before installing: confirm you'll run it on macOS; be aware the agent can call the skill autonomously (consider requiring manual confirmation before sending messages); macOS may require Accessibility permission for osascript to control Messages. Also ask the publisher to set the skill's OS restriction to macOS to avoid accidental use on unsupported systems.
功能分析
Type: OpenClaw Skill Name: send-imessage Version: 1.0.0 The skill instructions in SKILL.md guide the AI agent to construct and execute shell commands (osascript) using unvalidated user input for the message text and phone number. This pattern is highly susceptible to shell injection if the agent does not properly sanitize the inputs before execution. While the functionality appears intended for legitimate iMessage automation, the lack of input validation or security warnings makes it a significant security risk.
能力评估
Purpose & Capability
The name/description and SKILL.md are consistent: the skill sends iMessages via AppleScript. However the registry metadata does not declare that this is macOS-only even though it requires osascript/AppleScript and the Messages app; that mismatch should be corrected.
Instruction Scope
SKILL.md contains explicit steps to extract phone number and message and run a single osascript block to send the message. It does not instruct reading unrelated files, accessing extra environment variables, or exfiltrating data.
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials. It properly notes runtime requirements (Messages logged in, Accessibility permissions) which are proportional to sending messages.
Persistence & Privilege
always is false (good). disable-model-invocation is false (normal), which means the agent could autonomously invoke the skill — this increases the risk of the agent sending messages without extra confirmation, though it is not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install send-imessage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /send-imessage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
Slug send-imessage
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

send-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 messa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 374 次。

如何安装 send-imessage?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install send-imessage」即可一键安装,无需额外配置。

send-imessage 是免费的吗?

是的,send-imessage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

send-imessage 支持哪些平台?

send-imessage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 send-imessage?

由 dezhihe91(@dezhihe91)开发并维护,当前版本 v1.0.0。

💬 留言讨论