# Trendradar

> Monitor trending news, analyze topics, aggregate cross-platform content, and send notifications via CLI. Use when user needs to get latest news, search trends, analyze sentiment, compare periods, or generate reports.

- Skill: `makabakaxy/trendradar` (Agent Skill, multi-file: 13 files)
- Install (CLI): `npx skillmds@latest add makabakaxy/trendradar`
- Raw SKILL.md: https://api.skillmd.com/api/skills/makabakaxy/trendradar/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: makabakaxy (https://skillmd.com/u/makabakaxy)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/makabakaxy/trendradar

---


# trendradar (via mcp2cli)

Monitor trending news and analyze cross-platform content via CLI.

## Shortcuts

No shortcuts configured. Use full form: `mcp2cli trendradar <group> <cmd>`

## Commands

### News
| Command | Description | Example | Ref |
|---|---|---|---|
| `mcp2cli trendradar news get` | Get latest crawled news | `mcp2cli trendradar news get --platforms zhihu weibo --limit 50` | [ref](reference/news.md) |
| `mcp2cli trendradar news search` | Search news (keyword/fuzzy/entity) | `mcp2cli trendradar news search --query 'AI'`<br>`mcp2cli trendradar news search --query '特斯拉' --include-rss true` | [ref](reference/news.md) |
| `mcp2cli trendradar news by-date` | Get news by date range | `mcp2cli trendradar news by-date --date-range '{"start":"2025-01-01","end":"2025-01-07"}'` | [ref](reference/news.md) |
| `mcp2cli trendradar news find-related` | Find related news by title | `mcp2cli trendradar news find-related --reference-title '特斯拉降价'` | [ref](reference/news.md) |
| `mcp2cli trendradar news aggregate` | Cross-platform dedup aggregation | | [ref](reference/news.md) |
| `mcp2cli trendradar trending list` | List trending topics by frequency | `mcp2cli trendradar trending list --top-n 20 --extract-mode auto_extract` | [ref](reference/trending.md) |

### Analyze
| Command | Description | Example | Ref |
|---|---|---|---|
| `mcp2cli trendradar analyze trend` | Analyze topic trend/lifecycle/viral | `mcp2cli trendradar analyze trend --topic 'AI' --analysis-type trend`<br>`mcp2cli trendradar analyze trend --topic '特斯拉' --analysis-type lifecycle` | [ref](reference/analyze.md) |
| `mcp2cli trendradar analyze sentiment` | Analyze sentiment and heat trends | `mcp2cli trendradar analyze sentiment --topic 'AI'` | [ref](reference/analyze.md) |
| `mcp2cli trendradar analyze insights` | Data insights across platforms | `mcp2cli trendradar analyze insights --insight-type platform_compare --topic '人工智能'` | [ref](reference/analyze.md) |
| `mcp2cli trendradar analyze compare` | Compare two time periods | `mcp2cli trendradar analyze compare --period1 last_week --period2 this_week` | [ref](reference/analyze.md) |

### Report & Article
| Command | Description | Example | Ref |
|---|---|---|---|
| `mcp2cli trendradar report generate` | Generate daily/weekly summary report | `mcp2cli trendradar report generate --report-type daily` | [ref](reference/report.md) |
| `mcp2cli trendradar article read` | Read article URL as Markdown | `mcp2cli trendradar article read --url 'https://example.com/news/123'` | [ref](reference/article.md) |
| `mcp2cli trendradar article batch-read` | Batch read multiple article URLs | | [ref](reference/article.md) |

### RSS
| Command | Description | Example | Ref |
|---|---|---|---|
| `mcp2cli trendradar rss list` | Get latest RSS subscription data | `mcp2cli trendradar rss list --days 7 --feeds hacker-news 36kr` | [ref](reference/rss.md) |
| `mcp2cli trendradar rss search` | Search RSS by keyword | `mcp2cli trendradar rss search --keyword 'machine learning' --days 14` | [ref](reference/rss.md) |

### Notification & Utils
| Command | Description | Example | Ref |
|---|---|---|---|
| `mcp2cli trendradar notification send` | Send to configured channels | `mcp2cli trendradar notification send --message '**测试**' --channels feishu dingtalk` | [ref](reference/notification.md) |
| `mcp2cli trendradar date resolve` | Resolve natural language date expression | `mcp2cli trendradar date resolve --expression '本周'` | [ref](reference/date.md) |
| `mcp2cli trendradar system status` | Get system health status | | [ref](reference/system.md) |
| `mcp2cli trendradar storage sync` | Sync data from remote storage | `mcp2cli trendradar storage sync --days 30` | [ref](reference/storage.md) |

## Discover Parameters

Append `--help` to any command for full parameter list:

    mcp2cli trendradar news search --help

> **Note**: Use Ref links above to view detailed parameters and examples.

## User Notes

> **MUST READ** [users/skill.md](users/skill.md) for custom workflows and tips.
> **Config**: MCP server settings live in `~/.agents/mcp2cli/servers.yaml` - edit there to take effect.

