What problem does it solve?
Users often need to quickly find and summarize recent news articles on specific topics, but accessing Naver's News Open API directly requires obtaining personal API credentials, handling raw unformatted responses, and manually cleaning HTML tags and entities from results. This skill eliminates those hurdles by routing requests through a public proxy that handles authentication and data cleaning automatically.
Core Features & Use Cases
- No API Key Required: Uses a public read-only proxy to call Naver's News Open API, so users never need to apply for or manage their own Naver developer credentials.
- Normalized, Clean Results: Returns pre-processed article titles, summaries, publication timestamps (formatted to KST), and direct/original links, with all highlight tags and HTML entities already removed.
- Flexible Search Options: Supports sorting results by relevance or publication date, adjusting the number of returned articles, and retrieving multiple articles about the same event for side-by-side comparison.
- Common Use Cases: Checking the latest news on a specific topic (e.g., company earnings, policy changes), getting quick summaries of recent events, or compiling a list of relevant article links for reference.
Quick Start
Ask the AI to search for the 5 latest news articles about 'AI 규제' sorted by date to get summarized headlines with publication times and direct links.