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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/garibong-labs/daum-trendsWhat 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
- "다음 실시간 검색어 순위 가져와줘."
- "지금 한국에서 가장 화제인 뉴스 주제가 뭐야?"
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-garibong-labs-daum-trends": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution
Related Skills
ipo-alert
한국 공모주 청약/신규상장 일정 알림. 38.co.kr에서 데이터 수집, D-1/당일 알림, 주간 요약 제공.
brave-api-setup
Set up Brave Search API for OpenClaw web_search. Use when user needs to configure Brave API, get Brave API key, enable web search, or fix "missing_brave_api_key" error.
olympic-alert
올림픽 경기 알림. 경기 15분 전 알림 발송, 일정 관리(추가/삭제), 중계 링크 포함. 2026 밀라노 동계올림픽 한국팀 기본 설정 포함.
tistory-publish
Automate Tistory blog publishing via agent-browser (Playwright CLI). Supports any post format — handles TinyMCE editor manipulation, OG card insertion, banner upload, tag registration, category setting, and representative image selection. Includes template examples (newspaper review, simple post). Works around Tistory's isTrusted event filtering.
ku-portal
고려대학교 KUPID 포털 조회. 공지사항, 학사일정, 장학공지, 도서관 좌석, 시간표, 수강과목, LMS 연동. (SonAIengine/ku-portal-mcp 기반)