Agent skill

imsg

iMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.

SafeAI-Lab-Xgithub.com/SafeAI-Lab-XGitHub ↗
claude-code
Install
npx skills add SafeAI-Lab-X/ClawKeeper --skill imsg --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: legacy/clawkeeper-watcher/skills/imsg/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,027
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# imsg Use `imsg` to read and send iMessage/SMS via macOS Messages.app. ## When to Use ✅ **USE this skill when:** - User explicitly asks to send iMessage or SMS - Reading iMessage conversation history - Checking recent Messages.app chats - Sending to phone numbers or Apple IDs ## When NOT to Use ❌ **DON'T use this skill when:** - Telegram messages → use `message` tool with `channel:telegram` - Signal messages → use Signal channel if configured - WhatsApp messages → use WhatsApp channel if configured - Discord messages → use `message` tool with `channel:discord` - Slack messages → use `slack` skill - Group chat management (adding/removing members) → not supported - Bulk/mass messaging → always confirm with user first - Replying in current conversation → just reply normally (OpenClaw routes automatically) ## Requirements - macOS with Messages.app signed in - Full Disk Access for terminal - Automation permission for Messages.app (for sending) ## Common Commands ### List Chats ```bash imsg chats --limit 10 --json ``` ### View History ```bash # By chat ID imsg history --chat-id 1 --limit 20 --json # With attachments info imsg history --chat-id 1 --limit 20 --attachments --json ``` ### W

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Requirements
  4. Common Commands
  5. List Chats
  6. View History
  7. Watch for New Messages
  8. Send Messages
  9. Service Options
  10. Safety Rules
  11. Example Workflow
Commands it runs
imsg chats --limit 10 --json
By chat ID
imsg history --chat-id 1 --limit 20 --json
With attachments info
imsg history --chat-id 1 --limit 20 --attachments --json
imsg watch --chat-id 1 --attachments
Text only
imsg send --to "+14155551212" --text "Hello!"
With attachment
imsg send --to "+14155551212" --text "Check this out" --file /path/to/image.jpg
More from ClawKeeper
All skills →
About this skill
What does the imsg skill do?

iMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.

How do I install it?

Run `npx skills add SafeAI-Lab-X/ClawKeeper --skill imsg --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From SafeAI-Lab-X/ClawKeeper, a repository with 1,027 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going