spice-install

📁 spiceai/skills 📅 Jan 17, 2026
11
总安装量
7
周安装量
#27601
全站排名
安装命令
npx skills add https://github.com/spiceai/skills --skill spice-install

Agent 安装分布

opencode 7
claude-code 6
github-copilot 6
codex 6
gemini-cli 6
antigravity 5

Skill 文档

Spice.ai OSS Installation

Install the Spice CLI and runtime on macOS, Linux, Windows, or WSL.

Quick Install

macOS, Linux, and WSL:

curl https://install.spiceai.org | /bin/bash

Homebrew:

brew install spiceai/spiceai/spice

Windows (PowerShell):

iex ((New-Object System.Net.WebClient).DownloadString("https://install.spiceai.org/Install.ps1"))

Verify Installation

spice version

If command not found, add to PATH:

export PATH="$PATH:$HOME/.spice/bin"

Upgrade

spice upgrade

Documentation