frostbite-cauldron

Automate end-to-end on-chain AI model deployment with Frostbite Cauldron on Solana.

13|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/reflow-research/Cauldron --skill frostbite-cauldron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frostbite-cauldron
Source: https://github.com/reflow-research/Cauldron/tree/main
Command: npx skills add https://github.com/reflow-research/Cauldron --skill frostbite-cauldron

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, torch, safetensors, tomli, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the end-to-end Frostbite/Cauldron workflow on Solana, including manifest authoring, guest builds, seeded deterministic accounts, weight upload, and on-chain inference.

Core Features & Use Cases

  • End-to-end Cauldron workflow: init, convert, build-guest, accounts init/create, upload, program load, input-write, invoke, and output.
  • Deterministic, seeded accounts for multi-user safety with v3 addressing and wallet integration.
  • On-chain inference on Solana devnet using Frostbite templates (linear, mlp, cnn1d, tiny_cnn, tree, custom).
  • TUI and Manual workflows to guide complex deployments and deterministic account lifecycles.

Quick Start

Initialize a project with cauldron init, prepare weights with convert, build the guest, set up seeded accounts, upload weights, load the guest, and invoke to get on-chain results.

Frequently Asked Questions about frostbite-cauldron

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an on-chain AI model for inference on Solana?

The Frostbite Cauldron workflow automates on-chain AI model deployment on Solana by handling manifest validation, weight conversion, guest builds, and deterministic seeded account creation before executing on-chain inference.

What neural network templates are supported for on-chain inference on Solana?

Supported Frostbite templates for on-chain inference include linear, mlp, cnn1d, tiny_cnn, and tree architectures, allowing diverse neural network designs to be packaged and deployed on Solana.

How do seeded deterministic accounts work for multi-user model deployment?

Seeded deterministic accounts use v3 addressing and wallet integration to guarantee multi-user safety, creating predictable on-chain addresses for weight storage and program interaction during deployment.

What is the step-by-step process to build and invoke a Frostbite model on devnet?

The deployment process follows cauldron init, weight conversion, guest build, seeded account initialization, weight upload, program load, input-write, and on-chain invoke to retrieve inference results.

Can I use PyTorch tensors with the Frostbite Cauldron deployment workflow?

Yes, the workflow depends on torch and safetensors, enabling conversion of PyTorch model weights into the packaged format required for on-chain upload and Solana inference.

What are the limitations of deploying AI models directly on-chain?

On-chain deployment is constrained to supported Frostbite templates like linear, mlp, cnn1d, tiny_cnn, and tree architectures, requiring deterministic seeded accounts, which limits deployment of large-scale models.