Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
imsg CLI로 iMessage를 자연어로 주고받기
# imsg CLI 설치 brew install nicklama/tap/imsg # 버전 확인 imsg --version # v0.4.0+
"엄마한테 '오늘 늦게 들어가요' 보내줘" "김철수한테 iMessage로 회의 시간 변경 알려줘"
# 전화번호로 전송 imsg send --to "+821012345678" --text "오늘 늦게 들어가요" # SMS 폴백 (상대방이 iMessage가 아닐 때) imsg send --to "+821012345678" --text "메시지" --service sms
"최근 메시지 보여줘" "엄마한테서 온 마지막 메시지 뭐야?"
# 최근 메시지 조회 imsg history --limit 20 # 특정 대화 조회 imsg history --with "+821012345678" --limit 10 # 안 읽은 메시지 imsg history --unread
# 새 메시지 감시 (하트비트에서 활용) imsg watch --timeout 30
# HEARTBEAT.md ## iMessage - `imsg history --unread` 실행 - 중요한 메시지가 있으면 Telegram으로 알림 - "읽음" 표시는 하지 않음 (사용자가 직접 확인)
사용자: "엄마한테서 메시지 오면 알려줘" OpenClaw 하트비트 동작: 1. imsg history --unread 주기적 체크 2. 엄마 번호에서 새 메시지 감지 3. Telegram으로 내용 전달 4. 사용자가 답장 지시하면 imsg send 실행
"프로젝트 팀원들한테 '내일 회의 10시로 변경' 보내줘" → TOOLS.md에 연락처 매핑을 저장해두면 편리합니다: 김철수 → +821011112222 이영희 → +821033334444
TOOLS.md
imsg doctor