← 返回 Skills 市场
Daum Trends
作者
garibong-labs
· GitHub ↗
· v1.0.0
292
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daum-trends
功能描述
Daum 실시간 트렌드 TOP10 브리핑. 다음 메인 실시간 검색어 + 대표 뉴스 제목 추출. 크론/텔레그램/디스코드 알림용. Use when user asks for Korean real-time search trends, Daum trending keywords, or 실시간...
使用说明 (SKILL.md)
Daum 실시간 트렌드 TOP10
기능
- Daum 메인(
daum.net)에서 실시간 트렌드 TOP10 키워드 추출 - 각 키워드별 Daum 검색 결과에서 대표 뉴스 제목 1개 추출
- Telegram/Discord 가독성 좋은 포맷으로 출력
실행
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=\x3Ckeyword>
크레딧
- garibong-labs 자체 리라이트
- 아이디어 참고: hunkim/daum-trends-briefing (ClawHub)
安全使用建议
This skill appears coherent and only performs web requests to Daum to build a top-10 briefing. Before installing or scheduling it, consider: (1) it will make outbound HTTP(S) requests to daum.net/search.daum.net — ensure you are comfortable with that network access and any site usage policies; (2) the script prints to stdout and does not itself post to Telegram/Discord — you must wire the output into your notifier; (3) the HTML/regex parsing is simple and brittle (may break if Daum changes page structure); (4) no credentials or installs are required, so there is no secret-exfiltration risk from the skill as provided. If you need higher assurance, review the code locally and run it in an environment with restricted network access or inspect network traffic during a test run.
功能分析
Type: OpenClaw Skill
Name: daum-trends
Version: 1.0.0
The skill bundle is a legitimate tool designed to scrape and report real-time trending keywords and news titles from the Korean portal Daum. The Python script `scripts/trends.py` uses only standard libraries to fetch public data from `daum.net` and `search.daum.net`, with no evidence of data exfiltration, unauthorized network calls, or malicious intent. The instructions in `SKILL.md` are consistent with the code's functionality and do not contain any prompt-injection or deceptive commands.
能力评估
Purpose & Capability
Name/description (Daum realtime trends) align with the included script and SKILL.md. The script fetches daum.net, extracts the REALTIME_TREND_TOP block, and queries search.daum.net for each keyword — exactly what the skill says it will do.
Instruction Scope
SKILL.md instructs running python3 scripts/trends.py and shows cron/Telegram/Discord use cases. The script prints formatted output to stdout (no direct Telegram/Discord integration), which is consistent with the stated 'for cron/telegram/discord' usage (you would pipe/post the output). Minor note: the cron example references a path containing 'garibong-labs' which is a documentation/credit detail and not required by the runtime; otherwise the instructions stay within the stated scope.
Install Mechanism
No install spec and no third-party packages; script relies on Python stdlib only. No downloads or archive extraction occur during install.
Credentials
The skill requests no environment variables, no credentials, and accesses no config paths. Network access is limited to daum.net and search.daum.net as declared in SKILL.md.
Persistence & Privilege
always is false and the skill does not request persistent/privileged platform changes. It does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daum-trends - 安装完成后,直接呼叫该 Skill 的名称或使用
/daum-trends触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Daum 실시간 트렌드 TOP10 브리핑. Python rewrite with --format plain/markdown/html. Telegram hyperlink tested.
元数据
常见问题
Daum Trends 是什么?
Daum 실시간 트렌드 TOP10 브리핑. 다음 메인 실시간 검색어 + 대표 뉴스 제목 추출. 크론/텔레그램/디스코드 알림용. Use when user asks for Korean real-time search trends, Daum trending keywords, or 실시간... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。
如何安装 Daum Trends?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daum-trends」即可一键安装,无需额外配置。
Daum Trends 是免费的吗?
是的,Daum Trends 完全免费(开源免费),可自由下载、安装和使用。
Daum Trends 支持哪些平台?
Daum Trends 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daum Trends?
由 garibong-labs(@garibong-labs)开发并维护,当前版本 v1.0.0。
推荐 Skills