Update URLs to GitHub, add optional Polymarket MCP note
This commit is contained in:
@@ -12,25 +12,23 @@ Browse tradeable Polymarket prediction market events by game category.
|
||||
|
||||
**For Hermes Agent users:**
|
||||
```bash
|
||||
hermes skills install https://git.fbrns.co/shoko/jujutsu-skills#polymarket-browse
|
||||
hermes skills install https://github.com/shokollm/jujutsu-skills#polymarket-browse
|
||||
```
|
||||
|
||||
**For OpenClaw users:**
|
||||
```bash
|
||||
# Clone the repo
|
||||
git clone https://git.fbrns.co/shoko/jujutsu-skills.git ~/jujutsu-skills
|
||||
git clone https://github.com/shokollm/jujutsu-skills.git ~/jujutsu-skills
|
||||
|
||||
# Copy skill to your OpenClaw skills folder
|
||||
cp -r ~/jujutsu-skills/skills/polymarket-browse ~/.openclaw/skills/
|
||||
```
|
||||
|
||||
**Manual installation:**
|
||||
**Optional: For better experience, install the Polymarket MCP server:**
|
||||
This lets the agent answer questions about Polymarket markets, rules, and trading mechanics.
|
||||
```bash
|
||||
# Clone the repo
|
||||
git clone https://git.fbrns.co/shoko/jujutsu-skills.git ~/jujutsu-skills
|
||||
|
||||
# Copy skill to your Hermes skills folder
|
||||
cp -r ~/jujutsu-skills/skills/polymarket-browse ~/.hermes/skills/
|
||||
# Ask your agent to install it for you, or add to config.yaml:
|
||||
hermes mcp add polymarket https://docs.polymarket.com/mcp
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user