Skip to content

Commit 374a268

Browse files
tomtevclaude
andcommitted
Add Agent Skill and OpenClaw install instructions to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 30dea6f commit 374a268

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ curl -fsSL https://loopwind.dev/install.sh | bash
2020

2121
This installs loopwind to `~/.loopwind/` and adds the `loopwind` command to your PATH. Requires Node.js 18+.
2222

23+
### Install Agent Skill
24+
25+
Give your AI coding agent expertise in loopwind:
26+
27+
```bash
28+
npx skills add https://github.com/tomtev/loopwind
29+
```
30+
31+
Or install via OpenClaw:
32+
33+
```bash
34+
npx clawhub@latest install loopwind
35+
```
36+
2337
### Install a Template
2438

2539
#### 1. Officials

0 commit comments

Comments
 (0)