spoonos-application-templates
Installation
SKILL.md
Application Templates
Production-ready templates for building SpoonOS agents.
Quick Start
# Copy template
cp -r templates/trading-bot my-trading-bot
cd my-trading-bot
# Install dependencies
pip install -r requirements.txt
# Configure
cp .env.example .env
# Edit .env with your API keys