84,000+ SKILL.md files you can use with OpenHands — the open-source autonomous AI software engineer (formerly OpenDevin). Adapt a skill into a .openhands/microagents/ file, the closest non-Claude analog to SKILL.md. Free to browse. Pro unlocks the multi-signal Quality Score.
cp <skill>/SKILL.md .openhands/microagents/<slug>.md
OpenHands (formerly OpenDevin) is an open-source autonomous AI software engineer that writes code, runs commands, and browses the web to complete tasks. Its microagents — markdown files with frontmatter triggers — are the closest non-Claude equivalent of a SKILL.md.
SKILL.md..openhands/microagents/<slug>.md in your repository.triggers: list to the frontmatter (keywords from the skill's description) for keyword-activated loading, or omit it for an always-on repo microagent.OpenHands microagents are markdown body + YAML frontmatter — structurally very close to SKILL.md. Notes:
triggers, etc.).description into triggers: keywords so the microagent loads on the right tasks.scripts/ work — OpenHands runs commands in its sandboxed runtime..openhands/microagents/<slug>.md and add triggers: keywords to the frontmatter. OpenHands loads the microagent when a task matches.