From 1289085f9f6e2d317c49aea130497014947864ac Mon Sep 17 00:00:00 2001 From: shoko <270575765+shokollm@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:51:45 +0000 Subject: [PATCH] Update URLs to GitHub, add optional Polymarket MCP note --- skills/polymarket-browse/SKILL.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/skills/polymarket-browse/SKILL.md b/skills/polymarket-browse/SKILL.md index f37d371..b55cb2e 100644 --- a/skills/polymarket-browse/SKILL.md +++ b/skills/polymarket-browse/SKILL.md @@ -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