skillfree 0.1.37 → 0.1.38

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/install.sh +11 -13
  2. package/package.json +1 -1
package/install.sh CHANGED
@@ -127,32 +127,30 @@ fi
127
127
  echo ""
128
128
  echo -e " ${DIM}────────────────────────────────────────────────────${NC}"
129
129
  echo ""
130
- echo -e "${BOLD_GREEN} 🎉 安装完成!按任务选最强模型,开始干活${NC}"
131
- echo ""
132
- echo -e " ${BOLD}直接抄这些命令试试:${NC}"
130
+ echo -e "${BOLD_GREEN} 🎉 安装完成!不要先研究命令,直接抄下面这些就能开始:${NC}"
133
131
  echo ""
134
132
 
135
- echo -e " ${CYAN}✍️ 写代码(Claude):${NC}"
136
- echo -e " ${DIM} $ skillfree chat \"帮我用 Python 写一个批量重命名文件的脚本,支持正则匹配\"${NC}"
133
+ echo -e " ${CYAN}做一个网站:${NC}"
134
+ echo -e " ${DIM} $ skillfree chat \"帮我做一个极简风 SaaS 官网,包含首页文案、功能区块、价格表、FAQ,并输出完整 HTML + CSS + JS\"${NC}"
137
135
  echo ""
138
136
 
139
- echo -e " ${CYAN}📄 分析文档(GPT):${NC}"
140
- echo -e " ${DIM} $ skillfree pilot --type chat --model gpt-5.4 --prompt \"总结这份报告的核心观点和风险点\" --file ./report.pdf${NC}"
137
+ echo -e " ${CYAN}写一个短视频脚本:${NC}"
138
+ echo -e " ${DIM} $ skillfree chat \"帮我写一个 60 秒短视频脚本,主题是 AI 如何帮助中小企业降本增效,要有开场钩子、正文、结尾 CTA\"${NC}"
141
139
  echo ""
142
140
 
143
- echo -e " ${CYAN}🎨 生成图片(nano banana):${NC}"
144
- echo -e " ${DIM} $ skillfree pilot --type image --prompt \"赛博朋克上海夜景,霓虹灯反射在雨后街道\" --output ./image.png${NC}"
141
+ echo -e " ${CYAN}生成一张官网头图:${NC}"
142
+ echo -e " ${DIM} $ skillfree pilot --type image --prompt \"科技感蓝紫色 AI 工作台插画,适合官网头图\" --output ./hero.png${NC}"
145
143
  echo ""
146
144
 
147
- echo -e " ${CYAN}🎬 生成视频(Veo):${NC}"
148
- echo -e " ${DIM} $ skillfree pilot --type video --prompt \"樱花花瓣在微风中缓缓飘落,日式庭院,电影感\" --seconds 8 --size 1920x1080 --output ./video.mp4${NC}"
145
+ echo -e " ${CYAN}做一个视频:${NC}"
146
+ echo -e " ${DIM} $ skillfree pilot --type video --prompt \"一只未来感龙虾在霓虹都市中行走,电影感运镜\" --seconds 8 --size 1920x1080 --output ./video.mp4${NC}"
149
147
  echo ""
150
148
 
151
- echo -e " ${CYAN}📑 OCR 解析文档(合合):${NC}"
149
+ echo -e " ${CYAN}解析一份合同/文档:${NC}"
152
150
  echo -e " ${DIM} $ skillfree pilot --type ocr --file ./contract.pdf --output ./result.md${NC}"
153
151
  echo ""
154
152
 
155
- echo -e " ${DIM}更多指令:${NC}"
153
+ echo -e " ${DIM}更多命令:${NC}"
156
154
  echo -e " ${DIM} skillfree models # 查看全部模型和定价${NC}"
157
155
  echo -e " ${DIM} skillfree balance # 查看账户余额${NC}"
158
156
  echo -e " ${DIM} skillfree auth status # 查看登录状态${NC}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillfree",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "description": "🦞 一个 API,满足所有龙虾技能需求",
5
5
  "main": "bin/skillfree.js",
6
6
  "bin": {