← 返回 Skills 市场
isnow890

Naver Search MCP

作者 isnow890 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
71
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install naver-search-mcp
功能描述
Use for Korean web search, Naver News, Blog, Cafe, Shopping, Image, Knowledge iN, Local search, and Naver DataLab trend analysis through the published npm MC...
使用说明 (SKILL.md)

Naver Search MCP

Use this skill for Korean search tasks that are better served by Naver than general web search: news, blogs, cafe posts, shopping, images, Knowledge iN, books, encyclopedia, academic content, local places, and DataLab trend analysis.

한국 웹 검색, 네이버 뉴스/블로그/카페/쇼핑/이미지/지식iN/지역 검색, 네이버 DataLab 검색어 트렌드와 쇼핑인사이트 분석에 사용합니다.

github: https://github.com/isnow890/naver-search-mcp

This skill wraps the published MCP server:

npx -y @isnow890/naver-search-mcp

Setup

  • Install from ClawHub with openclaw skills install naver-search-mcp.
  • Requires NAVER_CLIENT_ID and NAVER_CLIENT_SECRET from Naver Developers.
  • In OpenClaw, apiKey maps to NAVER_CLIENT_SECRET because this skill declares primaryEnv: NAVER_CLIENT_SECRET.
  • Provide NAVER_CLIENT_ID through the skill env config or OpenClaw environment.
  • Restart OpenClaw or the Gateway after changing credentials.
  • Do not ask users to clone this repository for normal use; cloning is only for development.

Example OpenClaw config:

{
  "skills": {
    "entries": {
      "naver-search-mcp": {
        "enabled": true,
        "apiKey": "your_naver_client_secret",
        "env": {
          "NAVER_CLIENT_ID": "your_naver_client_id"
        }
      }
    }
  }
}

Search Guidance

  • Prefer this skill when the user wants Korean-source results, Naver-specific results, Korean shopping data, or Korean local data.
  • Choose the tool that matches intent: news, blog reviews, cafe discussions, shopping, images, local places, academic/book/encyclopedia lookup, or general Korean web search.
  • Summarize results instead of dumping raw API output. Include source, date, link, price, location, or category details when useful.

DataLab Guidance

  • Use datalab_search for keyword trend comparisons.
  • For shopping insight requests, call find_category first when the user gives a natural-language category such as 화장품, 노트북, or 여성의류.
  • find_category is the main advantage of this MCP: users should not have to inspect Naver Shopping or DataLab URLs manually to find category codes.
  • After selecting a category code, use the matching shopping trend tool for overall, device, gender, age, or keyword analysis.
  • Ask the user only when multiple category candidates are genuinely ambiguous.
  • For relative dates like today, recent, or current, use "today" when supported or state the assumed date range clearly.
安全使用建议
Before installing, make sure you trust the npm package and GitHub project, and use a dedicated Naver Developers client ID/secret if possible. Search queries and DataLab requests will be handled through the Naver integration, which is expected for this skill.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is coherent: Naver web/news/blog/cafe/shopping/image/local/DataLab search. The requested Naver credentials are expected for that purpose.
Instruction Scope
Instructions are limited to when and how to use Naver search/DataLab tools, with no goal override, hidden authority, or unsafe autonomous behavior shown.
Install Mechanism
The skill delegates runtime to the published npm package @isnow890/naver-search-mcp via npx/node. This is disclosed, but the package implementation was not included in the provided artifacts.
Credentials
node, npx, NAVER_CLIENT_ID, and NAVER_CLIENT_SECRET are proportionate to a Naver API MCP server, but users should treat the secret as sensitive.
Persistence & Privilege
No persistence, background worker, protected-path writes, credential harvesting, or account/data mutation behavior is shown in the artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install naver-search-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /naver-search-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Reduce skill context size and keep focused setup, search, DataLab, and find_category guidance
v1.0.1
Improve Korean docs, env setup guidance, installation instructions, and find_category usage guidance
v1.0.0
Initial ClawHub skill wrapper for @isnow890/naver-search-mcp
元数据
Slug naver-search-mcp
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Naver Search MCP 是什么?

Use for Korean web search, Naver News, Blog, Cafe, Shopping, Image, Knowledge iN, Local search, and Naver DataLab trend analysis through the published npm MC... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。

如何安装 Naver Search MCP?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install naver-search-mcp」即可一键安装,无需额外配置。

Naver Search MCP 是免费的吗?

是的,Naver Search MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Naver Search MCP 支持哪些平台?

Naver Search MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Naver Search MCP?

由 isnow890(@isnow890)开发并维护,当前版本 v1.0.2。

💬 留言讨论