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.
1---2name: en3description: kmsg coding agent Skill4---5# kmsg coding agent Skill67The `kmsg` Skill guides Claude Code and Codex through the same safe workflow for8finding, reading, and sending KakaoTalk messages on macOS.910## Requirements1112- macOS 13 or later13- KakaoTalk for macOS, signed in14- Accessibility permission for the installed `kmsg` binary1516## Install the Skill1718```bash19npx skills add channprj/kmsg --skill kmsg --agent claude-code codex -g -y20```2122## Invoke it from an agent2324| Agent | Invocation |25|---|---|26| Claude Code | `/kmsg` |27| Codex | `$kmsg` |2829## Safe default workflow30311. Check permissions and sign-in status with `kmsg status --verbose`.322. Confirm the exact chat name with `kmsg chats --limit 20`.333. Read recent messages with `kmsg read "Chat name" --limit 20`.344. Before sending, run `kmsg send "Chat name" "Message" --dry-run`.3536## Use it with MCP3738Use `kmsg watch --json` for long-running events and `kmsg mcp-server` for39request-and-response tools. See the [MCP guide](../mcp/) for configuration40details.4142## Troubleshooting4344If a command fails, check `kmsg status --verbose` and45`kmsg inspect --depth 5` first. See [Usage](../usage/) for all options.
Run npx skillmds@latest add channprj/en in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
kmsg coding agent Skill It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
channprj (@channprj) published this skill. Their other Agent Skills are listed on their SkillMD profile.