imessage-group-create

imessage-group-create is a skill for Claude Code, Codex from benelser/imessage-tools. It costs 12 tokens per session (280 once invoked), scanned A, original, MIT.

An interactive tool for creating a new iMessage group chat with selected contacts. It resolves names and phone numbers, highlights ambiguous or missing matches, and sends the first message after confirmation.

In plain words
What is it for?
Use it to resolve contacts, adjust the participant list, confirm who belongs in the chat, and send its opening message.
Why use it?
It helps prevent adding the wrong person by showing the resolved contacts and asking you to confirm the final roster before creating the group. Group naming still has to be done in Messages afterward.

Skill for Claude CodeCodex

Part of the imessage-tools plugin — 6 skills, 1 hook shipped together

Install

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.

agentmods
npx agentmods add skills/benelser/imessage-tools/imessage-group-create
Any agent
npx skills add benelser/imessage-tools --skill imessage-group-create
Clone the repo
git clone --depth 1 https://github.com/benelser/imessage-tools

Made for: Claude Code, Codex.

Or install imessage-tools, the plugin that ships this one along with the rest of its 6 skills, 1 hook.

Wrote 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.

agentmods badge for imessage-group-create

README.md
[![agentmods](https://agentmods.dev/badge/skills/benelser/imessage-tools/imessage-group-create.svg)](https://agentmods.dev/skills/benelser/imessage-tools/imessage-group-create)
Your own site
<a href="https://agentmods.dev/skills/benelser/imessage-tools/imessage-group-create"><img src="https://agentmods.dev/badge/skills/benelser/imessage-tools/imessage-group-create.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 280 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00012 $0.00280
Opus 5 $0.00006 $0.00140
Sonnet 5 $0.00002 $0.00056
Haiku 4.5 $0.00001 $0.00028

Measured 5d ago against content hash a23a58529e47, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

imessage-group-create 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 5d 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.

skills/imessage-group-create/SKILL.md · 37 lines

What it actually says

Create a new iMessage group chat interactively.

Step 1: Ask who should be in the group

Ask the user for names, phone numbers, or a mix. They can provide comma-separated values.

Step 2: Resolve contacts

Run:

imessage-tools create-group resolve $ARGUMENTS

Parse the JSON output and present a clean numbered list to the user:

  • Show each resolved contact with name and number
  • Flag any ambiguous matches and ask the user to pick
  • Flag any not-found names and ask for corrections

Step 3: Confirm the roster

Show the final list and ask: "Look good? You can +Name to add or -Name to remove, or 'yes' to proceed." If they add/remove, re-resolve and show the updated list.

Step 4: Get the first message

Ask: "What should the first message be?"

Step 5: Create the group

Run:

imessage-tools create-group send "phone1,phone2,..." "message"

Show the result. Note: group naming must be done in Messages.app after creation.

IMPORTANT: Always confirm with the user before running the send step. Never create the group without explicit "yes" confirmation.

Changes

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.

  1. 5d ago First seen · 37 lines · 12 tokens per session scan A a23a58529e47

Subscribe to this mod's changes

imessage-group-create is a skill published in the GitHub repository benelser/imessage-tools (2 stars, last pushed 4mo ago), licensed MIT. It adds 12 tokens to every session and 280 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.

Related

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.

sweetrb/apple-notes-mcp · 54 tokens

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.

s-morgan-jeffries/apple-mail-fast-mcp · 50 tokens

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.

s-morgan-jeffries/apple-mail-fast-mcp · 52 tokens

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.

s-morgan-jeffries/apple-mail-fast-mcp · 56 tokens

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.

s-morgan-jeffries/apple-mail-fast-mcp · 49 tokens

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.

TradingAi666/TzFilm-Douyin-Tool · 68 tokens