kmsg coding agent Skill
Install the kmsg Skill for Claude Code and Codex, then follow a safe workflow to find, read, and send KakaoTalk messages.
Updated Jul 29, 2026Edit on GitHub
The kmsg Skill guides Claude Code and Codex through the same safe workflow for
finding, reading, and sending KakaoTalk messages on macOS.
Requirements
- macOS 13 or later
- KakaoTalk for macOS, signed in
- Accessibility permission for the installed
kmsgbinary
Install the Skill
npx skills add channprj/kmsg --skill kmsg --agent claude-code codex -g -y
Invoke it from an agent
| Agent | Invocation |
|---|---|
| Claude Code | /kmsg |
| Codex | $kmsg |
Safe default workflow
- Check permissions and sign-in status with
kmsg status --verbose. - Confirm the exact chat name with
kmsg chats --limit 20. - Read recent messages with
kmsg read "Chat name" --limit 20. - Before sending, run
kmsg send "Chat name" "Message" --dry-run.
Use it with MCP
Use kmsg watch --json for long-running events and kmsg mcp-server for
request-and-response tools. See the MCP guide for configuration
details.
Troubleshooting
If a command fails, check kmsg status --verbose and
kmsg inspect --depth 5 first. See Usage for all options.