nflverse
Installation
SKILL.md
nflverse - NFL Data Skill
Complete NFL data access via nflreadpy (Python port of R's nflreadr). All data is FREE, CC-BY 4.0 licensed from nflverse repositories.
Setup
# Activate the venv (REQUIRED for every command)
source /Users/home/.openclaw/workspace/skills/nflverse/.venv/bin/activate
All commands below assume the venv is active. Always prefix python commands with:
cd /Users/home/.openclaw/workspace/skills/nflverse && source .venv/bin/activate && python3 ...