Loading...
Loading...
Analyze daily hot news and write it to Obsidian. Use this skill when the user mentions "news summary", "today's hot topics", "hot news", "news analysis", or "help me search today's news".
npx skill4agent add rinsonlaw/law-skills news-analysisnpx skills add https://github.com/Rinsonlaw/law-skills.git/obsidianmmx search queryDATE=$(date +%Y-%m-%d)
mmx search query "国际新闻 $DATE"
mmx search query "国内时政 $DATE"
mmx search query "财经新闻 $DATE"
mmx search query "科技AI $DATE"{Obsidian Path}/news/$(date +%Y-%m-%d_%H:%M:%S)_{热点新闻}.md# 30 Hot News of Today | $(date +%Y-%m-%d)
## 🌏 International News
### [Serial Number]. [News Title]
**Summary**: [Core content within 100 words]
**Source**: [Media Name1](Original Link1) | [Media Name2](Original Link2) | ...
---
...
---
## 🇨🇳 Domestic Politics
### [Serial Number]. [News Title]
**Summary**: [Core content around 100 words]
**Source**: [Media Name1](Original Link1) | [Media Name2](Original Link2) | ...
---
...
---
## 💰 Financial News
### [Serial Number]. [News Title]
**Summary**: [Core content around 100 words]
**Source**: [Media Name1](Original Link1) | [Media Name2](Original Link2) | ...
---
...
---
## 🤖 Technology & AI
### [Serial Number]. [News Title]
**Summary**: [Core content around 100 words]
**Source**: [Media Name1](Original Link1) | [Media Name2](Original Link2) | ...
---
...
---
## 📈 Trend Summary
[In-depth analysis of today's news trends, listed in points, each point no more than 100 words]
---
*Organization Time: $(date +%Y-%m-%d\ %H:%M:%S)*
*Organization Tool: [Tool Name e.g. MiniMax AI + OpenClaw]*
mkdir -p "{Obsidian Path}/news"