Overview
- Skill Key
- garibong-labs/daum-trends
- Author
- garibong-labs
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/garibong-labs/daum-trends
- Latest Commit SHA
- 84d45f3fe7995b60262dbd4822fc87856d527063
Daum 실시간 트렌드 TOP10 브리핑. 다음 메인 실시간 검색어 + 대표 뉴스 제목 추출. 크론/텔레그램/디스코드 알림용. Use when user asks for Korean real-time search trends, Daum trending keywords, or 실시간 검색어.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 daum-trends 技能。 若已安装,则直接安装 daum-trends 技能。
# Daum 실시간 트렌드 TOP10
## 기능
- Daum 메인(`daum.net`)에서 실시간 트렌드 TOP10 키워드 추출
- 각 키워드별 Daum 검색 결과에서 대표 뉴스 제목 1개 추출
- Telegram/Discord 가독성 좋은 포맷으로 출력
## 실행
```bash
python3 scripts/trends.py
```
## 출력 예시
```
📊 Daum 실시간 트렌드 TOP10
1. **키워드** — 대표 뉴스 제목
[검색](https://search.daum.net/search?...q=키워드)
2. **키워드** — 대표 뉴스 제목
[검색](https://search.daum.net/search?...q=키워드)
...
🕐 2026-03-08T00:46:57.901+09:00
```
## 크론 설정 예시 (매시 정각, KST)
```
schedule: { kind: "cron", expr: "0 8-22 * * *", tz: "Asia/Seoul" }
payload: { kind: "agentTurn", message: "Run: python3 {workspace}/skills/garibong-labs/daum-trends/scripts/trends.py — 결과를 그대로 전달" }
delivery: { mode: "announce", channel: "telegram" }
```
## 의존성
- Python 3.10+
- 외부 라이브러리 없음 (stdlib only)
## 데이터 소스
- `https://www.daum.net/` (REALTIME_TREND_TOP JSON)
- `https://search.daum.net/search?w=tot&DA=RT1&rtmaxcoll=AIO,NNS,DNS&q=<keyword>`
## 크레딧
- garibong-labs 자체 리라이트
- 아이디어 참고: hunkim/daum-trends-briefing (ClawHub)
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.