Install
openclaw skills install mupeng-trend-radarTech/market trend weekly auto-report
openclaw skills install mupeng-trend-radarSkill that automatically monitors tech and market trends and generates weekly reports.
web_search)memory/research/trend-YYYY-WXX.mdTrigger keywords:
Example:
Write this week's AI trend report
# Trend Radar YYYY-WXX
**Report Period**: YYYY-MM-DD ~ YYYY-MM-DD
**Generated**: YYYY-MM-DD
**Categories**: AI, SaaS, Korean Startups, OpenClaw
---
## 🔥 Top 3 Highlights
1. **[Title]** (Importance: ⭐⭐⭐⭐⭐ 9/10)
- Summary: ...
- Source: [Link]
- Why important: ...
2. **[Title]** (Importance: ⭐⭐⭐⭐ 8/10)
- ...
3. **[Title]** (Importance: ⭐⭐⭐⭐ 7/10)
- ...
---
## 📊 Trends by Category
### AI/ML
- **Claude 3.5 Sonnet Update**: ...
- **OpenAI GPT-5 Rumors**: ...
- **Korea AI Regulation Bill Passed**: ...
**Change Detection**:
- ⬆️ AI agent search volume +35% (vs last week)
- ⬇️ NFT/Web3 mentions -20%
### SaaS/Productivity
- **Notion Q4 Earnings**: ...
- **Linear New Features**: ...
### Korean Startups
- **Toss Bank IPO News**: ...
- **MUFI Photobooth University Festival Expansion**: (add if directly relevant)
### OpenClaw Ecosystem
- **Anthropic Claude 4 Announcement**: ...
- **Community Showcase**: ...
---
## 📈 Weekly Stats
| Category | New Articles | Critical Issues | vs Last Week |
|----------|--------------|-----------------|--------------|
| AI/ML | 47 | 12 | +5% |
| SaaS | 23 | 3 | -2% |
| Korean Startups | 18 | 5 | +12% |
| OpenClaw | 8 | 2 | +1% |
---
## 💡 Insights
- **AI Agent Ecosystem Rapid Growth**: ...
- **Korea Government AI Regulation Strengthening**: ...
- **Developer Tools Market Reorganization**: ...
---
## 🔮 Keywords to Watch Next Week
- [ ] GPT-5 official announcement
- [ ] Toss IPO schedule
- [ ] Claude API price reduction possibility
---
**Generated by**: trend-radar v1.0 | 무펭이 🐧
| Score | Criteria |
|---|---|
| 9-10 | Industry-wide impact / Immediate action needed |
| 7-8 | Major player trends / Attention needed |
| 5-6 | Interesting finding / Reference |
| 1-4 | Minor impact / Optional |
# Every Monday 09:00
0 9 * * 1 openclaw run trend-radar
Publish event when report generated:
events/trend-update-YYYY-MM-DD.json{
"type": "trend-report-generated",
"timestamp": "2026-02-14T09:00:00Z",
"week": "2026-W07",
"highlights": [
{
"title": "...",
"score": 9,
"category": "AI/ML"
}
],
"totalArticles": 96,
"criticalIssues": 3
}
Edit keyword list: workspace/trend-radar-keywords.json
{
"AI": ["Claude", "GPT-5", "Gemini"],
"SaaS": ["Notion", "Linear"],
"custom": ["MUFI Photobooth", "Kmong"]
}
trend-radar | 무펭이 🐧