Install
openclaw skills install tech-news-daily33Generates daily tech news HTML reports from IT之家 and 快科技 with iOS liquid glass style, full text, images, and categorized sections.
openclaw skills install tech-news-daily33科技资讯日报生成 Skill:从 IT之家 + 快科技 抓取内容,生成带 iOS 液态玻璃风格的 HTML 日报。
抓取数据(RSS + 文章页)
https://www.ithome.com/rss/https://news.mydrivers.com/(需按日期过滤 1113 开头链接)整理数据(JSON 格式)
[
["key", "cat_id", "title", "src", "url", "text"],
...
]
re.sub(r'([\u4e00-\u9fff])([A-Za-z0-9])', r'\1 \2', s)下载图片
news_imgs_today/{key}.jpg 或 {key}.png生成 HTML
python scripts/gen_html.py
tech_news_YYYYMMDD.html每条资讯为 6 字段数组:
[0] key:唯一标识(英文,用于本地图片文件名)[1] cat_id:板块 ID(1-5)[2] title:标题[3] src:来源名称(如 "IT之家"、"快科技")[4] url:文章链接[5] text:正文摘要(完整不截断,中英/数字之间有空格)参考:references/data_format.md
backdrop-filter: blur(24px) saturate(180%)rgba(255,255,255,0.62) + 白色边框-webkit-line-clamp 限制width:100%; height:auto,原始比例完整展示