← 返回 Skills 市场
wzyyyyyyyy

Images Sender

作者 Wzyyyyyyyy · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
380
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install images-sender
功能描述
Send images from Mac to phone via iMessage
使用说明 (SKILL.md)

Send Image via iMessage

Function

Send images from Mac to phone number via iMessage/Messages app.

Usage

Send Image

When user requests to send an image, automatically send via iMessage to the phone.

Manual Commands

# Send image to phone number
python3 ~/.openclaw/workspace/skills/images-sender/scripts/send.py send "phone_number" "/path/to/image.png"

First Time Setup

Set the recipient phone number:

python3 ~/.openclaw/workspace/skills/images-sender/scripts/send.py config set "your_phone_number"

Image Storage

All images will be automatically copied to:

~/Pictures/openclaw-send/

The script automatically copies images to this directory before sending to avoid path issues.

安全使用建议
This skill appears to do what it says: it copies images to ~/Pictures/openclaw-send, saves a small JSON config at ~/.openclaw/workspace/imessage-sender-config.json, and uses osascript to send the image via the Messages app. Before installing or running: (1) inspect the script yourself (it is included) and verify you are comfortable with it writing to those paths; (2) be aware macOS will likely ask you to allow automation access to Messages; (3) test with a non-sensitive image and a number you control; (4) note a minor mismatch: saving a default recipient does not get used by the send command — the script expects an explicit recipient for send; (5) the script interpolates the recipient into AppleScript without sanitization, so avoid passing untrusted strings as the recipient. If you want tighter privacy, consider editing the script to store and use the default recipient and to validate/sanitize inputs.
功能分析
Type: OpenClaw Skill Name: images-sender Version: 1.0.0 The skill provides a utility to send images via iMessage using AppleScript, but it contains a significant command injection vulnerability. In `scripts/send.py`, the `send_imessage` function constructs an AppleScript string using f-strings with unsanitized input (`send_path` and `formatted_recipient`), which could allow an attacker to execute arbitrary AppleScript or shell commands if a crafted filename or recipient string is provided. While the intent appears functional, the high-risk nature of unsanitized `osascript` execution warrants a suspicious classification.
能力评估
Purpose & Capability
Name/description (send images via iMessage) aligns with the included Python script and SKILL.md. The script copies images to ~/Pictures/openclaw-send, saves a small JSON config, and uses osascript to drive the Messages app — all expected for this purpose. Minor inconsistency: SKILL.md paths reference the skill workspace path while the script stores its config at ~/.openclaw/workspace/imessage-sender-config.json (outside the skill folder), but this is not disproportionate to the stated function.
Instruction Scope
Instructions and script stay within scope: they copy a file, save a default recipient, and invoke osascript to send via Messages. They do not call external endpoints or read unrelated system data. Notes: the script always copies images to ~/Pictures/openclaw-send (documented), and the SKILL.md suggests a default-recipient workflow but the send command in the script requires an explicit recipient (the saved default is not used by send), which is an inconsistency. Also, recipient and paths are interpolated directly into AppleScript without sanitization — a potential injection/abuse vector if untrusted input is provided.
Install Mechanism
No install spec; this is instruction-only with a single included script. Nothing is downloaded or installed by the skill at runtime beyond writing a small config and copying files into the user's Pictures folder.
Credentials
The skill requests no environment variables, no external credentials, and no special config paths beyond writing its own config (~/.openclaw/workspace/imessage-sender-config.json) and copying to ~/Pictures/openclaw-send. These are proportionate to the task of sending images via the local Messages app.
Persistence & Privilege
The skill is not forced-always; it is user-invocable and does not modify other skills or system-wide settings. It creates a per-user config and a per-user image folder, which is expected for its function. Note: using osascript will likely prompt macOS automation/access permissions for controlling the Messages app.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install images-sender
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /images-sender 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of images-sender skill. - Send images from Mac to a phone number using iMessage via the Messages app. - Supports both automatic sending and manual commands for image transfer. - Stores all sent images in ~/Pictures/openclaw-send/ for reliable access. - Includes setup and configuration instructions for recipient phone number.
元数据
Slug images-sender
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Images Sender 是什么?

Send images from Mac to phone via iMessage. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 380 次。

如何安装 Images Sender?

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

Images Sender 是免费的吗?

是的,Images Sender 完全免费(开源免费),可自由下载、安装和使用。

Images Sender 支持哪些平台?

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

谁开发了 Images Sender?

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

💬 留言讨论