OpenHands / extensions
Public registry for OpenHands skills.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing OpenHands/extensions in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewOpenHands Extensions This repository is the **public extensions registry** for OpenHands. It contains reusable, shareable skills and plugins that customize agent behavior. • Skills overview docs: https://docs.openhands.dev/overview/skills • SDK skill guide: https://docs.openhands.dev/sdk/guides/skill Repository Layout Skills Skills are Markdown-based guidelines that provide domain-specific knowledge and instructions. They live under , **one directory per skill**: • — the skill definition (AgentSkills-style progressive disclosure) • — optional human-facing notes/examples Browse the catalog in . Plugins Plugins are extensions with executable code components (hooks, scripts). They live under , **one directory per plugin**: • — the plugin definition • — lifecycle hooks • — utility scripts Browse available plugins in . Contributing Adding a Skill • Fork this repository • Create a new directory: • Add • (Optional) Add , , , etc. • Submit a pull request Adding a Plugin • Fork this repository • Create a new directory: • Add • Add and/or directories with your executable code • Submit a pull request Agent Instructions See for the rules agents should follow when editing/adding skills and plugins.