19 lines
331 B
Markdown
19 lines
331 B
Markdown
# Deep Research
|
|
|
|
深度调研技能,对技术主题进行调研,输出 Markdown + Word 报告。
|
|
|
|
## 依赖
|
|
|
|
```bash
|
|
# 必需
|
|
brew install pandoc
|
|
pip install python-docx
|
|
|
|
# 可选(生成配图)
|
|
# 需要 image-service skill 并配置 API Key
|
|
```
|
|
|
|
## 使用
|
|
|
|
加载 skill 后,直接告诉 Agent 要调研的主题即可。
|