{
  "schemaVersion": "1.0",
  "item": {
    "slug": "naver-search",
    "name": "Naver Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/downwind7clawd-ctrl/naver-search",
    "canonicalUrl": "https://clawhub.ai/downwind7clawd-ctrl/naver-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/naver-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=naver-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "lib/naver_base.py",
      "requirements.txt",
      "scripts/naver_booking.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/naver-search"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/naver-search",
    "agentPageUrl": "https://openagent3.xyz/skills/naver-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/naver-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/naver-search/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Naver Search Skill 명세서",
        "body": "이 문서는 OpenClaw 에이전트가 네이버 검색 스킬을 가장 효율적으로 호출하고 결과를 분석할 수 있도록 돕는 지침서입니다."
      },
      {
        "title": "🎯 스킬 목적",
        "body": "네이버의 실시간 뉴스, 쇼핑 데이터, 영상 및 장소 정보를 정교한 파라미터 제어를 통해 확보합니다."
      },
      {
        "title": "1. 통합 어그리게이터 (추천)",
        "body": "에이전트가 여러 카테고리의 정보를 한꺼번에 파악해야 할 때 사용합니다.\n\npython3 scripts/naver_search.py \"<검색어>\"\n\n반환 데이터: 최신 뉴스(3건), 쇼핑 트렌드(3건), 이미지 썸네일, 비디오 요약, 상위 웹 결과."
      },
      {
        "title": "2. 고성능 뉴스 엔진",
        "body": "python3 scripts/naver_news.py \"<검색어>\" --sort <sort> --time <time>\n\n--sort: 0(관련도순), 1(최신순-추천), 2(오래된순)\n--time: all, 1h(1시간), 1d(1일), 1w(1주), 1m(1개월)\n팁: 실시간 이슈 분석 시 --sort 1 --time 1d 조합이 가장 유용합니다."
      },
      {
        "title": "3. 쇼핑/이미지/비디오 전문 엔진",
        "body": "기능스크립트특수 옵션쇼핑naver_shopping.py가격, 판매처 정보 포함이미지naver_images.py--num [n] (결과 개수 제어)비디오naver_video.py출처 및 재생 시간 정보 포함"
      },
      {
        "title": "4. 예약 및 장소 엔진",
        "body": "장소의 물리적 위치나 예약 링크가 필요할 때 호출합니다.\n\npython3 scripts/naver_booking.py \"<맛집/장소명>\"\n\n반환 데이터: 업체명, 주소, 카테고리, 네이버 예약 상품 정보 및 링크."
      },
      {
        "title": "📊 출력 포맷 제어",
        "body": "모든 명령어 뒤에 --format 옵션을 추가하여 데이터 구조를 선택할 수 있습니다.\n\ncompact (기본): 에이전트가 읽기 좋은 핵심 요약 텍스트.\njson: 코드 레벨에서 정밀 분석이 필요한 경우 유용한 JSON raw 데이터."
      },
      {
        "title": "🔐 보안 및 환경 변수",
        "body": "본 스킬은 SERPAPI_API_KEY 환경 변수가 필수입니다.\n환경 변수가 설정되어 있지 않다면 스킬 루트 폴더의 .env 파일에 키를 기입하세요.\n\n유의사항: 네이버 엔진 특성상 검색어 뒤에 '뉴스', '예약' 등의 단어를 직접 포함하면 더 정확한 결과를 얻을 수 있습니다. (naver_news.py, naver_booking.py 내부에 이미 일부 자동 보강 로직이 포함되어 있습니다.)"
      }
    ],
    "body": "Naver Search Skill 명세서\n\n이 문서는 OpenClaw 에이전트가 네이버 검색 스킬을 가장 효율적으로 호출하고 결과를 분석할 수 있도록 돕는 지침서입니다.\n\n🎯 스킬 목적\n\n네이버의 실시간 뉴스, 쇼핑 데이터, 영상 및 장소 정보를 정교한 파라미터 제어를 통해 확보합니다.\n\n🛠️ 호출 명세 (Command Reference)\n1. 통합 어그리게이터 (추천)\n\n에이전트가 여러 카테고리의 정보를 한꺼번에 파악해야 할 때 사용합니다.\n\npython3 scripts/naver_search.py \"<검색어>\"\n\n반환 데이터: 최신 뉴스(3건), 쇼핑 트렌드(3건), 이미지 썸네일, 비디오 요약, 상위 웹 결과.\n2. 고성능 뉴스 엔진\npython3 scripts/naver_news.py \"<검색어>\" --sort <sort> --time <time>\n\n--sort: 0(관련도순), 1(최신순-추천), 2(오래된순)\n--time: all, 1h(1시간), 1d(1일), 1w(1주), 1m(1개월)\n팁: 실시간 이슈 분석 시 --sort 1 --time 1d 조합이 가장 유용합니다.\n3. 쇼핑/이미지/비디오 전문 엔진\n기능\t스크립트\t특수 옵션\n쇼핑\tnaver_shopping.py\t가격, 판매처 정보 포함\n이미지\tnaver_images.py\t--num [n] (결과 개수 제어)\n비디오\tnaver_video.py\t출처 및 재생 시간 정보 포함\n4. 예약 및 장소 엔진\n\n장소의 물리적 위치나 예약 링크가 필요할 때 호출합니다.\n\npython3 scripts/naver_booking.py \"<맛집/장소명>\"\n\n반환 데이터: 업체명, 주소, 카테고리, 네이버 예약 상품 정보 및 링크.\n📊 출력 포맷 제어\n\n모든 명령어 뒤에 --format 옵션을 추가하여 데이터 구조를 선택할 수 있습니다.\n\ncompact (기본): 에이전트가 읽기 좋은 핵심 요약 텍스트.\njson: 코드 레벨에서 정밀 분석이 필요한 경우 유용한 JSON raw 데이터.\n🔐 보안 및 환경 변수\n본 스킬은 SERPAPI_API_KEY 환경 변수가 필수입니다.\n환경 변수가 설정되어 있지 않다면 스킬 루트 폴더의 .env 파일에 키를 기입하세요.\n\n유의사항: 네이버 엔진 특성상 검색어 뒤에 '뉴스', '예약' 등의 단어를 직접 포함하면 더 정확한 결과를 얻을 수 있습니다. (naver_news.py, naver_booking.py 내부에 이미 일부 자동 보강 로직이 포함되어 있습니다.)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/downwind7clawd-ctrl/naver-search",
    "publisherUrl": "https://clawhub.ai/downwind7clawd-ctrl/naver-search",
    "owner": "downwind7clawd-ctrl",
    "version": "1.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/naver-search",
    "downloadUrl": "https://openagent3.xyz/downloads/naver-search",
    "agentUrl": "https://openagent3.xyz/skills/naver-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/naver-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/naver-search/agent.md"
  }
}