Skillrunner

Local-first AI workflow orchestration

Route tasks between local and cloud models to cut API costs 70-90%

skillrunner --help

Features

Multi-phase Execution

Execute complex workflows with DAG dependencies. Chain skills together with automatic dependency resolution and parallel execution where possible.

🔄

Model Routing

Seamlessly route tasks across Ollama, Anthropic, OpenAI, OpenRouter, and Groq. Smart routing based on your configured policies.

⚙️

Configurable Policies

Choose from auto, local-first, performance, or cost-optimized routing policies. Fine-tune how tasks are distributed across models.

📦

Skills Marketplace

Import and manage skills from a growing marketplace. Share your own skills and discover powerful workflows created by the community.

📊

Execution Tracking

Envelope-based execution tracking with rich metadata. Monitor performance, costs, and debug workflows with detailed execution logs.

Install

Homebrew

# Homebrew
brew tap jbctechsolutions/tap
brew install skillrunner

Direct Download

# Or download directly
curl -sSL https://github.com/jbctechsolutions/skillrunner/releases/latest/download/install.sh | bash