diff --git a/README.md b/README.md index 23f76f71..31579f46 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,17 @@ --- +## 🚀 How to Install + +```bash +# Install a single skill via ClaWHub +clawhub install + +# Or clone and copy manually +git clone https://github.com/LeoYeAI/openclaw-master-skills.git +cp -r openclaw-master-skills/skills/ ~/.openclaw/workspace/skills/ +``` + ## 📦 Skill Index | Skill | Description | Category | Source | Added | @@ -158,17 +169,6 @@ --- -## 🚀 How to Install - -```bash -# Install a single skill via ClaWHub -clawhub install - -# Or clone and copy manually -git clone https://github.com/LeoYeAI/openclaw-master-skills.git -cp -r openclaw-master-skills/skills/ ~/.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/`. diff --git a/README.zh-CN.md b/README.zh-CN.md index ad0e718c..1bbc9fdb 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -22,16 +22,6 @@ --- -## 📦 Skills 目录 - -| Skill | 说明 | 分类 | 来源 | 收录时间 | -|---|---|---|---|---| -| [`openclaw-guardian`](skills/openclaw-guardian/) | 🛡️ Gateway 守护进程,支持自动修复和 git 回滚 | DevOps | [GitHub](https://github.com/LeoYeAI/openclaw-guardian) | 2026-03-02 | - -> 每周一新增。[提交你的 Skill →](../../issues/new?template=submit-skill.md) - ---- - ## 🚀 安装方式 ```bash @@ -43,6 +33,16 @@ git clone https://github.com/LeoYeAI/openclaw-master-skills.git cp -r openclaw-master-skills/skills/ ~/.openclaw/workspace/skills/ ``` +## 📦 Skills 目录 + +| Skill | 说明 | 分类 | 来源 | 收录时间 | +|---|---|---|---|---| +| [`openclaw-guardian`](skills/openclaw-guardian/) | 🛡️ Gateway 守护进程,支持自动修复和 git 回滚 | DevOps | [GitHub](https://github.com/LeoYeAI/openclaw-guardian) | 2026-03-02 | + +> 每周一新增。[提交你的 Skill →](../../issues/new?template=submit-skill.md) + +--- + ## 📬 提交 Skill [提交 Issue](../../issues/new?template=submit-skill.md) 或直接提交 Pull Request,将你的 skill 文件夹放在 `skills/` 目录下。