repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: imsg |
| #3 | description: iMessage/SMS CLI for listing chats, history, watch, and sending. |
| #4 | homepage: https://imsg.to |
| #5 | metadata: {"clawdbot":{"emoji":"📨","os":["darwin"],"requires":{"bins":["imsg"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/imsg","bins":["imsg"],"label":"Install imsg (brew)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # imsg |
| #9 | |
| #10 | Use `imsg` to read and send Messages.app iMessage/SMS on macOS. |
| #11 | |
| #12 | Requirements |
| #13 | - Messages.app signed in |
| #14 | - Full Disk Access for your terminal |
| #15 | - Automation permission to control Messages.app (for sending) |
| #16 | |
| #17 | Common commands |
| #18 | - List chats: `imsg chats --limit 10 --json` |
| #19 | - History: `imsg history --chat-id 1 --limit 20 --attachments --json` |
| #20 | - Watch: `imsg watch --chat-id 1 --attachments` |
| #21 | - Send: `imsg send --to "+14155551212" --text "hi" --file /path/pic.jpg` |
| #22 | |
| #23 | Notes |
| #24 | - `--service imessage|sms|auto` controls delivery. |
| #25 | - Confirm recipient + message before sending. |
| #26 |