Agent skill
kakao-open
카카오톡 채팅방 열기. "카톡 방 열어", "채팅방 들어가줘", "kakao open", "KakaoTalk open room" 시 사용.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/kakao-open
SKILL.md
카카오톡 채팅방 열기
번호 또는 이름으로 채팅방을 엽니다.
실행
cd /Users/taehoje/space/kakao-terminal && python kakao_cli.py open $ARGUMENTS
옵션
/kakao-open 3- 목록에서 3번 방 열기/kakao-open "친구이름"- 이름으로 방 열기
동작 방식
- 카카오톡 채팅방 목록에서 해당 방 선택
- Enter 키로 채팅창 열기
- 세션 상태에 방 이름 저장
참고
- 방 번호는
/kakao-list에서 확인 - 이름 검색은 부분 일치 (대소문자 무관)
- 채팅창은 백그라운드에서 열림
다음 단계
/kakao-read- 메시지 읽기/kakao-send 메시지- 메시지 보내기/kakao-back- 방 목록으로 돌아가기
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?