kakao-list

Retrieve KakaoTalk chat room lists via the kakao_cli.py CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

KakaoTalk 채팅방 목록을 빠르게 확인하고 필요한 방으로 쉽게 이동할 수 있도록 도와줍니다.

Core Features & Use Cases

  • 채팅방 목록 조회: 처음 10개 방의 목록을 표시하고 필요 시 추가로 로딩할 수 있습니다.
  • 네비게이션 및 검색: 목록에서 방을 찾고 페이지를 이동하며 필요한 채팅방을 빠르게 열 수 있습니다.
  • Use Case: 바쁜 업무 중 다수의 대화를 모니터링해야 할 때 특정 채팅방을 즉시 찾아 들어가는 흐름을 간소화합니다.

Quick Start

처음 10개 방의 목록을 보려면 kakao_cli.py list 명령을 실행합니다.

Frequently Asked Questions about kakao-list

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

FAQPage Schema
How do I list KakaoTalk chat rooms in a CLI workflow?

To list KakaoTalk chat rooms in a CLI workflow, run the python kakao_cli.py list command to retrieve and view the first 10 rooms. You can use the optional limit argument to load additional rooms and scroll through the conversation navigation interface.

Can I search and scroll through KakaoTalk chat rooms from the terminal?

Yes, you can search and scroll through KakaoTalk chat rooms from the terminal using KakaoTerminal. This CLI workflow provides a stable navigation path to find specific rooms, move through pages, and quickly open targeted conversations without leaving the command line.

What is the best way to monitor multiple KakaoTalk conversations during busy work?

The best way to monitor multiple KakaoTalk conversations during busy work is using a CLI chat room list retriever. It streamlines conversation navigation by allowing you to instantly query active rooms, search for specific names, and directly open the required chat.

Does the KakaoTalk CLI list command support limiting the number of displayed rooms?

Yes, the KakaoTalk CLI list command supports an optional limit argument to control the number of displayed rooms. It defaults to showing the first 10 chat rooms and allows you to load more as needed for efficient conversation navigation.

Do I need any specific dependencies to retrieve KakaoTalk chat room lists via CLI?

No specific external dependencies are required to retrieve KakaoTalk chat room lists via CLI beyond the base execution environment. The skill operates independently using the python kakao_cli.py list command to provide stable chat room navigation and search capabilities.