File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments