
spice-cli
Use the Spice CLI to manage Spicepods and interact with the runtime. Use when asked to "run Spice", "query data", "start the runtime", "use spice commands", or "check spice status".
Use the Spice CLI to manage Spicepods and interact with the runtime. Use when asked to "run Spice", "query data", "start the runtime", "use spice commands", or "check spice status".
Spice CLI
The Spice CLI manages Spicepods and interacts with the Spice runtime.
Common Commands
| Command | Description |
|---|---|
spice init |
Initialize a new Spicepod in current directory |
spice run |
Start the Spice runtime |
spice sql |
Start interactive SQL REPL |
spice chat |
Start chat REPL (requires model configured) |
spice add |
Add a Spicepod dependency |
spice datasets |
List loaded datasets |
spice models |
List loaded models |
spice status |
Show runtime status |
spice refresh |
Refresh an accelerated dataset |
spice version |
Show CLI and runtime version |
spice upgrade |
Upgrade CLI to latest version |
Quick Start
# Initialize new app
spice init my_app
cd my_app
# Add a sample dataset
spice add spiceai/quickstart
# Start the runtime
spice run
# In another terminal, query data
spice sql
> SELECT * FROM taxi_trips LIMIT 10;
# Or chat with AI (requires model in spicepod.yaml)
spice chat
> How many trips are in the dataset?
Runtime Endpoints
When running spice run, these endpoints are available:
| Endpoint | Default Address |
|---|---|
| HTTP API | http://127.0.0.1:8090 |
| Arrow Flight | 127.0.0.1:50051 |
| Metrics (Prometheus) | 127.0.0.1:9090 |
| OpenTelemetry | 127.0.0.1:50052 |
Documentation
You Might Also Like
Related Skills

create-pr
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.
n8n-io
electron-chromium-upgrade
Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main branch to fix patch conflicts during `e sync --3`. Covers the patch application workflow, conflict resolution, analyzing upstream Chromium changes, and proper commit formatting for patch fixes.
electron
pr-creator
Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.
google-gemini
clawdhub
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
moltbot
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
moltbot
create-pull-request
Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool.
cline