swa-sos-skill

SWAProbet/swa-sos-skill
★ 0 stars JavaScript AI/LLM Updated today
Claude skill for partners integrating with the SWA Odds Service (SOS). Ships alongside the SOS MCP server served by cypher.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "swa-sos-skill": {
      "command": "npx",
      "args": [
        "-y",
        "SWAProbet/swa-sos-skill"
      ]
    }
  }
}