daily-briefing-generator

每日简报生成器。自动聚合多个信息源(RSS、网页、Tavily搜索),生成结构化每日简报,支持定时推送。当用户需要:生成每日行业简报、汇总多渠道资讯、制作早报/晚报、定时推送简报给团队时使用此技能。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "daily-briefing-generator" with this command: npx skills add xuyongliang-eccom/daily-briefing-generator

Daily Briefing Generator

每日简报生成器。聚合多源资讯,生成结构化每日简报并推送。

核心能力

  1. 多源聚合 — RSS订阅、网页抓取、Tavily搜索
  2. 内容去重 — 智能合并相似内容
  3. 结构化输出 — 按行业/主题分类的简报格式
  4. 定时推送 — 每日定时推送到企业微信/飞书/钉钉

快速开始

生成今日简报

python3 scripts/generate_briefing.py \
  --sources "AI科技,电商,政策" \
  --max-items 10 \
  --output ./daily_briefing.md

订阅 RSS 并生成简报

python3 scripts/generate_briefing.py \
  --rss ./feeds.txt \
  --output ./daily.md

创建每日定时推送

python3 scripts/schedule_briefing.py \
  --sources "AI科技" \
  --schedule "0 8 * * *" \
  --channel wecom \
  --timezone "Asia/Shanghai"

脚本说明

scripts/generate_briefing.py

生成每日简报。

python3 scripts/generate_briefing.py \
  --sources "<关键词1,关键词2>" \
  --max-items <数量> \
  --output <文件> \
  [--rss <rss文件路径>]

参数:

  • --sources: 逗号分隔的信息源关键词
  • --max-items: 每类最大条目数
  • --output: 输出文件路径
  • --rss: RSS订阅文件(每行一个URL)

scripts/schedule_briefing.py

创建每日简报定时推送任务。

python3 scripts/schedule_briefing.py \
  --sources "<关键词>" \
  --schedule "<cron>" \
  --channel <wecom|feishu|ddingtalk> \
  [--timezone <时区>]

输出格式

# 每日简报 — YYYY-MM-DD

## 今日要点
- 概要1
- 概要2

## 行业动态
### AI / 科技
1. [标题](链接) — 摘要
2. ...

### 电商 / 零售
1. ...

## 政策风向
1. ...

## 本周关注
1. ...

---
*由 daily-briefing-generator 生成 | YYYY-MM-DD*

推荐 RSS 订阅配置

feeds.txt 中每行一个 RSS 地址,例如:

https://feeds.example.com/tech
https://feeds.example.com/ecommerce

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

AI Daily Briefing

Start every day focused. Get a morning briefing with overdue tasks, today's priorities, calendar overview, and context from recent meetings. Works with ai-me...

Registry SourceRecently Updated
900Profile unavailable
Automation

AI News Simple

Simple AI news briefing using bash commands. Monitors 10 top AI news sources and generates professional Chinese briefings. Use when: (1) generating AI news b...

Registry Source
3580Profile unavailable
Automation

AI News Briefing

Professional AI news briefing using OpenClaw skills ecosystem. Monitors 10 top AI news sources, extracts content with summarize skill, and generates high-qua...

Registry Source
4250Profile unavailable
General

Eir Daily Content Curator

Daily AI news curation — learns interests from your profile, searches the web, delivers structured summaries and daily briefs. Use when: 'set up daily news',...

Registry SourceRecently Updated
2083Profile unavailable