skills
Reusable coding, review, deployment, and automation skills for OpenHands
All Skills in This Repository (26)
Pure Emerald Level Indicatorsadd-skill
Fetch and install OpenHands skills from GitHub repositories into .openhands/skills.
docker
Start a Docker daemon and run containers inside containerized environments.
vercel
Automate Vercel deployment protection bypass workflows for secure preview access.
theme-factory
Apply curated color palettes and typography themes to slides and documents.
gitlab
Manage GitLab repositories and merge requests via the GitLab API.
pdflatex
Compile LaTeX .tex sources into PDF documents using pdflatex.
security
Apply security best practices to code, authentication, and data handling.
flarglebargle
Return a single-line compliment when a trigger word is spoken.
readiness-report
Analyze codebases across eight pillars and five maturity levels to produce JSON and markdown readiness reports.
github-pr-review
Post GitHub PR reviews with bundled inline comments via gh or curl.
azure-devops
Automate Azure DevOps repository, pull request, and API interactions via REST.
notion
Automates creation, search, and updating of Notion pages and databases via the Notion API.
Frequently Asked Questions
FAQPage SchemaHow to install OpenHands skills?โผ
Run `npx skills add OpenHands/skills --all -g -y` in your terminal to install the full catalog globally. You can also install a single skill by adding `--skill <skill-name>` instead of `--all`.
What can OpenHands skills automate?โผ
They cover code review, PR iteration through CI, QA validation, release notes, issue-to-PR pipelines, Slack and GitHub monitors, standup digests, and legacy migrations like COBOL to Java. Each skill activates automatically when your request matches its triggers.
Do these skills work outside OpenHands?โผ
Yes. Every skill follows the open AgentSkills standard with a SKILL.md file, so they load in Claude Code, Cursor, Codex, and any compatible agent runtime.
How do I trigger a specific skill?โผ
Most skills respond to natural keywords like 'code review' or 'docker', and many also expose slash commands such as /codereview, /iterate, or /release-notes. Just describe your task and the matching skill loads automatically.
Can I create my own custom skill?โผ
Yes. The built-in skill-creator and agent-creator skills guide you through an interview and generate a valid SKILL.md or file-based agent, no manual formatting required.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core