Agent skill
kakao-status
카카오톡 연결 상태 확인. "카톡 상태", "연결 확인", "kakao status", "KakaoTalk connection" 시 사용.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/kakao-status
SKILL.md
카카오톡 상태 확인
현재 연결 상태와 세션 정보를 확인합니다.
실행
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- 채팅방 목록 보기
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?