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.
DeepseekModel
官方收录技能
质量 优秀 · 78
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=makabakaxy-mcp2cli-presets-trendradar-1-16-0-skills-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name trendradar description 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. source_version 1.16.0 source_cli_hash e137b324 generated_at 2026-04-06T08:19:01.222788+00:00 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 mcp2cli trendradar news search Search news (keyword/fuzzy/entity) mcp2cli trendradar news search --query 'AI' mcp2cli trendradar news search --query '特斯拉' --include-rss true ref 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 mcp2cli trendradar news find-related Find related news by title mcp2cli trendradar news find-related --reference-title '特斯拉降价' ref mcp2cli trendradar news aggregate Cross-platform dedup aggregation ref mcp2cli trendradar trending list List trending topics by frequency mcp2cli trendradar trending list --top-n 20 --extract-mode auto_extract ref Analyze Command Description Example Ref mcp2cli trendradar analyze trend Analyze topic trend/lifecycle/viral mcp2cli trendradar analyze trend --topic 'AI' --analysis-type trend mcp2cli trendradar analyze trend --topic '特斯拉' --analysis-type lifecycle ref mcp2cli trendradar analyze sentiment Analyze sentiment and heat trends mcp2cli trendradar analyze sentiment --topic 'AI' ref mcp2cli trendradar analyze insights Data insights across platforms mcp2cli trendradar analyze insights --insight-type platform_compare --topic '人工智能' ref mcp2cli trendradar analyze compare Compare two time periods mcp2cli trendradar analyze compare --period1 last_week --period2 this_week ref Report & Article Command Description Example Ref mcp2cli trendradar report generate Generate daily/weekly summary report mcp2cli trendradar report generate --report-type daily ref mcp2cli trendradar article read Read article URL as Markdown mcp2cli trendradar article read --url 'https://example.com/news/123' ref mcp2cli trendradar article batch-read Batch read multiple article URLs ref 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 mcp2cli trendradar rss search Search RSS by keyword mcp2cli trendradar rss search --keyword 'machine learning' --days 14 ref Notification & Utils Command Description Example Ref mcp2cli trendradar notification send Send to configured channels mcp2cli trendradar notification send --message '**测试**' --channels feishu dingtalk ref mcp2cli trendradar date resolve Resolve natural language date expression mcp2cli trendradar date resolve --expression '本周' ref mcp2cli trendradar system status Get system health status ref mcp2cli trendradar storage sync Sync data from remote storage mcp2cli trendradar storage sync --days 30 ref 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 for custom workflows and tips. Config : MCP server settings live in ~/.agents/mcp2cli/servers.yaml - edit there to take effect.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |