offload_work
Offload coding and text tasks to a local Ollama LLM to save API tokens. Use for code generation, refactoring, formatting, and more.
Instructions
Offload coding/text tasks to a local LLM (Ollama) to save Claude API tokens. Use for code generation, refactoring, formatting, boilerplate, and other routine tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task to perform (required, max 50000 chars) | |
| model | No | Override the Ollama model to use (optional). Takes precedence over category-based selection. | |
| context | No | Additional context such as file content or specifications (optional, max 100000 chars) | |
| category | No | Task category for automatic model selection (optional). Ignored if model is specified. | |
| language | No | Programming language (optional) | |
| output_format | No | Output format (optional, default: code) |