← 返回 Skills 市场
Naver Datalab Cli
作者
Chloe Park
· GitHub ↗
· v0.1.0
· MIT-0
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install naver-datalab-cli
功能描述
Korean search-keyword and shopping-trend analytics via the official NAVER DataLab API (openapi.naver.com/v1/datalab/*). Six subcommands wrapping 통합 검색어 트렌드 a...
安全使用建议
This package is a straightforward wrapper around NAVER DataLab, but there are a few things to verify before installing:
- Expect to provide NAVER_CLIENT_ID and NAVER_CLIENT_SECRET (the SKILL.md and scripts require them), even though the registry metadata omits them. Do not paste secrets into public places.
- Review the included shell scripts (scripts/*.sh) before running. They perform network calls to https://openapi.naver.com/v1/datalab and create a temporary file via mktemp — nothing else is exfiltrated by the scripts, but you should confirm the code matches the upstream source.
- Verify provenance: README references a GitHub repo (ChloePark85) but the registry owner ID differs; confirm you trust the source or fetch the code directly from the GitHub repository linked in the README before running.
- Run initial tests in an isolated environment or container and avoid exporting credentials into long-lived shells if you are unsure. If you want to proceed, set NAVER_CLIENT_ID and NAVER_CLIENT_SECRET in the environment and ensure curl and jq are installed.
If the registry/installation UI does not prompt for the NAVER credentials (because metadata omitted them), manually supply them only after reviewing the code and confirming the endpoint is openapi.naver.com.
功能分析
Type: OpenClaw Skill
Name: naver-datalab-cli
Version: 0.1.0
The skill is a legitimate command-line wrapper for the official NAVER DataLab API, used for analyzing Korean search and shopping trends. The implementation consists of Bash scripts that safely use 'curl' and 'jq' to interact with 'openapi.naver.com'. No evidence of data exfiltration, malicious execution, or prompt injection was found; API credentials are handled via standard environment variables and inputs are properly validated or processed as raw strings.
能力评估
Purpose & Capability
The skill's name/description and included scripts align with calling NAVER DataLab endpoints. However the registry metadata claims 'Required env vars: none' while both SKILL.md and the scripts require NAVER_CLIENT_ID and NAVER_CLIENT_SECRET. That metadata omission is inconsistent with the declared purpose and the code.
Instruction Scope
SKILL.md and the scripts instruct only to call NAVER's openapi.datalab endpoints, parse results to JSONL, and optionally pipe to jq/csv tools. The runtime instructions do not ask the agent to read unrelated system files or send data to third-party endpoints. The scripts do use mktemp and curl and expect environment creds; this is reasonable for an API client.
Install Mechanism
There is no install spec (instruction-only), but the package contains multiple executable shell scripts and examples. That is workable if files are provided to the agent, but it's a mild mismatch between 'instruction-only' and the presence of runnable code — the user should confirm how files will be delivered/executed by the platform.
Credentials
The scripts require NAVER_CLIENT_ID and NAVER_CLIENT_SECRET (appropriate and minimal for the declared API access). However the skill metadata did not declare these required env vars or mark a primary credential, creating an inconsistency that could hide the need to supply secrets at install time.
Persistence & Privilege
The skill does not request always:true and does not modify system/global settings. It runs as invoked and requires no elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install naver-datalab-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/naver-datalab-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of naver-datalab-cli — Korean search and shopping trend analytics via NAVER DataLab API
- Provides 6 subcommands covering 통합 검색어 트렌드 and 쇼핑인사이트 (category, keyword, device, gender, age breakdowns).
- Outputs JSONL for easy integration with `jq`, `csvkit`, `pandas`, and other tools.
- Ideal for Korean SEO, trend sensing, campaign planning, brand monitoring, and influencer/blog analysis.
- Requires NAVER developer credentials (free tier: 25k req/day for search, 1k req/day for shopping insights).
- Includes example scripts and detailed usage notes for all commands.
元数据
常见问题
Naver Datalab Cli 是什么?
Korean search-keyword and shopping-trend analytics via the official NAVER DataLab API (openapi.naver.com/v1/datalab/*). Six subcommands wrapping 통합 검색어 트렌드 a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。
如何安装 Naver Datalab Cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install naver-datalab-cli」即可一键安装,无需额外配置。
Naver Datalab Cli 是免费的吗?
是的,Naver Datalab Cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Naver Datalab Cli 支持哪些平台?
Naver Datalab Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Naver Datalab Cli?
由 Chloe Park(@chloepark85)开发并维护,当前版本 v0.1.0。
推荐 Skills