Toolverse
All skills

odds-api-io

by openclaw

Query Odds-API.io for sports events, bookmakers, and betting odds (e.g., \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend

About this skill

Query Odds-API.io for sports events, bookmakers, and betting odds (e.g., \

How to use

  1. Przygotuj klucz API z Odds-API.io i przekaż go do skilla za pośrednictwem zmiennej środowiskowej ODDS_API_KEY lub flagi --api-key w linii poleceń. Nigdy nie przechowuj klucza bezpośrednio w plikach skilla.
  2. Jeśli chcesz poznać dostępne sporty i bukmacherów, uruchom python3 odds-api-io/scripts/odds_api.py sports oraz python3 odds-api-io/scripts/odds_api.py bookmakers, aby wyświetlić pełną listę.
  3. Wyszukaj interesujące Cię spotkanie poleceniem python3 odds-api-io/scripts/odds_api.py search --query "Inter vs Arsenal" --sport football, zastępując nazwę meczu i dyscyplinę sportową właściwymi wartościami.
  4. Po otrzymaniu ID zdarzenia pobierz kursy od wybranych bukmacherów: python3 odds-api-io/scripts/odds_api.py odds --event-id 123456 --bookmakers "Bet365,Unibet", wstawiając rzeczywiste ID i nazwy bukmacherów.
  5. Alternatywnie użyj polecenia matchup, które łączy wyszukiwanie i pobieranie kursów w jeden krok: python3 odds-api-io/scripts/odds_api.py matchup --query "Inter vs Arsenal" --sport football --bookmakers "Bet365,Unibet".
  6. Aby zobaczyć podgląd URL zapytania bez wysyłania żądania, dodaj flagę --dry-run. Dla zwięzłego wyniku użyj flagi --summary przy poleceniach odds lub matchup.

Related skills

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

youtube-transcribe-skill

by feiskyer

Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.

Backend
24178

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214