🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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.

Versionv1.0.2
Installs6
πŸ’‘ 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:

  • Sandbox (default): Add to agents.defaults.sandbox.docker.env in OpenClaw config
  • Host: Add to env.vars in OpenClaw config
  • Getting 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

  • Search queries must be UTF-8 encoded
  • Results include tags around search term matches (strip them for clean text)
  • Daily limit: 25,000 API calls per application
  • link field may point to Naver News or original source depending on availability
  • View on ClawHub
    TERMINAL
    clawhub install naver-news

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’