Extensions
Public registry for OpenHands extensions.
Install / Use
/learn @OpenHands/ExtensionsREADME
OpenHands 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 skills/, one directory per skill:
skills/<skill-name>/SKILL.md— the skill definition (AgentSkills-style progressive disclosure)skills/<skill-name>/README.md— optional human-facing notes/examples
Browse the catalog in skills/.
Plugins
Plugins are extensions with executable code components (hooks, scripts).
They live under plugins/, one directory per plugin:
plugins/<plugin-name>/SKILL.md— the plugin definitionplugins/<plugin-name>/hooks/— lifecycle hooksplugins/<plugin-name>/scripts/— utility scripts
Browse available plugins in plugins/.
Contributing
Adding a Skill
- Fork this repository
- Create a new directory:
skills/<your-skill-name>/ - Add
skills/<your-skill-name>/SKILL.md - (Optional) Add
README.md,references/,scripts/, etc. - Submit a pull request
Adding a Plugin
- Fork this repository
- Create a new directory:
plugins/<your-plugin-name>/ - Add
plugins/<your-plugin-name>/SKILL.md - Add
hooks/and/orscripts/directories with your executable code - Submit a pull request
Agent Instructions
See AGENTS.md for the rules agents should follow when editing/adding skills and plugins.
Related Skills
node-connect
340.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.1kCommit, push, and open a PR
