← Back to Skills Marketplace
定时早报生成
by
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dingbao-zoubao
Description
每天定时生成综合、财经、科技等主题的个性化早报,自动推送到飞书并支持手动触发查看。
README (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 消息工具
- 可选:全网新闻聚合助手(增强信源)
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dingbao-zoubao - After installation, invoke the skill by name or use
/dingbao-zoubao - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布
Metadata
Frequently Asked Questions
What is 定时早报生成?
每天定时生成综合、财经、科技等主题的个性化早报,自动推送到飞书并支持手动触发查看。 It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.
How do I install 定时早报生成?
Run "/install dingbao-zoubao" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 定时早报生成 free?
Yes, 定时早报生成 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 定时早报生成 support?
定时早报生成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 定时早报生成?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.
More Skills