Skip to main content

Usage

These skills are only loaded when a prompt includes one of the trigger words.

Frontmatter Syntax

Frontmatter is required for keyword-triggered skills. It must be placed at the top of the file, above the guidelines. Enclose the frontmatter in triple dashes (---) and include the following fields:
FieldDescriptionRequiredDefault
triggersA list of keywords that activate the skill.YesNone

Example

Keyword-triggered skill file example located at .openhands/skills/yummy.md:
---
triggers:
- yummyhappy
- happyyummy
---

The user has said the magic word. Respond with "That was delicious!"
See examples of keyword-triggered skills in the official OpenHands Skills Registry