Naver Search Skill for Openclaw

A specialized search integration for OpenClaw agents to access real-time Korean web data including news, shopping, images, and local business information.

downwind7clawd-ctrl
v1.0.4
Feb 28, 2026
0
970
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install naver-search

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install naver-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Naver Search Skill?

The Naver Search skill is a high-performance integration designed for Openclaw Skills that enables AI agents to interact directly with South Korea's leading search engine. It provides a robust interface for fetching localized data that global search engines might miss, including real-time news, precise shopping trends, and detailed local business information.

By incorporating this into your Openclaw Skills library, developers can build agents capable of sophisticated market research, localized content creation, and real-time monitoring of the Korean digital landscape. The skill is optimized to return data in formats that are easily digestible for LLMs while maintaining high technical accuracy.

Naver Search Skill Use Cases

  • Monitoring real-time news and social trends within the Korean market.
  • Conducting price comparisons and market analysis across Korean e-commerce platforms.
  • Extracting business metadata and booking links for travel and logistics planning.
  • Building automated research pipelines that require high-freshness Korean web data.
  • Enhancing agentic workflows with localized image and video metadata.

How Naver Search Skill Works

  1. The AI agent identifies a need for Korean-specific data and triggers the appropriate Naver Search script.
  2. The user or agent provides specific search parameters such as keywords, sort order (relevance or latest), and time frames.
  3. The skill interfaces with the search engine via SerpApi to retrieve live SERP data.
  4. The raw data is processed and filtered based on the requested category (News, Shopping, or Place).
  5. The output is formatted into either a compact summary or a detailed JSON object and returned to the Openclaw Skills environment.

Naver Search Skill Setup

To get started with this skill in your Openclaw Skills environment, ensure you have your API credentials ready.

# Navigate to your skill directory and set up the environment variable
echo "SERPAPI_API_KEY=your_serpapi_key_here" > .env

# Run the aggregator script to verify installation
python3 scripts/naver_search.py "Your Search Term"

Note: Python 3 and the necessary environment variables are required for the scripts in this skill to function correctly.

Naver Search Skill Data Schema & Taxonomy

The skill utilizes a structured data approach to ensure agents can parse results accurately.

Data Type Description Key Fields
News Real-time news articles Title, Snippet, Source, Timestamp
Shopping Product listings Name, Price, Seller, Link
Place/Booking Business information Name, Address, Category, Booking Link
Images/Video Media metadata Thumbnail URL, Source, Playback Time

Naver Search Skill Advanced Features

  • Advanced news filtering: Support for granular time windows (1 hour to 1 month).
  • Flexible output modes: Choose between 'compact' for LLM consumption or 'json' for programmatic integration.
  • Query augmentation: Internal logic that automatically refines search terms for news and booking queries.
  • Performance sorting: Options to toggle between relevance, latest, and oldest results.
  • Multi-category aggregation: Capability to fetch news, shopping, and web results in a single execution via the search aggregator.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*