spice-install

from spiceai/skills

A collection of skills for AI coding agents working with the Spice.ai

0 stars0 forksUpdated Jan 25, 2026
npx skills add https://github.com/spiceai/skills --skill spice-install

SKILL.md

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

Repository Stats

Stars0
Forks0