π¦ ClawHub
Naver news Search
by @steamb23
Search Korean news articles using Naver Search API. Use when searching for Korean news, getting latest news updates, finding news about specific topics, or preparing daily news summaries. Supports relevance and date-based sorting.
π‘ Examples
Use the provided script to search news:
python scripts/search_news.py "κ²μμ΄" --display 10 --sort date
Options:
--display N: Number of results per page (1-100, default: 10)--start N: Start position for pagination (1-1000, default: 1)--sort sim|date: Sort by relevance (sim) or date (date, default: date)--after DATETIME: Only show news published after this time (ISO 8601 format, e.g., 2026-01-29T09:00:00+09:00)--min-results N: Minimum number of results to fetch (enables auto-pagination)--max-pages N: Maximum number of pages to try when auto-paginating (default: 5)--json: Output raw JSON instead of formatted textβοΈ Configuration
Environment Variables
Required credentials from https://developers.naver.com/:
NAVER_CLIENT_ID=your_client_id
NAVER_CLIENT_SECRET=your_client_secret
Configuration locations:
agents.defaults.sandbox.docker.env in OpenClaw configenv.vars in OpenClaw configGetting API Credentials
1. Visit https://developers.naver.com/ 2. Register an application 3. Enable "κ²μ" (Search) API 4. Copy Client ID and Client Secret 5. Add credentials to appropriate config section (see above)
π Tips & Best Practices
tags around search term matches (strip them for clean text)link field may point to Naver News or original source depending on availabilityTERMINAL
clawhub install naver-news