setup-openhands
Installation
SKILL.md
Set Up OpenHands for a Repository
Work through these steps in order.
Step 1: Create AGENTS.md
Run setup-agents-md to generate a root-level AGENTS.md from the repo's actual
CI workflows, build files, and documentation.
Step 2: Create .openhands/setup.sh
Create .openhands/setup.sh — a bootstrap script that runs at the start of
every OpenHands session. Read the repo's CI workflows, AGENTS.md, and build
files to determine the correct commands. The script should:
- Install dependencies (the project's actual install command)
- Set required environment variables
- Run any other bootstrap steps (e.g. copy
.env.exampleto.env)