๐ฐ
Daily Information Briefing
Auto-search topics you care about, generate structured summaries
๐ข Safe
โญ Beginner
โฑ๏ธ 2โ5 min
โ
Suitable For: All users
๐ฆ Requires: Brave Search API (free)
๐ ๐ One-Click Prompt
@OpenClaw I need you to act as my daily information briefing assistant.
Context: I am using openclaw.
Step 1 โ Environment check (automation)
- Check whether these MCP servers are installed:
- @modelcontextprotocol/server-brave-search
- @modelcontextprotocol/server-fetch (optional)
If any are missing:
1) Confirm the package exists on npm
2) Show the exact install command(s)
3) Ask: "Do you want me to install them now?"
- Option A: Install now
- Option B: I'll install manually later
- Option C: Skip this feature
If I confirm, run:
- npx -y @modelcontextprotocol/server-brave-search
Step 2 โ API key setup
Brave Search needs a free API key.
Ask me for the key and provide a short signup pointer if needed.
Step 3 โ Run searches (last 24 hours)
Ask me to provide 3โ5 topics (e.g., AI agents, openclaw updates, MCP servers).
For each topic:
1) Find 3โ5 fresh, high-quality sources
2) Filter out ads/low quality
3) Extract: title, source, publish time, 2โ3 sentence summary, URL
Step 4 โ Generate the report
Output as markdown:
```markdown
# ๐ฐ Daily Briefing โ [Date]
## Topic: [Topic]
### ๐ฅ Top stories
1. **[Title]**
- Source: [Site]
- Time: [Published]
- Summary: [2โ3 sentences]
- Link: [URL]
### ๐ Other notes
- [Bullets]
```
Safety guarantees
- Only read public web info
- Do NOT access local files
- Do NOT store my history
If anything fails (API limits, network), explain the cause and give a fix.
Throughout this workflow, communicate with me in English.
๐ก Tip: Click โCopy Promptโ, then paste it into openclaw to start.
๐ฏ What can this do?
Every morning, it helps you:
- Search the latest updates for topics you care about
- Generate structured summaries
- Include sources and links
- Filter ads and low-quality content
โ ๏ธ Risk notice
This feature will access:
- โ Public web search results
- โ No local file access needed
Will NOT:
- โ Save your search history
- โ Access your private data
- โ Modify any files
Data privacy:
- ๐ Queries are sent to the Brave Search API
- ๐ Use the minimum scopes and keep keys private
- ๐ Do not paste API keys into public code
๐ก๏ธ Safety tips
1) API key hygiene
- Store keys in environment variables
- Rotate keys if leaked
- Monitor quota usage
2) Topic selection
- Avoid sensitive personal info
- Avoid internal confidential topics
- Follow your local laws and policies
๐ก Common use cases
- Tech tracking: AI agents, frameworks, and benchmarks
- Industry news: daily updates in your field
- Competitor monitoring: track product launches and announcements
- Learning: collect and summarize new articles
๐ก Whatโs next?
- Schedule it to run daily (cron/task scheduler)
- Send summaries to email/Slack (requires additional integrations)
- Save history to files (Filesystem MCP)
โ FAQ
Is Brave Search API free?
Yes. Brave offers a free tier, which is usually enough for personal daily briefings.
Where is the output stored?
By default itโs only in chat. If you want persistence, save it to a file or a notes tool.