skillfree 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SKILL.md +15 -12
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -170,18 +170,21 @@ skillfree pilot --type ocr --prompt "解析这个PDF" --file ./document.pdf
|
|
|
170
170
|
## ⚡ 快速决策指南
|
|
171
171
|
|
|
172
172
|
```
|
|
173
|
-
日常对话/写作
|
|
174
|
-
长文档/中文理解
|
|
175
|
-
复杂推理/数学
|
|
176
|
-
实时搜索/新闻
|
|
177
|
-
专业写作/分析
|
|
178
|
-
最强对话
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
173
|
+
日常对话/写作 → DeepSeek-V3.2-Fast(1积分)
|
|
174
|
+
长文档/中文理解 → kimi-k2.5(1积分)
|
|
175
|
+
复杂推理/数学 → DeepSeek-V3.2-Thinking(2积分)
|
|
176
|
+
实时搜索/新闻 → perplexity-sonar-pro-search-ssvip(12积分)
|
|
177
|
+
专业写作/分析 → claude-sonnet-4-6(12积分)
|
|
178
|
+
最强对话 → claude-opus-4-6(59积分)
|
|
179
|
+
中文图像生成 → doubao-seedream-5.0-lite(11积分)
|
|
180
|
+
写实图像生成 → gpt-image-1.5-ssvip(47积分)
|
|
181
|
+
图片编辑 → qwen-image-edit-plus-20260226(27积分)
|
|
182
|
+
中文配音 → speech-2.8-hd(18积分)
|
|
183
|
+
英文配音 → gemini-2.5-pro-preview-tts(18积分)
|
|
184
|
+
视频生成(性价比) → paiwo-v5.6-ttv(160积分)
|
|
185
|
+
视频生成(旗舰) → kling-v2-6-text2video(427积分)
|
|
186
|
+
音乐生成 → chirp-v5(107积分)
|
|
187
|
+
文档OCR解析 → hehe-tywd(3积分)
|
|
185
188
|
```
|
|
186
189
|
|
|
187
190
|
---
|