Back to list
spiceai

spice-cli

by spiceai

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

0🍴 0📅 Jan 25, 2026

SKILL.md


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

CommandDescription
spice initInitialize a new Spicepod in current directory
spice runStart the Spice runtime
spice sqlStart interactive SQL REPL
spice chatStart chat REPL (requires model configured)
spice addAdd a Spicepod dependency
spice datasetsList loaded datasets
spice modelsList loaded models
spice statusShow runtime status
spice refreshRefresh an accelerated dataset
spice versionShow CLI and runtime version
spice upgradeUpgrade 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:

EndpointDefault Address
HTTP APIhttp://127.0.0.1:8090
Arrow Flight127.0.0.1:50051
Metrics (Prometheus)127.0.0.1:9090
OpenTelemetry127.0.0.1:50052

Documentation

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon