693 B
693 B
name, description, license, compatibility
| name | description | license | compatibility |
|---|---|---|---|
| snow-setup | Setup snow-ai CLI tool - checks Node/npm, cleans cache, and installs snow-ai globally | MIT | opencode |
Snow Setup Skill
When the user invokes /snow-setup, execute the following commands to set up snow-ai:
Commands to Run (in order)
npm config get prefix
node -v
npm -v
npm cache clean --force
npm install -g snow-ai@latest --force
snow --version
Instructions
- Run all commands sequentially
- Show the output of each command to the user
- If any command fails, stop and report the error
- On success, confirm that snow-ai is ready to use