카카오톡 방 목록으로 돌아가기. "카톡 뒤로", "방 목록", "kakao back", "KakaoTalk back to list" 시 사용.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill kakao-back --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kakao Back?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-kakao-back)More formats (shields.io, HTML) on the badges page.
---
name: kakao-back
description: 카카오톡 방 목록으로 돌아가기. "카톡 뒤로", "방 목록", "kakao back", "KakaoTalk back to list" 시 사용.
user-invocable: true
disable-model-invocation: false
allowed-tools: Bash
---
# 카카오톡 방 목록으로 돌아가기
채팅에서 방 목록으로 돌아갑니다.
## 실행
```bash
cd /Users/taehoje/space/kakao-terminal && python kakao_cli.py back
```
## 동작 방식
- `in_chat` 상태를 false로 변경
- 메시지 offset을 0으로 리셋
- 현재 페이지의 방 목록 표시
## 출력 형식
```
✓ Back to room list
=== Chat Rooms (1-10) ===
1. 친구이름 (2 unread)
2. 그룹채팅
...
```
## 다음 단계
- `/kakao-open 3` - 다른 방 열기
- `/kakao-rooms-next` - 더 많은 방 보기
- `/kakao-search 검색어` - 방 검색
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!