skills$openclaw/imsg
steipete6.3k

by steipete

imsg – OpenClaw Skill

imsg is an OpenClaw Skills integration for data analytics workflows. iMessage/SMS CLI for listing chats, history, watch, and sending.

6.3k stars8.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameimsg
descriptioniMessage/SMS CLI for listing chats, history, watch, and sending. OpenClaw Skills integration.
ownersteipete
repositorysteipete/imsg
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @steipete/imsg
last updatedFeb 7, 2026

Maintainer

steipete

steipete

Maintains imsg in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
262 B
SKILL.md
892 B
SKILL.md

name: imsg description: iMessage/SMS CLI for listing chats, history, watch, and sending. homepage: https://imsg.to metadata: {"clawdbot":{"emoji":"📨","os":["darwin"],"requires":{"bins":["imsg"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/imsg","bins":["imsg"],"label":"Install imsg (brew)"}]}}

imsg

Use imsg to read and send Messages.app iMessage/SMS on macOS.

Requirements

  • Messages.app signed in
  • Full Disk Access for your terminal
  • Automation permission to control Messages.app (for sending)

Common commands

  • List chats: imsg chats --limit 10 --json
  • History: imsg history --chat-id 1 --limit 20 --attachments --json
  • Watch: imsg watch --chat-id 1 --attachments
  • Send: imsg send --to "+14155551212" --text "hi" --file /path/pic.jpg

Notes

  • --service imessage|sms|auto controls delivery.
  • Confirm recipient + message before sending.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install imsg?

Run openclaw add @steipete/imsg in your terminal. This installs imsg into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/steipete/imsg. Review commits and README documentation before installing.