InferSports Odds & Scores

Keyless live football/basketball odds, scores & de-vigged fair probabilities

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · e876f1a

Ran the live keyless API and it returned real current fixtures dated today, a sharp Asian-handicap line with book count and a stale-data warning, and de-vigged fair percentages. Every claim held up: read-only, no key needed, and the no-pick guardrail printed verbatim even on value edges; odds conversion checked out against hand math offline. Without the skill there is simply no way to pull live scores or sharp lines, so the delta over a no-skill baseline is total.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What InferSports Odds & Scores does

Wraps the keyless InferSports REST API in twelve bash verbs for live football and basketball scores, sharp Asian-handicap lines, de-vigged fair probabilities, value scans, and odds conversion. Triggers when the user asks who's favored, the live score, today's fixtures, a betting line, fair odds, or whether a Polymarket/Kalshi price is good. Read-only, no account or API key needed.

How to install InferSports Odds & Scores

git clone https://github.com/infersports/infersports-skill.git
mkdir -p ~/.claude/skills
cd infersports-skill && cp -r plugins/infersports/skills/infersports ~/.claude/skills/infersports

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger InferSports Odds & Scores

  • /infersports Keyless live football/basketball odds, scores & de-vigged fair probabilities

It also activates on plain-language prompts like these:

  • What are today's football fixtures and who's favored?
  • Give me the de-vigged fair probability for tonight's basketball line.
  • Is this Polymarket price on the match a good value bet?

Frequently asked questions

Is the InferSports Odds & Scores skill free?
Yes. The skill itself is free from infersports/infersports-skill. SkillProof publishes the install command and an independent test verdict at no cost.
Does InferSports Odds & Scores work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Ran the live keyless API and it returned real current fixtures dated today, a sharp Asian-handicap line with book count and a stale-data warning, and de-vigged fair percentages. Every claim held up: read-only, no key needed, and the no-pick guardrail printed verbatim even on value edges; odds conversion checked out against hand math offline. Without the skill there is simply no way to pull live scores or sharp lines, so the delta over a no-skill baseline is total.
What is the InferSports Odds & Scores SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install InferSports Odds & Scores?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use InferSports Odds & Scores with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.