← Back to Skills Marketplace
chloepark85

Naver Datalab Cli

by Chloe Park · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
50
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install naver-datalab-cli
Description
Korean search-keyword and shopping-trend analytics via the official NAVER DataLab API (openapi.naver.com/v1/datalab/*). Six subcommands wrapping 통합 검색어 트렌드 a...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install naver-datalab-cli
  3. After installation, invoke the skill by name or use /naver-datalab-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug naver-datalab-cli
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.

How do I install Naver Datalab Cli?

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

Is Naver Datalab Cli free?

Yes, Naver Datalab Cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Naver Datalab Cli support?

Naver Datalab Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Naver Datalab Cli?

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

💬 Comments