懂得AI

Command Palette

Search for a command to run...

Back to all use cases
Featured
Beginner

Morning Briefing (China)

Build a personalized daily morning briefing system that automatically aggregates content from multiple sources, summarizes with AI, and pushes to Feishu/DingTalk. Supports news, industry updates, weather, stock market and more.

简报定时任务新闻

Requirements

  • Feishu/DingTalk bot webhook
  • Cron service
  • OpenClaw environment
  • RSS feeds or APIs

Tips

  • Choose stable Chinese news sources
  • Keep briefing length at 5-10 items
  • Can add personalized recommendations

Implementation Steps

1

Determine content sources (RSS, API, websites)

2

Configure data scraping scripts

3

Use AI to generate summaries and highlights

4

Format as message cards

5

Configure cron job (8 AM daily)

6

Push to group via webhook

Ready to get started?

Check out the GitHub repo for complete code and documentation