agent-sdk-builder

Guide interactive interviews to generate OpenHands SDK agent plans.

134|67|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/OpenHands/skills --skill agent-sdk-builder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-sdk-builder
Source: https://github.com/OpenHands/skills/tree/main/skills/agent-sdk-builder
Command: npx skills add https://github.com/OpenHands/skills --skill agent-sdk-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, repeatable workflow to interview users, capture requirements, and generate a concrete implementation plan for building agents with the OpenHands Software Agent SDK.

Core Features & Use Cases

  • Guided interview flow to elicit agent requirements one question at a time.
  • Automated planning outputs: SDK_PLAN.md and a visual flow diagram in plan/.
  • Reference steps to research OpenHands documentation and clone example repos to support the technical plan.

Quick Start

Begin the interview by providing INITIAL_PROMPT. After completion, review plan/SDK_PLAN.md and the diagram in plan/ to proceed with implementation steps.

Frequently Asked Questions about agent-sdk-builder

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

FAQPage Schema
How do I plan an agent build with the OpenHands SDK?▼

To plan an agent build with the OpenHands SDK, use a guided interview process to capture requirements, which then generates an SDK_PLAN.md and a visual flow diagram for implementation steps.

What is the best way to gather requirements for an OpenHands agent?▼

Gathering requirements for an OpenHands agent is best done through an interactive interview that elicits needs one question at a time, ensuring all specifications are captured before development begins.

How does the OpenHands agent planning process work?▼

The OpenHands agent planning process works by interviewing the user, researching OpenHands documentation, cloning relevant example repos, and storing artifacts like SDK_PLAN.md and diagrams in plan and output directories.

Does the OpenHands SDK planning workflow include visual diagrams?▼

Yes, the OpenHands SDK planning workflow includes a visual flow diagram stored in the plan directory to outline implementation steps alongside the generated SDK_PLAN.md file.

Can I use an interactive interview to define a new agent using OpenHands?▼

Yes, you can use an interactive interview to define a new agent using OpenHands, which systematically collects your agent requirements and translates them into a structured technical plan.

What outputs do I get from an OpenHands SDK planning session?▼

You get an SDK_PLAN.md file and a visual flow diagram stored in the plan directory, providing a concrete implementation plan and reference steps for building your agent.