Loading...
Loading...
Work with OpenKakao CLI (`openkakao-rs`) for KakaoTalk on macOS. Use when user asks to authenticate, list chats, read messages (REST or LOCO), send messages, watch real-time messages, inspect friends/members/profile/settings, manage tokens, or build automation from chat data.
npx skill4agent add junghoonghae/skills openkakao-cliopenkakao-rsopenkakao-rs --version
openkakao-rs authbrew tap JungHoonGhae/openkakao
brew install JungHoonGhae/openkakao/openkakao-rsopenkakao-rs login --save # Extract credentials from KakaoTalk's Cache.db
openkakao-rs auth # Verify token validity
openkakao-rs me # Show your profile
openkakao-rs friends [-f] [-s q] # List friends (favorites/search)
openkakao-rs settings # Show account settings
openkakao-rs chats # List chat rooms (Pilsner REST API)
openkakao-rs messages <id> [-n N] # Read messages (Pilsner, limited cache)
openkakao-rs members <id> # List chat room membersopenkakao-rs loco-test # Test full LOCO connection
openkakao-rs send <chat_id> <message> # Send message via LOCO WRITE
openkakao-rs watch [--chat-id ID] [--raw] # Watch real-time incoming messages
openkakao-rs loco-chats [--all] # List all chat rooms
openkakao-rs loco-read <chat_id> [-n N] [--all] # Read message history (SYNCMSG)
openkakao-rs loco-read <chat_id> --all --json # JSON output
openkakao-rs loco-members <chat_id> # List members
openkakao-rs loco-chatinfo <chat_id> # Raw chat room infomessagesloco-readopenkakao-rs relogin [--fresh-xvc] # Refresh token via login.json + X-VC
openkakao-rs renew # Attempt token renewal via refresh_token
openkakao-rs watch-token [--interval N] # Poll Cache.db for fresh tokensopenkakao-rs --version && openkakao-rs authopenkakao-rs login --saveopenkakao-rs loco-chatschatsopenkakao-rs loco-read <chat_id> --allopenkakao-rs send <chat_id> "message text"openkakao-rs watch-950# Open KakaoTalk app first, then:
openkakao-rs login --save
openkakao-rs auth-950-300loco-readmessagesbrew tap JungHoonGhae/openkakao
brew update
brew install JungHoonGhae/openkakao/openkakao-rssend