ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

daum-trends

Daum 실시간 트렌드 TOP10 브리핑. 다음 메인 실시간 검색어 + 대표 뉴스 제목 추출. 크론/텔레그램/디스코드 알림용. Use when user asks for Korean real-time search trends, Daum trending keywords, or 실시간 검색어.

Why use this skill?

Get real-time updates on Daum's top 10 trending search keywords and headlines. Automate your Korean media monitoring with this OpenClaw skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/garibong-labs/daum-trends
Or

What This Skill Does

The daum-trends skill is a specialized automation tool designed to scrape the Daum homepage for real-time trending topics and enrich them with headline data. By navigating Daum's web infrastructure, the skill compiles the current Top 10 search queries and pairs each with a relevant, high-impact news headline retrieved directly from the search result pages. This skill is optimized for structured output, making it perfect for automated reporting workflows such as sending summaries to Telegram or Discord channels. Using only standard Python libraries (stdlib), it ensures high performance and minimal environment footprint, making it ideal for integration into lightweight edge devices or existing OpenClaw installations.

Installation

To integrate this skill into your OpenClaw environment, ensure you have Python 3.10 or higher installed. Run the following command in your terminal:

clawhub install openclaw/skills/skills/garibong-labs/daum-trends

Once installed, you can schedule the task by utilizing the provided cron configuration within your OpenClaw job scheduler. This allows for hands-off, periodic updates that keep your team informed of the current Korean media landscape without manual intervention.

Use Cases

This skill is primarily used by developers, researchers, and marketing teams who need to monitor Korean public opinion. Use cases include:

  • Automated Social Media Feeds: Automatically posting current trends to public Discord or Telegram channels.
  • Daily Morning Briefings: Getting a snapshot of what Korea is searching for as part of an automated morning digest.
  • Trend Analysis: Logging search trends into a database for historical analysis of news cycles.
  • News Monitoring: Identifying high-priority topics instantly as they surface in Korean search engine results.

Example Prompts

  1. "다음 실시간 검색어 순위 가져와줘."
  2. "지금 한국에서 가장 화제인 뉴스 주제가 뭐야?"
  3. "daum-trends 스크립트 실행해서 오늘의 주요 이슈를 요약해줘."

Tips & Limitations

  • Rate Limiting: Since this skill scrapes live data from Daum.net, ensure your cron schedule is not set to an aggressive frequency (e.g., every minute) to avoid IP-based rate limiting or blocking.
  • Dependency-Free: Because the tool uses zero third-party dependencies, it is incredibly portable. If you encounter issues, ensure your environment's Python version meets the 3.10+ requirement.
  • Dynamic Content: Real-time trends shift rapidly. For the best experience, use the provided cron example to sync your alerts with high-traffic hours (e.g., 8:00 AM to 10:00 PM KST).
  • Formatting: The output is pre-formatted for Discord/Telegram markdown. Avoid modifying the output parser if you intend to send these messages directly to your messaging apps.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-garibong-labs-daum-trends": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#korean-trends#news-automation#daum#web-scraping#monitoring
Safety Score: 4/5

Flags: network-access, code-execution