openkakao-cli

Installation
SKILL.md

OpenKakao CLI

openkakao-rs is a KakaoTalk CLI with REST, LOCO, and local DB support. LOCO write operations (send, delete, edit, react) are disabled by default — they require safety.allow_loco_write = true in config. Prefer safe local-db commands for reads, use --dry-run to preview writes.

Safety model

LOCO write operations risk account bans. They are disabled by default.

# ~/.config/openkakao/config.toml
[safety]
allow_loco_write = true   # Required to enable send/delete/edit/react

Quick checks

Related skills

More from junghoonghae/skills

Installs
28
GitHub Stars
4
First Seen
Feb 26, 2026