Skip to content

Commit 182ea28

Browse files
committed
docs: simplify install instructions to just npx skills
1 parent 6f2607e commit 182ea28

1 file changed

Lines changed: 2 additions & 28 deletions

File tree

README.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,6 @@ Discover, compare, and run AI models using Replicate's API.
88

99
These skills work with any agent that supports the [Agent Skills standard](https://agentskills.io/specification), including Claude Code, OpenCode, OpenAI Codex, and Pi.
1010

11-
### npx skills
12-
13-
Install using the [`npx skills`](https://skills.sh) CLI:
14-
15-
```
16-
npx skills add https://github.com/replicate/skills
17-
```
18-
19-
### Claude Code
20-
21-
Install using the [plugin marketplace](https://code.claude.com/docs/en/discover-plugins#add-from-github):
22-
23-
```
24-
/plugin marketplace add replicate/skills
2511
```
26-
27-
### ClawHub
28-
29-
Install using the [ClawHub](https://clawhub.ai) CLI:
30-
31-
```
32-
npx clawhub@latest install replicate
33-
```
34-
35-
### OpenCode
36-
37-
OpenCode automatically discovers Claude Code skills installed under `~/.claude/skills/`.
38-
39-
You can also copy `skills/replicate` into `~/.config/opencode/skills/replicate`.
12+
npx skills add replicate/skills
13+
```

0 commit comments

Comments
 (0)