kakaotalk-mac

Query and manage local KakaoTalk chat data on macOS with confirmation.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill kakaotalk-mac
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: kakaotalk-mac
Source: https://github.com/NomaDamas/k-skill/tree/main/kakaotalk-mac
Command: npx skills add https://github.com/NomaDamas/k-skill --skill kakaotalk-mac

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires argparse, subprocess, multiprocessing, hashlib, json, pathlib, and includes scripts (resource) components.

What problem does it solve?

Manual KakaoTalk chat browsing, searching, and message deletion on macOS is slow and requires repetitive UI work, especially when you need precise retrieval of messages and cautious handling of send/delete actions. This skill turns those tasks into a guided CLI workflow with explicit confirmation for side effects.

Core Features & Use Cases

  • Chat listing & message search (read-only): View chat lists and retrieve recent messages or search by keyword to quickly find what you need.
  • Safe replies & controlled deletion: Send replies only after explicit user confirmation and delete only with explicit operator intent, using dry-run validation and UI automation for accuracy.
  • macOS-local data access via helper: Resolves KakaoTalkโ€™s local database auth when the upstream auth auto-detection fails, including caching for reuse on the same machine.

Quick Start

Ask to run the kakaotalk-mac skill to fetch recent messages from the chat named ์ง€์ˆ˜ and return them as a JSON summary for you.

Frequently Asked Questions about kakaotalk-mac

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search KakaoTalk chat history on macOS using the command line?โ–ผ

You can search KakaoTalk chat history on macOS by querying the local database via command line to retrieve messages by keyword or specified time ranges. This approach allows rapid message retrieval without manual UI browsing.

Can I delete sent KakaoTalk messages on Mac without manual clicking?โ–ผ

Yes, you can delete outbound KakaoTalk messages using accessibility-driven UI automation with a dry-run validation step. This ensures messages are removed only with explicit confirmation to prevent accidental data loss.

What permissions are required to read local KakaoTalk data on macOS?โ–ผ

Reading local KakaoTalk data on macOS requires Full Disk Access and Accessibility permissions enabled. You also need KakaoTalk for Mac installed and the kakaocli tool configured on your machine.

Why does KakaoTalk local database authentication fail on Mac and how is it resolved?โ–ผ

KakaoTalk local database authentication fails when upstream auto-detection cannot find your user-id. This is resolved by using a helper utility for auth resolution and caching the derived database keys locally for future reuse.

Is it possible to automate KakaoTalk replies on macOS safely?โ–ผ

Automating KakaoTalk replies on macOS is possible by drafting and sending messages through CLI workflows. The system requires explicit user confirmation before any outbound message is sent to ensure safe operations.