A curated library of OpenClaw skills approved and recommended by MetaMask developers. This repository serves as a trusted collection of AI agent skills for building, testing, and interacting with MetaMask and the broader Ethereum ecosystem.
OpenClaw skills are modular instruction sets that enable AI coding agents to perform specialized tasks. Each skill contains a SKILL.md file with structured guidance that AI agents can follow to accomplish specific goals—from deploying smart contracts to interacting with DeFi protocols.
metamask-openclaw-skills/
├── provider-name/
│ ├── skill-name/
│ │ ├── SKILL.md # Main skill definition (required)
│ │ ├── references/ # Supporting documentation (optional)
│ │ └── scripts/ # Helper scripts (optional)
│ └── another-skill/
│ └── SKILL.md
├── CONTRIBUTING.md
└── README.md
| Provider | Skill | Description |
|---|---|---|
| Coming soon | — | Skills will be added via community PRs |
Point your AI agent to this repository URL:
https://github.com/MetaMask/openclaw-skills
The agent will present available skills for installation.
We welcome contributions from the community! To add a new skill:
- Fork this repository and create a new branch
- Create your provider directory (if it doesn't exist):
mkdir -p your-provider-name/your-skill-name/
- Add the required
SKILL.mdfollowing our skill template - Add optional supporting files:
references/— Additional documentationscripts/— Helper scripts
- Submit a Pull Request with a clear description
See CONTRIBUTING.md for detailed guidelines.
Skills included in this repository should:
- ✅ Be relevant to MetaMask users and Ethereum developers
- ✅ Follow security best practices
- ✅ Include clear documentation and examples
- ✅ Be tested before submission
- ✅ Not include malicious code or instructions
If you discover a security vulnerability in any skill, please report it responsibly. Do not open a public issue. Instead, follow MetaMask's security policy.
This project is licensed under the MIT License - see the LICENSE file for details.