This directory contains recommended OpenHands automation templates.
catalog/*.jsoncontains one source file per recommended automation.index.jsassembles and exports the catalog for Node.js and bundlers.index.d.tscontains the public TypeScript shape.
Consumers can import the package export:
import { AUTOMATION_CATALOG } from "@openhands/extensions/automations";Each automation references required integrations by ID. Those IDs should match entries in integrations/catalog/*.json.