Back to Directory
general

Odds for sports events

Query Odds-API.io for sports events, bookmakers, and betting odds (e.g., "what are the odds for Inter vs Arsenal", "get odds for Paddy the Baddie vs Gaethje"). Use when you need to call the Odds-API.io v3 API or interpret its responses; requires a user-provided API key.

Installation

Run this in your terminal or add to your configuration:

# Clone into your skills directory git clone ...
API Key Required

This skill requires external API keys. Check the repository for .env setup instructions.

About this Skill

- Initial release of skill for querying sports events and betting odds using Odds-API.io. - Supports searching for events, listing sports and bookmakers, and fetching odds by event ID. - Includes a CLI helper script (`odds_api.py`) with commands for sports, bookmakers, event search, odds retrieval, and streamlined "matchup" queries. - Allows API key input via environment variable or CLI flag; keys are never stored with the skill. - Offers concise endpoint documentation and usage examples in `SKILL.md`. - Provides reference material with endpoint summaries and response details.