docs: move How to Install section above Skill Index for better UX

This commit is contained in:
Guardian
2026-03-02 03:48:04 +00:00
parent 9834b3832d
commit dadb3f885a
2 changed files with 21 additions and 21 deletions
+11 -11
View File
@@ -22,6 +22,17 @@
--- ---
## 🚀 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/
```
## 📦 Skill Index ## 📦 Skill Index
| Skill | Description | Category | Source | Added | | Skill | Description | Category | Source | Added |
@@ -158,17 +169,6 @@
--- ---
## 🚀 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 ## 📬 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/`. [Open a Submit Skill issue](../../issues/new?template=submit-skill.md) or open a Pull Request with your skill folder under `skills/`.
+10 -10
View File
@@ -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 ```bash
@@ -43,6 +33,16 @@ git clone https://github.com/LeoYeAI/openclaw-master-skills.git
cp -r openclaw-master-skills/skills/<skill-name> ~/.openclaw/workspace/skills/ cp -r openclaw-master-skills/skills/<skill-name> ~/.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 ## 📬 提交 Skill
[提交 Issue](../../issues/new?template=submit-skill.md) 或直接提交 Pull Request,将你的 skill 文件夹放在 `skills/` 目录下。 [提交 Issue](../../issues/new?template=submit-skill.md) 或直接提交 Pull Request,将你的 skill 文件夹放在 `skills/` 目录下。