Skip to content

Commit 04c7fff

Browse files
baixiangerclaude
andcommitted
SKILL.md: remove hardcoded local path, simplify install
Agent should use global `snowball` command, not local dev path. Only show install hint if command is missing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8b327b6 commit 04c7fff

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

SKILL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ snowball fund 110011 --growth # 基金收益
2727

2828
## 安装
2929

30+
如果 `snowball` 命令不存在,提示用户运行:
31+
3032
```bash
31-
npm install -g snowball-cli #
32-
bun add -g snowball-cli
33+
npm install -g snowball-cli
3334
```
3435

3536
## 登录(仅在需要时)

0 commit comments

Comments
 (0)