Skip to content
Skill

kakao-send

by majiayu000

AI Summary

현재 열린 채팅방에 메시지를 보냅니다. 이 스킬은 로 설정되어 있어 Claude가 자동으로 메시지를 보낼 수 없습니다. 반드시 사용자가 를 직접 입력해야 합니다. 자동화된 메시지 전송은 카카오톡 이용약관 위반 가능성이 있으며 계정 정지 위험이 있습니다. 개인 용도로만 책임감 있게 사용하세요.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "kakao-send" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/kakao-send && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/kakao-send/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/communication/kakao-send/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/kakao-send/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/communication/kakao-send/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

카카오톡 메시지 전송. "카톡 보내줘", "메시지 전송", "kakao send", "KakaoTalk send message" 시 사용.

카카오톡 메시지 전송

현재 열린 채팅방에 메시지를 보냅니다.

중요: 사용자만 호출 가능

이 스킬은 disable-model-invocation: true로 설정되어 있어 Claude가 자동으로 메시지를 보낼 수 없습니다. 반드시 사용자가 /kakao-send를 직접 입력해야 합니다.

경고

자동화된 메시지 전송은 카카오톡 이용약관 위반 가능성이 있으며 계정 정지 위험이 있습니다. 개인 용도로만 책임감 있게 사용하세요.

실행

`bash cd /Users/taehoje/space/kakao-terminal && python kakao_cli.py send "$ARGUMENTS" `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption100+ stars on GitHub
428 ★ · Growing
DocsMissing or thin
Undocumented

GitHub Signals

Stars428
Forks72
Issues0
UpdatedToday
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code