x-collectlisted
Install: claude install-skill aiskillstore/marketplace
# X Collect
Collect trending topics and research materials for X content creation using a systematic 4-round web search strategy.
## Prerequisites
- WebSearch tool available
- Internet connection
## Workflow
### Input
User provides:
- **Topic** (required): The subject to research (e.g., "AI Agent最新进展", "Claude 4 发布")
- **Language** (optional): Output language, defaults to Chinese (zh-CN)
### 4-Round Search Strategy
Simulate human research thinking process with progressive depth:
**Round 1: Official Sources (权威信息)**
```
Search: "{topic} 官方文档"
Search: "{topic} GitHub"
Search: "{topic} official announcement"
```
Goal: Get authoritative first-hand information
**Round 2: Technical Analysis (技术解析)**
```
Search: "{topic} 详细介绍"
Search: "{topic} 教程 tutorial"
Search: "{topic} how it works"
```
Goal: Understand technical details and mechanisms
**Round 3: Comparison & Reviews (对比评测)**
```
Search: "{topic} vs {competitor}"
Search: "{topic} 评测 review"
Search: "{topic} pros cons"
```
Goal: Get different perspectives and comparisons
**Round 4: Supplementary Verification (补充验证)**
```
# Analyze gaps from previous rounds
missing_info = analyze_gaps(previous_results)
Search: "{missing_info}"
Search: "{topic} 最新 latest 2024 2025"
```
Goal: Fill information gaps and get latest updates
### Output Format
Generate structured material document:
```markdown
# {Topic} 素材收集报告
## 收集时间
{timestamp}
## 核心信息
- **官方定义**: ...
- **关键特性**: ...
- **最新动态**: ...
## 素材列表
### 素材 1
- **标题**: ...
- **