What problem does it solve? Your KakaoTalk conversations hold appointments, tasks, and business inquiries, but they stay locked inside the app. This Skill reads your own KakaoTalk data directly from your local device—no server login, no screen capture—so an AI assistant can summarize chats, extract to-dos, search history, and inspect photos and files on demand. ## Core Features & Use Cases - Offline local reading on Mac: Decrypts the local SQLCipher database using your device UUID and account userId (auto-recovered via plist SHA-512 hash reversal on KakaoTalk 26.x), with zero server connections for text. - Windows memory-dump reading: Parses decrypted SQLite pages from the running KakaoTalk process memory via procdump, merging each snapshot into a cumulative store.db so captured rooms never disappear. - Media and file inspection: Downloads recent photos and files via Kakao CDN signed URLs so the AI can read image text and file contents. - Kakao check workflow: Lists 1:1 and small-group rooms with new activity since your last check, drops work signals into the inbox as raw files, and hands routing to inbox-triage. - Use Case: Say "카톡 체크" in the morning—the Skill lists rooms with new messages since yesterday, you pick which to read, and meeting requests or tasks are filed into your inbox for triage. ## Quick Start Ask the AI to read your recent KakaoTalk conversations, for example: "카톡 체크해줘" or "어제 그 방 대화 정리해줘".