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
Installs
4
GitHub Stars
17
First Seen
Mar 11, 2026
spoonos-application-templates — xspoonai/spoon-awesome-skill