← 返回 Skills 市场
定时早报生成
作者
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dingbao-zoubao
功能描述
每天定时生成综合、财经、科技等主题的个性化早报,自动推送到飞书并支持手动触发查看。
使用说明 (SKILL.md)
定时早报生成 Skill
每天定时生成个性化早报,推送到飞书。结合新闻聚合能力,支持综合/财经/科技/AI等多场景。
功能特性
- ✅ 多场景早报:综合、财经、科技、AI深度、股市五大主题
- ✅ 定时推送:每天自定义时间自动生成并推送(如 08:00)
- ✅ 飞书直达:直接推送到飞书,包含摘要 + 精选内容 + emoji分类
- ✅ 手动触发:支持随时说"今天早报"立即生成
- ✅ 去重机制:自动过滤30天内已推送的重复内容
触发词
今天早报
生成早报
今日资讯
早间简报
财经早报
科技早报
使用方法
手动生成
今天早报
综合早报
给我一份科技早报
查看帮助
早报帮助
设置早报时间
定时配置
设置每天推送时间:
设置早报时间 08:00
每天早上8点推早报
查看当前配置:
早报配置
早报状态
输出示例
📰 综合早报 | 2026-04-22
━━━━━━━━━━━━━━━━━━━━
🔴 重要 | OpenAI 发布 GPT-5,震惊业界
摘要:GPT-5 在推理测试中得分首次超过人类...
[查看全文]
🔵 科技 | Anthropic 发布 Claude 4
摘要:上下文窗口扩展至 100 万 tokens...
[查看全文]
🟢 创投 | Figure AI 完成新一轮融资
摘要:估值达 26 亿美元,...
[查看全文]
━━━━━━━━━━━━━━━━━━━━
📊 共抓取 48 条 | 去重后 12 条 | 耗时 3.2s
技术实现
- 新闻来源:优先调用全网新闻聚合助手(如已安装)
- 生成引擎:AI 总结 + 关键词分类 + emoji 标注
- 定时调度:OpenClaw cron(需配置推送时间)
- 推送通道:飞书 IM 消息(富文本 post 格式)
定价参考
| 版本 | 价格 | 说明 |
|---|---|---|
| 免费版 | ¥0 | 每天1次,手动触发 |
| 付费版 | ¥29-99/月 | 定时自动推送,多场景 |
依赖
- OpenClaw 框架
- 飞书 IM 消息工具
- 可选:全网新闻聚合助手(增强信源)
安全使用建议
Do not install or enable this skill until the author clarifies and fixes several issues: (1) provide or declare dependencies (package.json or documented modules) — especially the 'openart' library and its provenance; (2) declare the exact config path and what keys it contains, or switch to explicit environment variables for credentials; (3) implement or include the missing generateBriefing/news-fetch and de-duplication code, or make SKILL.md match the actual implementation; (4) confirm how Feishu authentication is handled and ensure no unexpected secrets are read (the handler currently reads ../config.json which may contain sensitive data). If you must test it, run in an isolated environment and inspect any config files and network calls (or prefer a vetted implementation that documents required credentials and dependencies).
功能分析
Type: OpenClaw Skill
Name: dingbao-zoubao
Version: 1.0.0
The skill bundle is a legitimate tool for generating news briefings and pushing them to Feishu. The code in scripts/handler.js performs standard operations such as reading local configuration files and utilizing the framework's messaging library (openart) to send content. No evidence of data exfiltration, malicious execution, or prompt injection was found; the logic is consistent with the functionality described in SKILL.md.
能力评估
Purpose & Capability
The skill claims to push to Feishu and aggregate news. The code does try to send to Feishu, but metadata declares no dependencies, no required env vars, and no config paths while the code reads a local ../config.json for feishu_chat_id. That mismatch (undocumented config file and missing dependency declaration) is incoherent with the stated purpose.
Instruction Scope
SKILL.md describes news aggregation, de-duplication, and timed scheduling. The handler.js calls generateBriefing(topic, config) but there is no generateBriefing implementation in the included code, and there is no code implementing news fetching, de-duplication, or scheduling. The runtime instructions promise behaviors that the shipped code does not implement.
Install Mechanism
There is no install spec, yet the handler requires the 'openart' module. No package.json or declared dependency list is present. That creates uncertainty at install/runtime (the skill may fail or rely on implicit platform packages), and the source of the 'openart' module is not documented.
Credentials
The skill declares no required env vars or primary credential, but it reads ../config.json which likely contains feishu_chat_id and potentially credentials. Feishu/auth requirements are not documented. Reading a local config file without declaring it is a privacy/credential concern — secrets could be read from the agent environment unexpectedly.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide changes. It reads a local config file and sends messages via a library, but it does not modify other skills or system settings in the provided code.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dingbao-zoubao - 安装完成后,直接呼叫该 Skill 的名称或使用
/dingbao-zoubao触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布
元数据
常见问题
定时早报生成 是什么?
每天定时生成综合、财经、科技等主题的个性化早报,自动推送到飞书并支持手动触发查看。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。
如何安装 定时早报生成?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dingbao-zoubao」即可一键安装,无需额外配置。
定时早报生成 是免费的吗?
是的,定时早报生成 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
定时早报生成 支持哪些平台?
定时早报生成 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 定时早报生成?
由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。
推荐 Skills