Add OpenClaw installation guide

This commit is contained in:
shoko
2026-03-24 07:26:43 +00:00
parent f7d8d12d93
commit cb656f48c6

View File

@@ -15,6 +15,15 @@ Browse tradeable Polymarket prediction market events by game category.
hermes skills install https://git.fbrns.co/shoko/jujutsu-skills#polymarket-browse hermes skills install https://git.fbrns.co/shoko/jujutsu-skills#polymarket-browse
``` ```
**For OpenClaw users:**
```bash
# Clone the repo
git clone https://git.fbrns.co/shoko/jujutsu-skills.git ~/jujutsu-skills
# Copy skill to your OpenClaw skills folder
cp -r ~/jujutsu-skills/skills/polymarket-browse ~/.openclaw/skills/
```
**Manual installation:** **Manual installation:**
```bash ```bash
# Clone the repo # Clone the repo