首页龙虾技能列表 › Daum Trends — 技能工具

Daum Trends — 技能工具

v1.0.0

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

0· 245·0 当前·0 累计
by @garibong-labs·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/8
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code and instructions match its stated purpose (fetching Daum realtime top-10 and producing human-readable lines); it makes only expected outbound requests to daum.net/search.daum.net and does not request credentials, install software, or write files.
评估建议
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 ...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
No install spec and no third-party packages; script relies on Python stdlib only. No downloads or archive extraction occur during install.
凭证需求
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.
持久化与权限
always is false and the skill does not request persistent/privileged platform changes. It does not modify other skills or system-wide settings.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/8

Initial release: Daum 실시간 트렌드 TOP10 브리핑. Python rewrite with --format plain/markdown/html. Telegram hyperlink tested.

● 无害

安装命令 点击复制

官方npx clawhub@latest install daum-trends
镜像加速npx clawhub@latest install daum-trends --registry https://cn.clawhub-mirror.com

技能文档

기능

  • Daum 메인(daum.net)에서 실시간 트렌드 TOP10 키워드 추출
  • 각 키워드별 Daum 검색 결과에서 대표 뉴스 제목 1개 추출
  • Telegram/Discord 가독성 좋은 포맷으로 출력

실행

python3 scripts/trends.py

출력 예시

📊 Daum 실시간 트렌드 TOP10

  • 키워드 — 대표 뉴스 제목
검색
  • 키워드 — 대표 뉴스 제목
검색 ... 🕐 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=

크레딧

  • garibong-labs 자체 리라이트
  • 아이디어 참고: hunkim/daum-trends-briefing (ClawHub)
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务