← Back to Skills Marketplace
dezhihe91

send-imessage

by dezhihe91 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
374
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install send-imessage
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install send-imessage
  3. After installation, invoke the skill by name or use /send-imessage
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug send-imessage
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 374 downloads so far.

How do I install send-imessage?

Run "/install send-imessage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is send-imessage free?

Yes, send-imessage is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does send-imessage support?

send-imessage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created send-imessage?

It is built and maintained by dezhihe91 (@dezhihe91); the current version is v1.0.0.

💬 Comments