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.
Files changed (2) hide show
  1. package/SKILL.md +15 -12
  2. 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
- 日常对话/写作 → 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
- 中文配音 speech-2.8-hd18积分)
182
- 视频入门 wan2.6-t2v50积分)
183
- 视频旗舰 kling-v2-6-text2video427积分)
184
- 文档解析 hehe-tywd3积分)
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-2026022627积分)
182
+ 中文配音 speech-2.8-hd18积分)
183
+ 英文配音 gemini-2.5-pro-preview-tts18积分)
184
+ 视频生成(性价比) paiwo-v5.6-ttv160积分)
185
+ 视频生成(旗舰) → kling-v2-6-text2video(427积分)
186
+ 音乐生成 → chirp-v5(107积分)
187
+ 文档OCR解析 → hehe-tywd(3积分)
185
188
  ```
186
189
 
187
190
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillfree",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "🦞 一个 API,满足所有龙虾技能需求",
5
5
  "main": "bin/skillfree.js",
6
6
  "bin": {