← 返回 Skills 市场
725
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install mij-kakao-local
功能描述
PowerShell skill for calling Kakao Local API to normalize addresses and search places with keyword, location, radius, and category filters.
安全使用建议
This skill implements a Kakao Local API client in PowerShell and requires a Kakao REST API key, but the package metadata omits that requirement — treat that as a red flag. Before installing: (1) verify you obtain and store a Kakao REST API key with appropriate scope and rotate/revoke it if compromised; (2) prefer setting the key as a User-scoped environment variable rather than committing a config.json into source control (the SKILL.md also warns to add config.json to .gitignore); (3) review and control files under skills/kakao-local/data (places.json, cache.json) because they may contain saved locations or query history; (4) run the script in a constrained/test environment (or with a limited account) first to confirm behavior; and (5) ask the publisher to update registry metadata to declare KAKAO_REST_API_KEY as a required credential so automated gating and audits can catch it.
功能分析
Type: OpenClaw Skill
Name: mij-kakao-local
Version: 1.0.0
The skill is classified as suspicious due to its reliance on `curl.exe` (an external executable) for making API calls, where user-controlled input (`-Query` parameter) is incorporated into the command line. While the script attempts to mitigate shell injection risks by URL-encoding parameters using `[System.Uri]::EscapeDataString` and hardcoding the API endpoints to Kakao domains, the execution of an external binary with user-derived input still presents a potential vulnerability surface for command injection, even if mitigated. There is no evidence of intentional malicious behavior such as data exfiltration to arbitrary endpoints, persistence mechanisms, or prompt injection attempts in `SKILL.md`. Local file system access is confined to the skill's `data/` directory for legitimate purposes like configuration and caching.
能力评估
Purpose & Capability
The SKILL.md and included PowerShell script implement Kakao Local address normalization and place search and legitimately require a Kakao REST API key and access to a local data directory. However the registry metadata claims no required environment variables or primary credential — that is inconsistent with the actual runtime behavior (the script explicitly reads KAKAO_REST_API_KEY from User/Process env or a config.json).
Instruction Scope
The instructions and script stay within the stated purpose: they call only Kakao API endpoints, use curl.exe, parse responses, and read/write files under the skill's data directory (places.json, cache.json, data/config.json). The script reads environment variables (User, Process, and process env) and reads/writes files under skills/kakao-local/data; these actions are expected for a local client but should be noted (it does not attempt to read system-wide secrets or other unrelated paths).
Install Mechanism
This is an instruction-only skill with no install spec and no external downloads. No code is installed by an automated installer beyond running the included PowerShell script, which is lower risk in the installer dimension.
Credentials
The script requires a Kakao REST API key (KAKAO_REST_API_KEY) via environment variable or config.json, which is proportional to the functionality. The concern is that the skill registry metadata did not declare this required env var or primary credential, creating an information mismatch that could lead users to overlook storing/protecting the key appropriately.
Persistence & Privilege
The skill does not request elevated platform privileges, does not set always:true, and only writes to its own skill data directory. Persisting data (places.json, cache.json, config.json) in the skill folder is normal for this type of skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mij-kakao-local - 安装完成后,直接呼叫该 Skill 的名称或使用
/mij-kakao-local触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v0.1.0: Initial release. Kakao Local API helpers for NormalizeAddress & SearchPlace (PowerShell 5 + curl.exe). UI publish uses text-only packaging: script/config sources are embedded under references/ as Markdown (copy out to use locally).
元数据
常见问题
MIJ Kakao Local API (PowerShell) 是什么?
PowerShell skill for calling Kakao Local API to normalize addresses and search places with keyword, location, radius, and category filters. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 725 次。
如何安装 MIJ Kakao Local API (PowerShell)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mij-kakao-local」即可一键安装,无需额外配置。
MIJ Kakao Local API (PowerShell) 是免费的吗?
是的,MIJ Kakao Local API (PowerShell) 完全免费(开源免费),可自由下载、安装和使用。
MIJ Kakao Local API (PowerShell) 支持哪些平台?
MIJ Kakao Local API (PowerShell) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MIJ Kakao Local API (PowerShell)?
由 MunInJun(@muninjun)开发并维护,当前版本 v1.0.0。
推荐 Skills