← 返回 Skills 市场
imgolye

Daily Hot Push

作者 imgolye · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1371
总下载
1
收藏
11
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-hot-push
功能描述
每日推送中国热榜TOP10到飞书。从微博、知乎、百度、36氪筛选最重要的新闻,智能排除明星八卦和主观评论。
使用说明 (SKILL.md)

每日热榜推送

智能推送中国热榜 TOP10,让你不错过任何重要新闻。

功能特点

多源聚合 - 微博、知乎、百度、36氪四大平台 ✅ 智能筛选 - 排除明星八卦、广告推广、主观评论 ✅ 简洁输出 - 只推送10条最重要的新闻 ✅ 定时推送 - 配合 OpenClaw Cron 每天早上8点自动推送 ✅ 飞书集成 - 直接推送到飞书账号

使用场景

当你需要:

  • 了解今日中国最热门的事件
  • 每天早上自动收到热榜推送
  • 避免信息过载,只看最重要的10条

数据源

  1. 微博热搜榜 - 社会热点、舆论风向 https://tophub.today/n/KqndgxeLl9

  2. 知乎热榜 - 深度讨论、专业观点 https://tophub.today/n/mproPpoq6O

  3. 百度实时热点 - 大众关注、搜索趋势 https://tophub.today/n/Jb0vmloB1G

  4. 36氪24小时热榜 - 商业科技、创业动态 https://tophub.today/n/Q1Vd5Ko85R

筛选标准

只推送符合以下标准的内容:

  1. 重大事件 - 政策、国际关系、社会事件
  2. 热议话题 - 引发广泛讨论的重要话题
  3. 事实新闻 - 基于事实的报道,非主观评论
  4. 排除 - 明星八卦、娱乐营销、广告推广

输出格式

======

🔥 今日热榜(03月01日)

1. 伊朗最高领袖哈梅内伊遇害,中东局势持续升级
2. 巴基斯坦对阿富汗公开宣战,边境激烈交火
3. 中国手机行业迎来全面涨价潮,存储芯片成本上涨超80%
4. FIBA向中国男篮致歉,为措辞不当道歉
5. 油价或出现历史性飙升,受中东局势影响
6. 伊朗导弹击中以军总参谋部,冲突持续升级
7. 领克语音助手误关大灯引发撞车,官方已道歉
8. 网警提醒规避考研查分陷阱,警惕诈骗
9. 86岁作家杨本芬承认抄袭,文学"抄袭"界定引讨论
10. 外卖新规要求"无堂食"标识,整治幽灵外卖

======

设置定时推送

使用 OpenClaw Cron 设置每天早上8点自动推送:

openclaw cron add \
  --name "每日热榜推送" \
  --cron "0 8 * * *" \
  --tz "Asia/Shanghai" \
  --channel "feishu" \
  --to "YOUR_FEISHU_USER_ID" \
  --message "使用 daily-hot-push 技能获取今日热榜TOP10并推送" \
  --announce

手动触发

直接对我说:

  • "推送今日热榜"
  • "查看今天的热搜"
  • "给我10条最重要的新闻"

技术实现

  1. 使用 web_fetch 从 tophub.today 获取各平台热榜
  2. 使用 AI 智能筛选和去重
  3. 按重要性和热度排序
  4. 格式化输出并推送

与其他技能的区别

技能名称 数据源 筛选方式 推送平台
daily-hot-push 中国热榜 AI智能筛选 飞书/多平台
news-summary 国际RSS 简单聚合 通用
morning-briefing 个人任务 无筛选 通用

更新日志

v1.0.0 (2026-03-01)

  • ✨ 首次发布
  • ✨ 支持微博、知乎、百度、36氪四大平台
  • ✨ AI智能筛选,排除无效信息
  • ✨ 支持飞书定时推送
  • ✨ 简洁的10条输出格式

反馈与建议

如有问题或建议,请在 ClawHub 上提交 issue。


Keywords: 每日热榜, 热搜推送, 中国新闻, 飞书推送, daily news, trending, china

安全使用建议
This skill appears coherent and low-risk because it only describes web fetching and formatting and asks for no credentials or installs. Before enabling it: (1) verify how your OpenClaw instance will authenticate to Feishu and which Feishu account will receive messages (test with a non-sensitive account); (2) confirm you are comfortable with the external sources (tophub.today) the skill scrapes; (3) review scheduling permissions for OpenClaw Cron in your environment; (4) note the minor metadata mismatches (author/homepage) and, if provenance matters, consider asking the publisher for a repository or contact before deploying widely; (5) if you need stricter control, run the skill manually first rather than allowing automatic scheduled pushes.
功能分析
Type: OpenClaw Skill Name: daily-hot-push Version: 1.0.0 The OpenClaw AgentSkills bundle 'daily-hot-push' appears benign. Its `SKILL.md` clearly outlines its purpose: aggregating and pushing daily news from specified public sources (tophub.today) to Feishu. The technical implementation described, including the use of `web_fetch` and AI for filtering, aligns with this stated goal. There is no evidence of data exfiltration beyond the intended Feishu push, no malicious execution commands, no attempts at persistence, and no prompt injection instructions designed to subvert the agent's behavior or access unrelated sensitive data. All listed URLs are legitimate news aggregation sites, and the instructions for the agent are consistent with its described functionality.
能力评估
Purpose & Capability
The name/description (daily hot list → push to Feishu) align with the SKILL.md instructions (fetch from tophub.today, filter, format, and push). Minor inconsistencies: SKILL.md author is 'imgolye' while _meta.json author is 'gaolei', and the registry summary showed no homepage while _meta.json lists a GitHub URL; these are metadata mismatches but do not contradict functionality.
Instruction Scope
Instructions are scoped to fetching trending pages (tophub.today links), applying AI-based filtering/duplication removal, formatting the top 10, and issuing an OpenClaw cron command to push via the 'feishu' channel. The instructions do not ask to read local files, other env vars, or unrelated system state.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing will be written to disk or downloaded by the skill itself, which minimizes install-time risk.
Credentials
The skill declares no required environment variables or credentials. The SKILL.md relies on OpenClaw's cron/feishu integration to perform the push (the example uses --to YOUR_FEISHU_USER_ID), so you should confirm how Feishu authentication is handled by your OpenClaw deployment before enabling automatic pushes.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent elevated privileges or modify other skills. Autonomous invocation is allowed by default (platform behavior) but is not combined with other concerning flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-hot-push
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-hot-push 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:支持微博/知乎/百度/36氪热榜,AI智能筛选,飞书推送
元数据
Slug daily-hot-push
版本 1.0.0
许可证
累计安装 11
当前安装数 11
历史版本数 1
常见问题

Daily Hot Push 是什么?

每日推送中国热榜TOP10到飞书。从微博、知乎、百度、36氪筛选最重要的新闻,智能排除明星八卦和主观评论。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1371 次。

如何安装 Daily Hot Push?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-hot-push」即可一键安装,无需额外配置。

Daily Hot Push 是免费的吗?

是的,Daily Hot Push 完全免费(开源免费),可自由下载、安装和使用。

Daily Hot Push 支持哪些平台?

Daily Hot Push 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Daily Hot Push?

由 imgolye(@imgolye)开发并维护,当前版本 v1.0.0。

💬 留言讨论