mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-07-27 22:15:43 +00:00
docs: move How to Install section above Skill Index for better UX
This commit is contained in:
@@ -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 | 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
|
||||
|
||||
[Open a Submit Skill issue](../../issues/new?template=submit-skill.md) or open a Pull Request with your skill folder under `skills/`.
|
||||
|
||||
+10
-10
@@ -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/<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
|
||||
|
||||
[提交 Issue](../../issues/new?template=submit-skill.md) 或直接提交 Pull Request,将你的 skill 文件夹放在 `skills/` 目录下。
|
||||
|
||||
Reference in New Issue
Block a user