# Trend Radar

> Agent Skills for Chinese-internet hotspot tracking & viral content. Five plug-and-play skills (monitor / deep-dive / alert / viral-forge / report) powered by the trendradar MCP server.

- **Type:** MCP server
- **Install:** `agentstack add mcp-asoiso-trend-radar`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [asoiso](https://agentstack.voostack.com/s/asoiso)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [asoiso](https://github.com/asoiso)
- **Source:** https://github.com/asoiso/trend-radar
- **Website:** https://agentskills.io

## Install

```sh
agentstack add mcp-asoiso-trend-radar
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# trend-radar — Agent Skills for Chinese Hotspot Tracking & Viral Content

[](https://github.com/asoiso/trend-radar/actions/workflows/validate.yml)
[](./LICENSE)
[](https://agentskills.io/specification)

A collection of [Agent Skills](https://agentskills.io) for tracking, analyzing, and turning Chinese-internet hotspots into platform-native viral content via the **`trendradar` MCP server**.

> Spec: [agentskills.io/specification](https://agentskills.io/specification) · License: Apache-2.0 · Suite version: `0.1.0`

## What's inside

| Skill | Purpose | Triggers |
|---|---|---|
| [`trend-monitor`](./trend-monitor/) | Multi-platform hotspot sweep + emerging-keyword extraction | 今日热点 / 各平台热搜 / what's trending |
| [`trend-deep-dive`](./trend-deep-dive/) | Single-topic analysis (trend / lifecycle / viral / predict) | 深挖 XX / 这个话题怎么演变 / 会不会火 |
| [`trend-alert`](./trend-alert/) | Anomaly detection + push to 9 channels (飞书/钉钉/Telegram/…) | 异动告警 / 监控 XX / breakout alert |
| [`viral-forge`](./viral-forge/) | Platform-native viral content generation (6 platforms, 36 title patterns) | 写爆款 / 借势 XX / 抖音脚本 / 小红书笔记 |
| [`trend-report`](./trend-report/) | Daily/weekly/monthly digest reports (3 audience templates) | 日报 / 周报 / 对比报告 / digest |

Pick **`trend-monitor`** to discover, then route to **deep-dive** / **viral-forge** / **trend-report** depending on intent. **`trend-alert`** runs in the background.

## Install

Skills follow the [Agent Skills](https://agentskills.io) open format and are recognized by Claude Code, OpenAI Codex, Cursor, Gemini CLI, OpenCode, Goose, and 30+ other clients ([full list](https://agentskills.io/clients)).

Each skill folder is **self-contained** — clone the whole repo, or copy/symlink only the skills you want.

```bash
# Clone the suite
git clone https://github.com/asoiso/trend-radar.git
cd trend-radar

# Option A: symlink everything into Claude Code's global skill dir
for skill in trend-monitor trend-deep-dive trend-alert viral-forge trend-report; do
  ln -s "$(pwd)/$skill" "$HOME/.claude/skills/$skill"
done

# Option B: copy a single skill into a project
cp -r viral-forge /path/to/project/.claude/skills/
```

Per-client install paths and verification steps: see [`docs/installation.md`](./docs/installation.md).

## Prerequisite — `trendradar` MCP server

All five skills assume the `trendradar` MCP server is connected and exposes the `mcp__trendradar__*` tool family (news discovery, topic analysis, sentiment, channel push). Without it, skills degrade to web search and local reasoning — the tracking and alert features will be limited.

Tool catalog: [`docs/mcp-tools.md`](./docs/mcp-tools.md).

## Repo layout

```
trend-radar/
├── trend-monitor/         SKILL.md
├── trend-deep-dive/       SKILL.md + references/decision-tree.md
├── trend-alert/           SKILL.md
├── viral-forge/           SKILL.md + references/{title-patterns.md, platform-playbook.md}
├── trend-report/          SKILL.md
├── docs/                  mcp-tools.md, installation.md  (reader-facing, not loaded by agents)
├── .github/workflows/     validate.yml  (CI: skills-ref validate)
├── LICENSE                Apache-2.0
├── CHANGELOG.md
└── CONTRIBUTING.md
```

Each skill is independently installable. Cross-skill mentions in `SKILL.md` (e.g. `trend-alert` referencing `../trend-monitor`) are informational only — skills don't depend on siblings to function.

## Compatibility

- ✅ Claude Code, Claude.ai, OpenAI Codex, Cursor, VS Code (Copilot), Gemini CLI, OpenCode, Goose, Roo Code, Kiro, Workshop, and other [Agent Skills clients](https://agentskills.io/clients).
- ⚠️ Some clients require enabling skills in settings — see [`docs/installation.md`](./docs/installation.md).
- 🌐 Skill content mixes 中文 + English triggers. Most useful when the agent answers in 中文.

## Contributing

PRs welcome. New skills must pass [`skills-ref validate`](https://github.com/agentskills/agentskills/tree/main/skills-ref) and include `WHAT + WHEN-TO-USE` keywords in the description. See [`CONTRIBUTING.md`](./CONTRIBUTING.md).

## License

Apache License 2.0 — see [`LICENSE`](./LICENSE).

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [asoiso](https://github.com/asoiso)
- **Source:** [asoiso/trend-radar](https://github.com/asoiso/trend-radar)
- **License:** Apache-2.0
- **Homepage:** https://agentskills.io

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-asoiso-trend-radar
- Seller: https://agentstack.voostack.com/s/asoiso
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
