A curated collection of OpenClaw agent skills built and maintained by Devx AI Labs.
OpenClaw skills are modular, plug-and-play capabilities that extend AI agents — giving them access to tools, APIs, and workflows. This repo is the home for every skill our team builds.
A skill is a folder containing:
SKILL.md— instructions the agent reads to use the skill- Supporting scripts, configs, or assets the skill needs
- A
README.mdexplaining what it does and how to use it
| Skill | Description | Author |
|---|---|---|
| (coming soon) |
We welcome contributions! Here's how to add a new skill:
- Fork this repo
- Create a branch:
skill/your-skill-name - Add your skill in the
skills/folder following the template - Test it — make sure the skill works end-to-end with an OpenClaw agent
- Open a PR with a clear description of what the skill does
- One skill per PR
- Must include a working
SKILL.mdand aREADME.md - Scripts must be tested before submission
- Follow the folder structure in the template
⚠️ All PRs are reviewed and approved by @brijeshdevx. Only approved skills merge tomain.
Use skills/_template/ as your starting point.
MIT — free to use, modify, and distribute.
Built with ❤️ by Devx AI Labs