Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/benelser/imessage-tools/imessage-sendnpx skills add benelser/imessage-tools --skill imessage-sendgit clone --depth 1 https://github.com/benelser/imessage-toolsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/benelser/imessage-tools/imessage-send)<a href="https://agentmods.dev/skills/benelser/imessage-tools/imessage-send"><img src="https://agentmods.dev/badge/skills/benelser/imessage-tools/imessage-send.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00011 | $0.00357 |
| Opus 5 | $0.00005 | $0.00179 |
| Sonnet 5 | $0.00002 | $0.00071 |
| Haiku 4.5 | $0.00001 | $0.00036 |
Grade A, and why
imessage-send scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Send a message using imessage-tools.
imessage-tools send $ARGUMENTS
The CLI handles:
- Contact name resolution (e.g. "John" -> phone number via macOS Contacts)
- Auto-detecting the correct service (iMessage, RCS, SMS) from chat history
- Service override with --sms, --rcs, or --imessage flags
- Sending to multiple contacts at once (1:many, comma-separated names)
- Sending to existing group chats by name (--group flag)
- Rich link previews via --preview (routes through Messages.app compose so URLs unfurl into og:title/og:image cards; briefly steals focus for ~6s per send)
Examples of how the user might invoke this:
/imessage-send "Jane Doe" "Hey what's up?"(1:1 send)/imessage-send "John Smith" "Let's grab lunch"(1:1 send)/imessage-send +15551234567 "Hello!"(1:1 by number)/imessage-send "Jane Doe" "Hello!" --rcs(1:1 with service override)/imessage-send "Jane Doe" "https://example.com/post" --preview(URL with rich preview)/imessage-send "Jane, John, Bob" "Meeting at 3"(1:many individual sends)/imessage-send --group "Work Chat" "Hello team!"(existing group chat)
Parse $ARGUMENTS to extract the recipient and message, then run the command.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 32 lines · 11 tokens per session scan A c68d685dfe17
imessage-send is a skill published in the GitHub repository benelser/imessage-tools (2 stars, last pushed 4mo ago), licensed MIT. It adds 11 tokens to every session and 357 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
apple-notes
Use this skill when the user wants to interact with Apple Notes on macOS - creating, searching, reading, updating, deleting, organizing, or formatting notes and folders. This skill provides access to Apple Notes through MCP tools and includes safe formatting guidance.
performance-patterns
Use when optimizing Apple Mail MCP operations, diagnosing slow queries, adding new filtering logic, or modifying how data is fetched from Mail.app. Covers osascript overhead, whose clause optimization, batch operation patterns, and known operation timings.
integration-testing
Use when setting up, running, or debugging integration tests against real Apple Mail. Also use when unit tests pass but behavior seems wrong, when adding new AppleScript operations, or when you need to understand why mocked tests are insufficient for this project.
api-design
Use BEFORE adding any new tool, parameter, or endpoint to the Apple Mail MCP server. Also use when considering API changes, evaluating feature requests, or when tempted to create a specialized operation. Contains the decision tree that prevents tool sprawl and the anti-pattern catalog.
release
Use when the user wants to release a new version. Orchestrates the full release workflow including milestone check, version bump, changelog generation, validation, tagging, and PR creation. Also use when discussing release planning or version management.
douyin-creator-scraping
Scrape video stats from the Douyin creator center (creator.douyin.com) using AppleScript to automate the user's logged-in Chrome. Covers the data-center/content page. Use when setting up periodic data collection, building a Douyin stats tracker, or automating export of video performance data.