카카오톡 최신 메시지 보기. "카톡 아래로", "최신 메시지", "kakao down", "KakaoTalk scroll down" 시 사용.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill kakao-down --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kakao Down?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-kakao-down)More formats (shields.io, HTML) on the badges page.
---
name: kakao-down
description: 카카오톡 최신 메시지 보기. "카톡 아래로", "최신 메시지", "kakao down", "KakaoTalk scroll down" 시 사용.
user-invocable: true
disable-model-invocation: false
allowed-tools: Bash
argument-hint: [step]
---
# 카카오톡 최신 메시지 보기
아래로 스크롤하여 최신 메시지를 봅니다.
## 실행
```bash
cd /Users/taehoje/space/kakao-terminal && python kakao_cli.py down $ARGUMENTS
```
## 옵션
- `/kakao-down` - 10개 최신으로 (기본)
- `/kakao-down 20` - 20개 최신으로
## 동작 방식
- 호출할 때마다 offset 감소
- 최소 offset은 0 (가장 최신)
- 현재에 가까운 메시지를 읽음
## 다음 단계
- `/kakao-up` - 이전 메시지로
- `/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!