kakao-back

Return from an active KakaoTalk chat to the room list via Kakao CLI.

5|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/stpcoder/kakao-terminal --skill kakao-back
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kakao-back
Source: https://github.com/stpcoder/kakao-terminal/tree/main/.claude/skills/kakao-back
Command: npx skills add https://github.com/stpcoder/kakao-terminal --skill kakao-back

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Return to the KakaoTalk room list from within a chat session, enabling seamless navigation during automated workflows.

Core Features & Use Cases

  • Back to room list: return from any chat to the list of conversations.
  • State management: set in_chat to false and reset the message offset to prepare for room listing.
  • Display rooms: present the current page of chat rooms for quick re-entry.
  • Use Case: when a bot is processing a thread and needs to switch context back to the room overview.

Quick Start

Run the command to return to the room list from the current chat.

Frequently Asked Questions about kakao-back

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

FAQPage Schema
How do I return to the KakaoTalk room list from an active chat?

To return to the KakaoTalk room list from an active chat, run the back command. This sets the in_chat flag to false, resets message offsets, and prints the current room list.

How does Kakao CLI automation handle chat state when navigating back to rooms?

Kakao CLI automation handles chat state by updating the in_chat flag to false and resetting message offsets. This clears the active chat session and prepares the system to display the room list.

What is the best way to switch context from a KakaoTalk chat thread back to the room overview?

The best way to switch context back to the room overview is using the room list return command. It resets the current chat state and immediately presents the available chat rooms for re-entry.

Does the Kakao CLI room list command reset message offsets when leaving a chat?

Yes, the Kakao CLI room list command resets message offsets when leaving a chat. It updates the in_chat state to false to ensure a clean slate before listing the available chat rooms.

When do I need to reset the in_chat state in KakaoTalk automation workflows?

You need to reset the in_chat state in KakaoTalk automation workflows when a bot finishes processing a thread and must switch context back to the room overview to select a new conversation.