Claude Code skill for Sol, an agent-optimized CLI for Upsun.
Sol is a CLI designed for AI agents to manage Upsun projects. It features:
- Structured output: JSON by default, TOON for token efficiency
- Command schemas:
--schemaflag for programmatic command discovery - Composable commands: Each command does one thing well
Download the latest release from the Sol releases page or build from source:
git clone https://github.com/menor/sol.git
cd sol
go build -o sol .
mv sol /usr/local/bin/sol auth:loginAdd to your Claude Code settings:
{
"skills": [
"github:menor/sol-skill"
]
}Or clone locally and reference the path.
Once installed, Claude Code can use Sol commands to help you manage Upsun:
- "List my Upsun projects"
- "Show environments for project xyz"
- "Set the DATABASE_URL variable on staging"
- "Redeploy the production environment"
- "SSH into the web container"
Copyright (c) 2026 Jose Menor. All rights reserved.