openhands

Delegate coding tasks to the OpenHands CLI with environment variables and flags.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill openhands-anandaanugrahhandyanto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openhands
Source: https://github.com/AnandaAnugrahHandyanto/savarez_agent/tree/main/optional-skills/autonomous-ai-agents/openhands
Command: npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill openhands-anandaanugrahhandyanto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the delegation of coding tasks to a model-agnostic OpenHands CLI, enabling automated, headless execution and consistent task handling without UI.

Core Features & Use Cases

  • Model-agnostic delegation: any LiteLLM provider can be used, enabling flexible vendor selection.
  • Headless operation: run tasks without interactive prompts for automation and scripting.
  • One-shot and batch tasks: support single tasks and long-running coding sessions.
  • Environment-configured execution: works with environment variables and CLI flags to tailor model and runtime.

Quick Start

Invoke OpenHands in headless mode via the terminal tool with JSON output to run a coding task.

Frequently Asked Questions about openhands

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate coding tasks to a headless model-agnostic CLI?

Headless coding delegation runs single-shot or batch tasks through the terminal tool using environment variables and CLI flags, allowing model-agnostic execution across multiple providers without UI interaction.

How do I automate coding task execution without an interactive UI?

Automated coding execution works by invoking OpenHands headlessly via the terminal tool with JSON output, bypassing interactive prompts to support automation and scripting workflows.

Can I use any LiteLLM provider for headless code delegation?

Yes, model-agnostic delegation supports any LiteLLM provider, enabling flexible vendor selection by configuring environment variables and CLI flags to tailor the model and runtime.

Does headless code delegation support long-running coding sessions?

Yes, headless code delegation supports both one-shot single tasks and longer batch coding sessions across multiple providers and configurations without requiring an interactive UI.

What environment variables do I need to run OpenHands in headless mode?

Running OpenHands headlessly requires setting environment variables and CLI flags to configure your LiteLLM provider, model selection, and runtime parameters before passing the task to the terminal tool.

When should I avoid using automated headless code delegation?

Avoid headless code delegation for tasks requiring interactive prompts or real-time UI feedback, as it is designed for automated, scriptable execution without human interaction during the coding process.