kakao-up

Scroll KakaoTalk chat history by increasing an internal offset in session state.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scrolling KakaoTalk chat history to view older messages from the current conversation without leaving the terminal.

Core Features & Use Cases

  • Fetches previous messages by increasing the internal offset and displays them in the same format used by the Kakao CLI.
  • Maintains a session-based offset to remember your position across commands.
  • Use case: recall a prior message or review a conversation while staying in the terminal.

Quick Start

Run python kakao_cli.py up to view the previous messages.

Frequently Asked Questions about kakao-up

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

FAQPage Schema
How do I view older KakaoTalk messages in the terminal?

Yes, you can scroll KakaoTalk chat history using the CLI. The tool maintains a session-based offset, remembering your position across commands so you can continuously reveal earlier messages without losing context.

How many previous messages can I fetch with the KakaoTalk CLI at once?

The KakaoTalk CLI supports a default fetch of 10 previous messages per command. You can also use optional extended counts to retrieve a larger batch of earlier chat history at once.

Do I need any dependencies to scroll KakaoTalk chat history via CLI?

No dependencies are required to scroll KakaoTalk chat history via CLI. The tool operates independently to increase the internal offset and persist your reading position in session state.

What is the best way to recover context from a past KakaoTalk conversation?

The best way to recover context from a past KakaoTalk conversation is using the CLI up command. It reveals earlier messages by increasing an internal offset, allowing you to locate specific prior chat content.