Quick Start

Docs version: v0.1.11GitHub ReleasesCHANGELOG.md

Works immediately after install — no configuration required.

Installation

Install globally via npm:

npm install -g rugbyclaw

Your First Command

Run the quick onboarding flow:

rugbyclaw start

Default leagues include:

  • Top 14 (France)
  • Premiership (England)
  • United Rugby Championship (URC)
  • Champions Cup
  • Six Nations

Track Your Team

Get the next match for your favorite team:

rugbyclaw team toulouse next

Or check their last result:

rugbyclaw team toulouse last

View Fixtures

See all upcoming matches:

rugbyclaw fixtures

After commands, RugbyClaw suggests useful next actions. Add --no-followups if you want minimal output.

Or filter by league:

rugbyclaw fixtures top14
rugbyclaw fixtures premiership

Export to Calendar

Add matches to your calendar:

rugbyclaw fixtures --show-ids
rugbyclaw calendar 49979

This exports an ICS file you can import into Google Calendar, Apple Calendar, Outlook, etc.

Two Modes

Proxy Mode (Default)

Works immediately after install. Uses a shared proxy with 50 requests per day — perfect for casual fans.

Direct Mode (Unlimited)

Add your own free API key for unlimited requests:

rugbyclaw config

Follow the interactive wizard to add your API-Sports key (free tier available).

OpenClaw Integration

Use natural language with OpenClaw AI:

rugbyclaw openclaw init --agent

Then ask naturally:

  • "What's the score in the Toulouse game?"
  • "When does Toulouse play next?"
  • "Top 14 fixtures this week"
  • "How did Racing do this weekend?"

Next Steps