sports-oracle

Sports data for prediction market trading. Get live scores, team stats, schedules, and injury reports for NFL, NBA, MLB, NHL.

16 stars

Best use case

sports-oracle is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sports data for prediction market trading. Get live scores, team stats, schedules, and injury reports for NFL, NBA, MLB, NHL.

Teams using sports-oracle should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/sports-oracle/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/sports-oracle/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/sports-oracle/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How sports-oracle Compares

Feature / Agentsports-oracleStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sports data for prediction market trading. Get live scores, team stats, schedules, and injury reports for NFL, NBA, MLB, NHL.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Sports Oracle 🏈

Real-time sports data to support prediction market trading decisions.

## Quick Start

```bash
# Get today's NFL scores
./scripts/scores.sh nfl

# Get team stats
./scripts/team.sh nfl patriots

# Get upcoming schedule
./scripts/schedule.sh nfl

# Get injuries for a team
./scripts/injuries.sh nfl chiefs
```

## Supported Sports

| Sport | Code | Coverage |
|-------|------|----------|
| NFL | `nfl` | Scores, standings, schedule, injuries |
| NBA | `nba` | Scores, standings, schedule, injuries |
| MLB | `mlb` | Scores, standings, schedule |
| NHL | `nhl` | Scores, standings, schedule |

## Commands

### Live Scores
```bash
./scripts/scores.sh <sport>
# Example: ./scripts/scores.sh nfl
```

### Team Info & Stats
```bash
./scripts/team.sh <sport> <team>
# Example: ./scripts/team.sh nfl seahawks
```

### Schedule
```bash
./scripts/schedule.sh <sport> [weeks]
# Example: ./scripts/schedule.sh nfl 2
```

### Injuries
```bash
./scripts/injuries.sh <sport> <team>
# Example: ./scripts/injuries.sh nfl patriots
```

### Standings
```bash
./scripts/standings.sh <sport>
# Example: ./scripts/standings.sh nba
```

## Data Sources

- ESPN API (unofficial, no key required)
- Free tier, rate-limited

## Use Cases

1. **Pre-game research** - Check injuries, recent form before betting
2. **Live monitoring** - Track scores during games
3. **Historical analysis** - Review past matchups
4. **Schedule awareness** - Know when games are happening

## For Prediction Markets

This skill helps with:
- Polymarket sports bets
- Limitless prediction markets
- Any sports-related forecasting

---

Built by [@pipaitrader](https://github.com/pipaitrader) 🎯

Related Skills

oracle

16
from diegosouzapw/awesome-omni-skill

Invoke a powerful reasoning model for complex analysis tasks. Use when facing difficult bugs, reviewing critical code, designing complex refactors, needing architectural analysis, or seeking consensus on decisions. Also use for 'ask the oracle', 'get a second opinion', 'consult oracle', or 'deep analysis'.

oracle-sentinel

16
from diegosouzapw/awesome-omni-skill

Autonomous AI agent for Polymarket prediction intelligence. Real-time prices, deep news research, whale trade alerts, dual-model AI analysis.

Oracle IP Intelligence

16
from diegosouzapw/awesome-omni-skill

AI-powered intellectual property analysis patterns for enterprise innovation protection

Oracle Agent Spec Expert

16
from diegosouzapw/awesome-omni-skill

Design framework-agnostic AI agents using Oracle's Open Agent Specification for portable, interoperable agentic systems with JSON/YAML definitions

ask-oracle

16
from diegosouzapw/awesome-omni-skill

This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

ai-product-evaluation-design

16
from diegosouzapw/awesome-omni-skill

Transition from traditional PRDs to "Evals" (evaluations) to guide AI model behavior. Use this skill when launching new AI features, debugging unpredictable model outputs, or moving from a prompted prototype to a production-ready agent.

ai-npc-dialogue-designer

16
from diegosouzapw/awesome-omni-skill

Design AI-powered immersive NPC systems for escape room games using proven actor techniques from Korean immersive escape rooms (Danpyeonsun, Ledasquare). Implements adaptive dialogue, emotional simulation, player profiling, and trust dynamics using Gemini/GPT-4. Creates character profiles with lying probabilities, improvisational responses, and cost-optimized streaming. Use for murder mystery NPCs, suspect interrogation, or dynamic character interactions.

ai-native-product-building

16
from diegosouzapw/awesome-omni-skill

Rapidly build, prototype, and deploy full-stack software using AI "text-to-app" tools. Use this when you need to create a greenfield application, build a high-fidelity working prototype for user testing, or bypass traditional engineering bottlenecks for internal tools.

ai-interaction-patterns

16
from diegosouzapw/awesome-omni-skill

AI-specific interaction design patterns covering wayfinding, prompt UX, human-in-the-loop controls, trust & transparency, AI identity, and context management. Based on Shape of AI (shapeof.ai). Use when asking about 'AI UX', 'AI interaction', 'prompt UX', 'AI trust', 'AI disclosure', 'AI avatar', 'AI personality', 'AI memory UX', 'action plan UX', 'stream of thought', 'AI citations', 'AI controls', 'AI wayfinding', 'AI suggestions', 'gallery pattern', 'follow-up pattern', 'draft mode', 'AI variations', 'AI consent', 'AI caveat', 'human-in-the-loop', 'AI transparency', 'AI state', 'prompt design', 'AI onboarding', or 'generative UI'.

ai-insights-and-ux-copy

16
from diegosouzapw/awesome-omni-skill

AI-powered insights, UX copywriting standards, and user experience guidelines for vehicle insurance platform. Use when designing insight panels, writing user-facing copy, implementing status messages, creating onboarding flows, or improving accessibility. Covers tone standards, interactive patterns, error messages, and empty states.

ai-file-analyzer

16
from diegosouzapw/awesome-omni-skill

Analyze Adobe Illustrator (.ai) files to extract design information including text content, fonts, color palettes, vector paths, and generate high-resolution preview images. Use when analyzing logo files, design assets, or any Adobe Illustrator documents that need programmatic inspection.