← Back to list

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