spoonos-deployment-guide

Automate SpoonOS agent deployment to Docker, AWS Lambda, GCP Cloud Run, Vercel, and VPS.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Toby1009/SpoonOS-Agent-Example --skill spoonos-deployment-guide
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: spoonos-deployment-guide
Source: https://github.com/Toby1009/SpoonOS-Agent-Example/tree/main/.claude/skills/deployment-guide
Command: npx skills add https://github.com/Toby1009/SpoonOS-Agent-Example --skill spoonos-deployment-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fastapi, pydantic, spoon_ai, and includes scripts (resource) components.

What problem does it solve?

Automate the deployment of SpoonOS agents to production environments.

Core Features & Use Cases

  • Docker deployment with reproducible builds and health checks.
  • Serverless deployment options (AWS Lambda, GCP Cloud Run, Vercel) for event-driven workloads.
  • Self-hosted VPS setup with systemd and Nginx for production-grade hosting.
  • Ready-to-run templates and scripts to accelerate setup.

Quick Start

Choose a deployment method (Docker, AWS Lambda, GCP Cloud Run, Vercel, or VPS) and begin with a ready-to-run template to deploy SpoonOS agents.

Frequently Asked Questions about spoonos-deployment-guide

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

FAQPage Schema
How do I deploy SpoonOS agents to AWS Lambda for serverless workloads?▼

Deploy SpoonOS agents to AWS Lambda using provided serverless deployment templates. These ready-to-run scripts automate environment configuration and health checks for event-driven workloads, accelerating production rollouts without manual server management.

What is the best way to containerize SpoonOS agents with Docker for production?▼

The best way to containerize SpoonOS agents is using the included Docker deployment templates. They provide reproducible builds and built-in health checks to ensure your containerized agents run reliably across production environments.

Can I deploy SpoonOS agents to GCP Cloud Run and Vercel?▼

Yes, you can deploy SpoonOS agents to GCP Cloud Run and Vercel. The skill supports both platforms for serverless deployment, providing specific templates to automate configuration and rollout for event-driven workloads.

How do I set up a self-hosted VPS deployment for SpoonOS agents?▼

Set up self-hosted VPS deployment for SpoonOS agents using the provided templates with systemd and Nginx. This configuration delivers production-grade hosting by automating environment configuration and service management.

Do I need FastAPI and pydantic to run the SpoonOS deployment templates?▼

Yes, FastAPI, pydantic, and spoon_ai are required dependencies for the deployment templates. You must configure these environment prerequisites to ensure the SpoonOS agents function correctly during production rollouts.