카카오톡 이전 메시지 보기. "카톡 위로", "이전 메시지", "kakao up", "KakaoTalk scroll up" 시 사용.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill kakao-up --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kakao Up?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-kakao-up)More formats (shields.io, HTML) on the badges page.
---
name: kakao-up
description: 카카오톡 이전 메시지 보기. "카톡 위로", "이전 메시지", "kakao up", "KakaoTalk scroll up" 시 사용.
user-invocable: true
disable-model-invocation: false
allowed-tools: Bash
argument-hint: [step]
---
# 카카오톡 이전 메시지 보기
위로 스크롤하여 이전 메시지를 봅니다.
## 실행
```bash
cd /Users/taehoje/space/kakao-terminal && python kakao_cli.py up $ARGUMENTS
```
## 옵션
- `/kakao-up` - 10개 이전 메시지 (기본)
- `/kakao-up 20` - 20개 이전 메시지
## 출력 형식
```
=== 친구이름 (offset: 10) ===
[오후 3:20] 친구: 이전 메시지
[오후 3:22] Me: 또 다른 이전 메시지
...
```
## 동작 방식
- 호출할 때마다 offset 증가
- 메시지 히스토리에서 더 이전 것을 읽음
- offset은 세션 상태에 저장
## 다음 단계
- `/kakao-down` - 최신 메시지로 돌아가기
- `/kakao-refresh` - 가장 최신 메시지로
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!