> ## Documentation Index
> Fetch the complete documentation index at: https://allhandsai-fix-security-analyzer-examples.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills (formerly Microagents)

> Skills support across OpenHands platforms

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.

## Official Skill Registry

The official global skill registry is maintained at [github.com/OpenHands/skills](https://github.com/OpenHands/skills). Browse community-shared skills, contribute your own, and learn from examples created by the community.

## How Skills Work

Skills inject additional context and rules into the agent's behavior through:

* [General Skills](/overview/skills/repo): General guidelines for OpenHands about the repository.
* [Keyword-Triggered Skills](/overview/skills/keyword): Guidelines activated by specific keywords in prompts.

## Skills Support Matrix

| Platform            | Support Level  | Configuration Method                | Implementation                | Documentation                                             |
| ------------------- | -------------- | ----------------------------------- | ----------------------------- | --------------------------------------------------------- |
| **CLI**             | ✅ Full Support | `.openhands/microagents/` directory | File-based markdown           | [Skills Overview](/overview/skills/overview)              |
| **SDK**             | ✅ Full Support | Programmatic `Skill` objects        | Code-based configuration      | [SDK Skills Guide](/sdk/guides/skill)                     |
| **Local GUI**       | ✅ Full Support | `.openhands/microagents/` + UI      | File-based with UI management | [Local Setup](/openhands/usage/run-openhands/local-setup) |
| **OpenHands Cloud** | ✅ Full Support | Cloud UI + repository integration   | Managed skill library         | [Cloud UI](/openhands/usage/cloud/cloud-ui)               |

## Platform-Specific Differences

<Tabs>
  <Tab title="CLI">
    * File-based configuration in `.openhands/skills/` directory
    * Markdown format for skill definitions
    * Manual file management required
    * Supports both general and keyword-triggered skills
  </Tab>

  <Tab title="SDK">
    * Programmatic `Skill` objects in code
    * Dynamic skill creation and management
    * Integration with custom workflows
    * Full control over skill lifecycle
  </Tab>

  <Tab title="Local GUI">
    * Visual skill management through UI
    * File-based storage with GUI editing
    * Real-time skill status display
    * Drag-and-drop skill organization
  </Tab>

  <Tab title="OpenHands Cloud">
    * Cloud-based skill library management
    * Team-wide skill sharing and templates
    * Organization-level skill policies
    * Integrated skill marketplace
  </Tab>
</Tabs>

## Skill Types

Currently supported skill types:

* **General Skills**: Repository-wide guidelines and best practices
* **Keyword-Triggered Skills**: Activated by specific keywords in user prompts
* **Organization Skills**: Team or organization-wide standards
* **Global Skills**: Community-shared skills and templates

## Getting Started with Skills

* **For CLI/GUI setup**: See [Skills Overview](/overview/skills/overview)
* **For SDK integration**: See [SDK Skills Guide](/sdk/guides/skill)
* **For architecture details**: See [Skills Architecture](/sdk/arch/skill)
* **For specific skill types**: See [Repository Skills](/overview/skills/repo), [Keyword Skills](/overview/skills/keyword), [Organization Skills](/overview/skills/org), and [Global Skills](/overview/skills/public)
