Skip to content

Commit 14390f0

Browse files
committed
docs: add ClawHub and skills.sh install methods
1 parent 21d5f60 commit 14390f0

2 files changed

Lines changed: 28 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,20 @@ Docs:
4242

4343
## Installation 📦
4444

45-
Clone this repo and use the skill files/scripts directly under `skills/`.
45+
Two common ways:
46+
47+
1. **Install from ClawHub (recommended for end users)**
48+
- Open: `https://clawhub.ai/hicoldcat/random-image-placeholder`
49+
- Click the install/import button on the page to add the skill to your agent workspace
50+
2. **Install via skills.sh CLI**
51+
- Run:
52+
53+
```bash
54+
npx skills add https://github.com/hicoldcat/skills --skill random-image-placeholder
55+
```
56+
57+
3. **Use from source (for local development)**
58+
- Clone this repo and use the skill files/scripts directly under `skills/`
4659

4760
## Usage 🧪
4861

README.zh-CN.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,20 @@ python skills/random-image-placeholder/scripts/picsum.py download --seed avatar-
4242

4343
## 安装 📦
4444

45-
clone 仓库后直接使用 `skills/` 下的 skill 文件与脚本即可。
45+
常见有三种方式:
46+
47+
1. **通过 ClawHub 安装(推荐给使用者)**
48+
- 打开:`https://clawhub.ai/hicoldcat/random-image-placeholder`
49+
- 在页面点击安装/导入按钮,将 skill 加入你的代理工作区
50+
2. **通过 skills.sh CLI 安装**
51+
- 运行:
52+
53+
```bash
54+
npx skills add https://github.com/hicoldcat/skills --skill random-image-placeholder
55+
```
56+
57+
3. **源码方式(适合本地开发)**
58+
- clone 仓库后直接使用 `skills/` 下的 skill 文件与脚本
4659

4760
## 使用 🧪
4861

0 commit comments

Comments
 (0)