Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
086d9fe
docs: Add guide for using skills in AgentSkills/Claude format
openhands-agent Jan 6, 2026
d6f3414
docs: Sync code blocks with agent-sdk source files
openhands-agent Jan 7, 2026
1e163be
Merge branch 'main' into examples/skills-and-plugins
neubig Jan 7, 2026
02a9ddb
docs: Merge skill-loading.mdx into skill.mdx
openhands-agent Jan 7, 2026
c9c328b
Merge branch 'main' into examples/skills-and-plugins
xingyaoww Jan 8, 2026
0aad912
chore: sync pr-review.mdx code block with SDK repo
openhands-agent Jan 8, 2026
4ea21a6
Apply suggestions from code review
xingyaoww Jan 8, 2026
3f15ae9
docs: Document how triggered skills are auto-added to system prompt
openhands-agent Jan 8, 2026
fdfa5ab
Merge branch 'main' into examples/skills-and-plugins
xingyaoww Jan 8, 2026
b3946cd
docs: Document how skills appear in the system prompt
openhands-agent Jan 8, 2026
fadbf18
docs: Clarify triggers field behavior for AgentSkills standard
openhands-agent Jan 8, 2026
348ce83
docs: Reorganize skill docs to clarify AgentSkills standard vs OpenHa…
openhands-agent Jan 8, 2026
c6aa140
docs: Add note about known limitation with progressive disclosure
openhands-agent Jan 8, 2026
408624c
docs: Rewrite skill documentation with clear categorization rules
openhands-agent Jan 8, 2026
7bdb69f
docs: Improve skill documentation with cleaner visual presentation
openhands-agent Jan 8, 2026
d9bd4b5
docs: Add AgentSkills standard reference to skills overview
openhands-agent Jan 8, 2026
45c7bb7
Merge branch 'main' into examples/skills-and-plugins
enyst Jan 8, 2026
a59a5b4
docs: Reorganize skill documentation for clarity
openhands-agent Jan 8, 2026
49e67ba
docs: Clarify relationship between AGENTS.md and Skills
openhands-agent Jan 8, 2026
66e20c9
docs: Restructure SDK skill guide around loading methods
openhands-agent Jan 8, 2026
455fad1
Update sdk/guides/skill.mdx
xingyaoww Jan 8, 2026
57a786b
Update sdk/guides/skill.mdx
xingyaoww Jan 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions overview/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: Skills are specialized prompts that enhance OpenHands with domain-s

Skills are specialized prompts that enhance OpenHands with domain-specific knowledge, expert guidance, and automated task handling. They provide consistent practices across projects and can be triggered automatically based on keywords or context.

<Info>
OpenHands supports an **extended version** of the [AgentSkills standard](https://agentskills.io/specification) with optional keyword triggers for automatic activation. See the [SDK Skills Guide](/sdk/guides/skill) for details on the SKILL.md format.
</Info>

## Official Skill Registry

The official global skill registry is maintained at [github.com/OpenHands/skills](https://github.com/OpenHands/skills). This repository contains community-shared skills that can be used by all OpenHands agents. You can browse available skills, contribute your own, and learn from examples created by the community.
Expand Down
Loading