Toolverse
All skills

imsg

by openclaw

iMessage/SMS CLI for listing chats, history, watch, and sending.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Mobile
Views
47

About this skill

iMessage/SMS CLI for listing chats, history, watch, and sending.

How to use

  1. Zainstaluj imsg za pomocą Homebrew, uruchamiając polecenie brew install steipete/tap/imsg. Upewnij się, że aplikacja Wiadomości jest zalogowana na Twoim koncie.

  2. Przyznaj terminalowi uprawnienia dostępu do pełnego dysku w Ustawieniach Bezpieczeństwa macOS, a następnie uprawnienia automatyzacji, aby umożliwić kontrolę aplikacji Wiadomości.

  3. Wyświetl listę swoich ostatnich czatów, wpisując imsg chats --limit 10 --json. Polecenie zwróci identyfikatory czatów potrzebne do dalszych operacji.

  4. Aby przeczytać historię konkretnego czatu, użyj imsg history --chat-id [ID] --limit 20 --attachments --json, zastępując [ID] numerem z poprzedniego kroku. Dodaj flagę --attachments, aby pobrać załączniki.

  5. Do obserwowania nowych wiadomości w czacie w czasie rzeczywistym uruchom imsg watch --chat-id [ID] --attachments. Polecenie będzie wyświetlać przychodzące wiadomości na bieżąco.

  6. Aby wysłać wiadomość, wpisz imsg send --to "+48123456789" --text "Twoja wiadomość" --file /ścieżka/do/pliku.jpg. Flagę --file możesz pominąć, jeśli nie chcesz wysyłać załącznika. Przed wysłaniem sprawdź numer odbiorcy i treść wiadomości.

Related skills

create-plan

by antinomyhq

Generate detailed implementation plans for complex tasks. Creates comprehensive strategic plans in Markdown format with objectives, step-by-step implementation tasks using checkbox format, verification criteria, risk assessments, and alternative approaches. Use when users need

Mobile
13108

sequential-thinking

by mrgoonie

Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.

Mobile
60238

react-native-architecture

by wshobson

Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects.

Mobile
3978

swift-best-practices

by sammcj

This skill should be used when writing or reviewing Swift code for iOS or macOS projects. Apply modern Swift 6+ best practices, concurrency patterns, API design guidelines, and migration strategies. Covers async/await, actors, MainActor, Sendable, typed throws, and Swift 6

Mobile
36140

mobile-ios-design

by wshobson

Master iOS Human Interface Guidelines and SwiftUI patterns for building native iOS apps. Use when designing iOS interfaces, implementing SwiftUI views, or ensuring apps follow Apple's design principles.

Mobile
107284

mobile-design

by sickn33

Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or

Mobile
6091