27 lines
598 B
Markdown
27 lines
598 B
Markdown
---
|
|
title: "Comparative Mode"
|
|
type: concept
|
|
tags: [comparison, research, mode]
|
|
last_updated: 2026-04-19
|
|
---
|
|
|
|
## Definition
|
|
|
|
Comparative Mode 是 Last30Days skill 的一种研究模式,通过 "X vs Y" 格式生成并排对比研究,帮助用户快速对比两个主题的热门内容、用户痛点和市场观点。
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
python3 ~/.openclaw/skills/last30days-official/scripts/last30days.py "cursor vs windsurf"
|
|
```
|
|
|
|
## Output Structure
|
|
|
|
- 双方热门内容并排显示
|
|
- 关键模式对比
|
|
- 推荐行动并列
|
|
|
|
## Related Concepts
|
|
|
|
- [[Last-30-Days-Skill]]
|
|
- [[Market-Research]] |