mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-07-27 22:15:43 +00:00
68 lines
2.3 KiB
Markdown
68 lines
2.3 KiB
Markdown
# 🧠 OpenClaw Master Skills
|
|
|
|
<div align="center">
|
|
|
|
<a href="https://myclaw.ai">
|
|
<img src="https://img.shields.io/badge/Powered%20by-MyClaw.ai-blue?style=for-the-badge" alt="Powered by MyClaw.ai" />
|
|
</a>
|
|
<img src="https://img.shields.io/badge/Updated-Weekly-green?style=for-the-badge" alt="Weekly Updates" />
|
|
|
|
**Languages:**
|
|
[English](README.md) · [中文](README.zh-CN.md) · [Français](README.fr.md) · [Deutsch](README.de.md) · [Русский](README.ru.md) · [日本語](README.ja.md) · [Italiano](README.it.md) · [Español](README.es.md)
|
|
|
|
</div>
|
|
|
|
---
|
|
|
|
## 🤖 Powered by [MyClaw.ai](https://myclaw.ai)
|
|
|
|
**[MyClaw.ai](https://myclaw.ai)** is an AI personal assistant platform that gives every user a fully-featured AI agent running on a dedicated server. OpenClaw Master Skills is our curated, weekly-updated collection of the best skills from across the ecosystem — hand-picked to help your AI agent do more.
|
|
|
|
> 🌐 **Try MyClaw.ai**: [https://myclaw.ai](https://myclaw.ai)
|
|
|
|
---
|
|
|
|
## 📦 Skill Index
|
|
|
|
| Skill | Description | Category | Source | Added |
|
|
|---|---|---|---|---|
|
|
| [`openclaw-guardian`](skills/openclaw-guardian/) | 🛡️ Gateway watchdog with auto-repair & git rollback | DevOps | [GitHub](https://github.com/LeoYeAI/openclaw-guardian) | 2026-03-02 |
|
|
|
|
> More skills added every Monday. [Submit yours →](../../issues/new?template=submit-skill.md)
|
|
|
|
---
|
|
|
|
## 🚀 How to Install
|
|
|
|
```bash
|
|
# Install a single skill via ClaWHub
|
|
clawhub install <skill-name>
|
|
|
|
# Or clone and copy manually
|
|
git clone https://github.com/LeoYeAI/openclaw-master-skills.git
|
|
cp -r openclaw-master-skills/skills/<skill-name> ~/.openclaw/workspace/skills/
|
|
```
|
|
|
|
## 📬 Submit a Skill
|
|
|
|
[Open a Submit Skill issue](../../issues/new?template=submit-skill.md) or open a Pull Request with your skill folder under `skills/`.
|
|
|
|
**Review criteria:** valid `SKILL.md` · clear purpose · no hardcoded credentials · works on standard OpenClaw
|
|
|
|
## 📅 Weekly Updates
|
|
|
|
See [CHANGELOG.md](CHANGELOG.md) — updated every Monday.
|
|
|
|
## 🔍 How We Collect
|
|
|
|
Every week our script scans:
|
|
- **[skills.sh](https://skills.sh)** — top leaderboard skills
|
|
- **GitHub** — repos tagged `openclaw-skill`
|
|
- **[ClaWHub](https://clawhub.ai)** — latest published skills
|
|
|
|
Validated, tested, merged, and pushed automatically.
|
|
|
|
## License
|
|
|
|
MIT © [MyClaw.ai](https://myclaw.ai)
|