新增16个AI技能:包含图像生成、视频剪辑、数据分析、智能查询等功能模块
This commit is contained in:
18
.opencode/skills/deep-research/README.md
Normal file
18
.opencode/skills/deep-research/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Deep Research
|
||||
|
||||
深度调研技能,对技术主题进行调研,输出 Markdown + Word 报告。
|
||||
|
||||
## 依赖
|
||||
|
||||
```bash
|
||||
# 必需
|
||||
brew install pandoc
|
||||
pip install python-docx
|
||||
|
||||
# 可选(生成配图)
|
||||
# 需要 image-service skill 并配置 API Key
|
||||
```
|
||||
|
||||
## 使用
|
||||
|
||||
加载 skill 后,直接告诉 Agent 要调研的主题即可。
|
||||
Reference in New Issue
Block a user