What problem does it solve?
This Skill simplifies coding tasks by leveraging the OpenHands CLI, which supports model-agnostic LiteLLM providers, reducing the complexity of coding operations.
Core Features & Use Cases
- Model-Agnostic Coding: Utilizes any LiteLLM-supported provider (OpenAI, Anthropic, OpenRouter, DeepSeek, Ollama, vLLM, etc.) for coding tasks.
- Headless Mode: Executes batch/one-shot delegation without interactive UI, ideal for automation.
- Use Case: When a user needs to delegate a coding task to OpenHands and prefers a coding agent that can run on non-Anthropic/Non-OpenAI providers, this skill is suitable for multi-step file edits and shell commands within a workspace.
Quick Start
Delegate a coding task to OpenHands using the terminal tool with the command: terminal(command="openhands --headless --json --override-with-envs --exit-without-confirmation -t 'Add error handling to all API calls in src/'").