Claude-skill-registry kakao-up
카카오톡 이전 메시지 보기. "카톡 위로", "이전 메시지", "kakao up", "KakaoTalk scroll up" 시 사용.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/kakao-up" ~/.claude/skills/majiayu000-claude-skill-registry-kakao-up && rm -rf "$T"
manifest:
skills/data/kakao-up/SKILL.mdsource content
카카오톡 이전 메시지 보기
위로 스크롤하여 이전 메시지를 봅니다.
실행
cd /Users/taehoje/space/kakao-terminal && python kakao_cli.py up $ARGUMENTS
옵션
- 10개 이전 메시지 (기본)/kakao-up
- 20개 이전 메시지/kakao-up 20
출력 형식
=== 친구이름 (offset: 10) === [오후 3:20] 친구: 이전 메시지 [오후 3:22] Me: 또 다른 이전 메시지 ...
동작 방식
- 호출할 때마다 offset 증가
- 메시지 히스토리에서 더 이전 것을 읽음
- offset은 세션 상태에 저장
다음 단계
- 최신 메시지로 돌아가기/kakao-down
- 가장 최신 메시지로/kakao-refresh