spice-cli

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".

0estrelas
0forks
Atualizado 1/25/2026
SKILL.md
readonlyread-only
name
spice-cli
description

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

create-pr

170Kdev-devops

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 avatarn8n-io
Obter

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 avatarelectron
Obter
pr-creator

pr-creator

92Kdev-devops

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 avatargoogle-gemini
Obter
clawdhub

clawdhub

87Kdev-devops

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 avatarmoltbot
Obter
tmux

tmux

87Kdev-devops

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

moltbot avatarmoltbot
Obter
create-pull-request

create-pull-request

57Kdev-devops

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 avatarcline
Obter