← Back to Skills Marketplace
chloepark85

kakao-local-cli

by Chloe Park · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ⚠ suspicious
69
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install kakao-local-cli
Description
Command-line tool for Kakao Local API supporting keyword/category place search, geocoding, and reverse geocoding with JSON output and API key authentication.
README (SKILL.md)

Kakao Local API를 위한 경량 CLI 도구이다. 키워드/카테고리 장소검색, 주소→좌표(geocode), 좌표→주소(reverse-geocode)를 지원한다. Linux/macOS/Windows 어디서나 실행 가능하며 STDIN/STDOUT 기반 JSON 출력을 기본으로 하여 에이전트·자동화 파이프라인에 적합하다. 인증은 환경변수 KAKAO_REST_API_KEY로 설정한다.

설치

사용법 예시

  • 키워드 검색 kakao-local search --query "카카오프렌즈" --x 126.9784 --y 37.5666 --radius 5000
  • 카테고리 검색 (카페: CE7) kakao-local search --category CE7 --x 126.9784 --y 37.5666 --radius 1000
  • 지오코딩 (주소→좌표) kakao-local geocode --query "서울특별시 중구 세종대로 110"
  • 리버스 지오코딩 (좌표→주소) kakao-local reverse --x 126.9784 --y 37.5666

환경변수

  • KAKAO_REST_API_KEY: Kakao Developers REST API 키 (필수)
Usage Guidance
This skill appears to do what it says: a small CLI wrapper around Kakao Local requiring your Kakao REST API key. However: (1) the SKILL.md declares KAKAO_REST_API_KEY and a GitHub homepage but the registry metadata you were shown earlier does not — verify which is authoritative. (2) Because the package is instruction-only and points to a GitHub repo for installation, inspect the repository code before running pip install/pipx install. (3) Limit the API key's permissions and consider creating a dedicated key you can revoke if needed. (4) If you want higher assurance, ask the publisher for a release tarball or a verified package on a well-known registry, or request that code be embedded for review.
Capability Analysis
Type: OpenClaw Skill Name: kakao-local-cli Version: 0.1.1 The skill bundle for 'kakao-local-cli' contains standard documentation and metadata for a CLI tool designed to interact with the Kakao Local API. The SKILL.md file outlines legitimate usage for geocoding and location searches, requiring only the necessary KAKAO_REST_API_KEY environment variable. No malicious instructions, suspicious execution patterns, or data exfiltration risks were identified in the provided files.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The declared runtime requirement (KAKAO_REST_API_KEY in SKILL.md) is coherent with a Kakao Local API CLI. However the registry-level metadata provided earlier in the package summary claims no required env vars and no homepage; that conflicts with the SKILL.md which lists KAKAO_REST_API_KEY and a GitHub homepage. This discrepancy between manifest layers reduces trust.
Instruction Scope
SKILL.md contains only installation instructions (pipx/pip after cloning) and usage examples (search/geocode/reverse). It does not instruct reading unrelated files, exfiltrating data, or accessing additional credentials beyond the Kakao API key.
Install Mechanism
This is an instruction-only skill with no install spec in the registry; SKILL.md tells users to clone the GitHub repo and run pipx install . or pip install . locally. Installing directly from an external repo is common but carries typical risks: the code on GitHub must be reviewed before pip installing since the skill package provides no embedded code for automated review.
Credentials
Requesting a single KAKAO_REST_API_KEY is proportionate for a CLI that calls Kakao's REST API. No other credentials or sensitive environment access are requested in SKILL.md. The inconsistency is that registry metadata earlier stated 'none' for required env — this should be reconciled.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request any elevated or persistent platform privileges. As an instruction-only skill it does not itself write files or modify agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kakao-local-cli
  3. After installation, invoke the skill by name or use /kakao-local-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Fix metadata: declare required env + primary credential
v0.1.0
Initial release
Metadata
Slug kakao-local-cli
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is kakao-local-cli?

Command-line tool for Kakao Local API supporting keyword/category place search, geocoding, and reverse geocoding with JSON output and API key authentication. It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.

How do I install kakao-local-cli?

Run "/install kakao-local-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is kakao-local-cli free?

Yes, kakao-local-cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does kakao-local-cli support?

kakao-local-cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created kakao-local-cli?

It is built and maintained by Chloe Park (@chloepark85); the current version is v0.1.1.

💬 Comments