Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计提醒

naver-datalab-clinaver datalab CLI 搜索

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

1,536

周安装

64

GitHub Stars

公开资料未说明

下载量

512
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:naver-datalab-cli(naver datalab CLI 搜索)
来源仓库:https://github.com/chloepark85/naver-datalab-cli
安装命令:
openclaw skills install naver-datalab-cli
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install naver-datalab-cli

简介

naver-datalab-cli 通过 NAVER DataLab API 分析韩国搜索与购物趋势。

  • 适合市场调研、竞品分析或本地化营销策略制定。naver-datalab-cli 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 支持关键字热度、分类对比及时段筛选等多维度查询。
  • 需申请官方 API 密钥并遵守调用频次限制。
  • 结果仅供参考,需结合线下调研验证数据代表性。

SKILL.md

name
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 통합 검색어 트렌드 and 쇼핑인사이트 (분야별, 분야 내 키워드, 디바이스/성별/연령대 분포). Use when researching Korean consumer demand, planning SEO/content for the naver.com search market, comparing keyword popularity over time, building K-pop / K-beauty / K-commerce trend dashboards, or filling the gap that Google Trends leaves on Korean queries. Pairs with naver-papago-translate (translate insights), tistory-api-cli / velog-cli (publish trend posts), and kr-holiday-cli (align campaigns with KR calendar). Free tier (1k req/day for shopping insights, 25k req/day for search trends).
version
0.1.0
license
MIT

naver-datalab-cli

Command-line wrapper for the NAVER DataLab Open API — Korea's primary search-keyword and shopping-insight trend service. The Korean equivalent of Google Trends, with two key advantages on KR-market analysis:

  1. NAVER drives ~55% of Korean search traffic (vs ~35% Google), so its trends are closer to real Korean demand.
  2. 쇼핑인사이트 exposes shopping-cart-level trends across 50+ category trees with breakdown by device / age / gender — Google Trends cannot do this.

Six subcommands, one per official endpoint:

CommandEndpointPurpose
scripts/search.sh/v1/datalab/search통합 검색어 트렌드 — compare up to 5 keyword groups (each with up to 20 synonyms) over time.
scripts/shop-cat.sh/v1/datalab/shopping/categories쇼핑인사이트 분야별 트렌드 — compare shopping-category click volumes.
scripts/shop-keyword.sh/v1/datalab/shopping/category/keywords분야 내 키워드 트렌드 — within one category, compare keyword interest.
scripts/shop-device.sh/v1/datalab/shopping/category/deviceDevice split (pc / mo) for one category.
scripts/shop-gender.sh/v1/datalab/shopping/category/genderGender split (f / m) for one category.
scripts/shop-age.sh/v1/datalab/shopping/category/ageAge split (10/20/30/40/50/60) for one category.

All output is JSONL (one row per period per group) so it pipes directly into jq, csvkit, pandas, or downstream skills.

When to use this skill

  • SEO / content planning — pick the higher-volume of "전기차 보조금" vs "EV 보조금" before writing.
  • K-commerce demand sensing — see which sub-category in 화장품/미용 spiked last month before pitching.
  • Campaign timing — confirm "수능 도시락" peaks early-November before launching ads.
  • Brand health — compare brand keyword vs competitor weekly.
  • Influencer / blog audit — back trend claims with NAVER's first-party numbers.
  • Multi-platform AI agents — feed Korean trend signals into chat/blog/video generators.

Do not use this skill for

  • Absolute search volume — DataLab returns *relative* indices (0–100 range, normalized to the period peak), not raw query counts. NAVER intentionally never publishes raw counts.
  • Real-time trends — DataLab data lags ~24-48 hours.
  • Google / YouTube / 다음 trends — use google-trends or platform-specific skills.
  • Naver search results pages — use naver-search (existing ClawHub skill).

Prerequisites

  1. Register a NAVER Developers application at <https://developers.naver.com/apps/#/register>:

- Choose 검색어트렌드 AND 쇼핑인사이트 when picking APIs (you need both for full coverage). - Application type: usually Web 서비스 with localhost callback is fine for personal use. - Approval is automatic — no business-day wait.

  1. Export credentials:
   export NAVER_CLIENT_ID='abcdEFG12345'
   export NAVER_CLIENT_SECRET='AbCdEfGhIj'
  1. Dependencies: bash, curl, jq (default on macOS/Linux).

Free-tier quota: 25,000 req/day for /v1/datalab/search, 1,000 req/day for shopping endpoints.

Commands

1. search — 통합 검색어 트렌드

Compare up to 5 keyword groups over a time range:

scripts/search.sh \
  --start 2024-01-01 --end 2024-12-31 --time-unit month \
  --group "한국어:한국어,한글" \
  --group "영어:영어,English"

Optional filters: --device pc|mo, --gender f|m, --ages 1,2,3 (1=under 12, 2=13-18, 3=19-24, 4=25-29, 5=30-34, 6=35-39, 7=40-49, 8=50-59, 9=60+). Up to 5 --group blocks; each group has 1-20 keywords.

Output (one record per group per period):

{"groupName":"한국어","period":"2024-01-01","ratio":78.32}

2. shop-cat — 쇼핑인사이트 분야별 트렌드

scripts/shop-cat.sh \
  --start 2024-01-01 --end 2024-12-31 --time-unit month \
  --category "패션의류:50000000" \
  --category "화장품/미용:50000002"

Same filters as search. Up to 3 categories per call. Category IDs come from <https://datalab.naver.com/shoppingInsight/sCategory.naver>.

3. shop-keyword — 분야 내 키워드 트렌드

Drill into one category:

scripts/shop-keyword.sh \
  --start 2024-06-01 --end 2024-12-31 --time-unit week \
  --category 50000000 \
  --keyword "원피스:원피스" \
  --keyword "치마:치마,스커트"

4-6. shop-device / shop-gender / shop-age

Single-category breakdown by demographic:

scripts/shop-device.sh --start 2024-01-01 --end 2024-06-30 --time-unit month --category 50000000
scripts/shop-gender.sh --start 2024-01-01 --end 2024-06-30 --time-unit month --category 50000000
scripts/shop-age.sh    --start 2024-01-01 --end 2024-06-30 --time-unit month --category 50000000

Output rows include the demographic dimension:

{"period":"2024-01-01","group":"pc","ratio":42.1}
{"period":"2024-01-01","group":"mo","ratio":100.0}

Examples

See examples/ for canned recipes:

  • examples/yearly-search.sh — yearly comparison "전기차 vs 하이브리드".
  • examples/k-beauty-by-age.sh — 화장품/미용 demographic split.
  • examples/seasonal-campaign.sh — find "수능 도시락" peak month.

Quirks the API doesn't document well

  • timeUnit accepts date, week, month — *not* day. (Date with daily granularity *is* date.)
  • period returned by daily/weekly is the *start* of the bucket, not the end.
  • For shopping endpoints, the body field is category (singular) for the breakdown calls but category (array of objects) for categories. The wrapper hides this.
  • Empty result → API returns 200 OK with empty results[].data. The wrapper emits no JSONL lines for that group; check exit status and stderr.
  • The ratio is relative, not absolute. The peak point in the entire response is normalized to 100.

Categorical spec (excerpt)

CodeName
50000000패션의류
50000001패션잡화
50000002화장품/미용
50000003디지털/가전
50000004가구/인테리어
50000005출산/육아
50000006식품
50000007스포츠/레저
50000008생활/건강

Full tree: <https://datalab.naver.com/shoppingInsight/sCategory.naver>.

Pairs with

  • naver-papago-translate — translate the trend report into EN/JP/ZH for cross-market briefs.
  • tistory-api-cli / velog-cli — publish weekly Korean-trend posts.
  • kr-holiday-cli — overlay holiday/business-day calendar to interpret seasonal spikes.
  • kakao-local-cli + juso-address-cli — geo-resolve any place names that emerge from trend keywords.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.7%
按下载量换算454

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install naver-datalab-cli 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills