AgentStack
MCP verified Apache-2.0 Self-run

Trend Radar

mcp-asoiso-trend-radar · by asoiso

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.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add mcp-asoiso-trend-radar

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Trend Radar? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 for tracking, analyzing, and turning Chinese-internet hotspots into platform-native viral content via the trendradar MCP server.

> Spec: 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 open format and are recognized by Claude Code, OpenAI Codex, Cursor, Gemini CLI, OpenCode, Goose, and 30+ other clients (full list).

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

# 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.
  • ⚠️ 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 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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.