infersports/infersports-skill — explained in plain English
Analysis updated 2026-05-18
Ask an AI agent what football or basketball matches are worth watching today.
Compare a prediction market price against a de-vigged fair probability.
Convert odds between decimal, Hong Kong, Malay, and American formats.
| infersports/infersports-skill | jurisupport/jurisupport-plugins | 1061700625/github_vps | |
|---|---|---|---|
| Stars | 40 | 41 | 38 |
| Language | Shell | Shell | Shell |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | ops devops | ops devops |
Figures from each repo's GitHub metadata at analysis time.
No account or API key required, needs bash, curl, and python3 on PATH.
InferSports Skill is a plugin for AI coding agents that gives them access to live football and basketball odds, scores, and probability estimates. Once installed, you can ask your agent plain-English questions like "anything worth watching today?" or "is this Polymarket price good value?" and get back a single concise line rather than a wall of JSON. It works with Claude Code, Codex, OpenClaw, and any agent that can run shell scripts. The skill pulls data from Asian bookmaker markets, which the README describes as sharper reference points than most Western odds. It covers Asian handicap, totals (over/under), and 1x2 (home/draw/away) markets for both full-time and half-time outcomes. One key feature is de-vigging: the skill strips out the bookmaker's built-in margin and reports a "fair" probability you can compare against other prices. If you see a prediction market offering 52% on a team the books imply is 55.6%, the compare command tells you that directly. The plugin exposes 12 commands. A few examples: today lists live and upcoming matches for the day, match returns the current score and favorite for a named game, fair gives the stripped-margin probability for any market, scan finds spots where a bookmaker's price beats the fair line by a set threshold, and convert translates between odds formats (decimal, Hong Kong, Malay, American, implied probability). Every command returns one line per item by default, with caps on how many results come back, which keeps the agent's context window from filling up. Installation requires no account and no API key. The one-line install uses a Claude Code plugin command or a single claude mcp add line for MCP users. Alternatively, a shell script is provided for other agents. The underlying API is a public service at api.infersports.dev. The README states the tool is read-only and never places, recommends, or sizes bets, and instructs the agent not to do so either.
A keyless plugin that gives AI coding agents live football and basketball odds, scores, and de-vigged fair probabilities in one-line answers.
Mainly Shell. The stack also includes Shell, Bash, Claude Code.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.