kakao-send

Send user-provided text to the active KakaoTalk chat via kakao_cli.py send.

5|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/stpcoder/kakao-terminal --skill kakao-send
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kakao-send
Source: https://github.com/stpcoder/kakao-terminal/tree/main/.claude/skills/kakao-send
Command: npx skills add https://github.com/stpcoder/kakao-terminal --skill kakao-send

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

KakaoTalk users often need to send messages quickly from the command line without switching apps. The kakao-send skill enables direct CLI messaging to the active chat.

Core Features & Use Cases

  • Directly send messages to the active KakaoTalk chat from the CLI.
  • Works with the kakao_cli.py send command and respects safety constraints (user-invocable, disable-model-invocation).
  • Use case: quickly send a message like Hello to the currently opened chat from a terminal.

Quick Start

Send a message to the currently open KakaoTalk chat using the kakao_cli.py send command.

Frequently Asked Questions about kakao-send

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I automate KakaoTalk messaging using a Bash script?

Yes, you can automate KakaoTalk messaging by running the kakao_cli.py send command in Bash. It requires explicit user input for the text payload and sends it directly to the currently open conversation.

Does the KakaoTalk CLI send command require a specific chat window to be open?

Yes, the KakaoTalk CLI send command targets the currently active chat. It sends the provided text payload directly to whatever conversation is currently open on your screen at the time of execution.

What are the safety constraints when using the CLI to send KakaoTalk messages?

The safety constraints for sending KakaoTalk messages via CLI include disabling automatic model invocation and requiring explicit user input. This ensures the Bash command only sends intentionally provided text.

Why use the command line to send KakaoTalk messages instead of the desktop app?

Using the command line to send KakaoTalk messages allows quick text delivery without switching active windows. It streamlines workflows by executing the kakao_cli.py send command directly from your terminal environment.