카카오톡 연결 상태 확인. "카톡 상태", "연결 확인", "kakao status", "KakaoTalk connection" 시 사용.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill kakao-status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kakao Status?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-kakao-status)More formats (shields.io, HTML) on the badges page.
---
name: kakao-status
description: 카카오톡 연결 상태 확인. "카톡 상태", "연결 확인", "kakao status", "KakaoTalk connection" 시 사용.
user-invocable: true
disable-model-invocation: false
allowed-tools: Bash
---
# 카카오톡 상태 확인
현재 연결 상태와 세션 정보를 확인합니다.
## 실행
```bash
cd /Users/taehoje/space/kakao-terminal && python kakao_cli.py status
```
## 출력 형식
```
=== KakaoTalk Status ===
Current room: 친구이름
Messages sent this session: 5
Connection: ✓ Connected
```
## 상태 정보
- **Current room**: 현재 열린 채팅방 (없으면 None)
- **Messages sent**: 이번 세션에서 보낸 메시지 수
- **Connection**: 카카오톡 접근 가능 여부
## 연결 상태
- `✓ Connected` - 정상 작동
- `✗ KakaoTalk is not running` - 앱 실행 필요
- `✗ Permission denied` - 접근성 권한 필요
- `⚠️ Cannot read room list` - 채팅 탭으로 전환 필요
## 다음 단계
- `/kakao-setup` - 전체 전제조건 체크
- `/kakao-list` - 채팅방 목록 보기
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!