Install
openclaw skills install edgefinder-cliUse the EdgeFinder CLI for NFL, NBA, and MLB analysis, plus NFL/NBA schedules, standings, Polymarket odds, and portfolio lookups from the terminal.
openclaw skills install edgefinder-cliUse this skill when the user wants NFL, NBA, or MLB betting analysis, NFL/NBA schedules, NFL/NBA standings, NFL/NBA Polymarket odds, or EdgeFinder portfolio data.
sh {baseDir}/scripts/run.sh ...edgefinder binary and falls back to npx -y @edgefinder/cli.EDGEFINDER_API_KEY=ef_live_... in your environment (recommended — add to shell profile or OpenClaw's env config).sh {baseDir}/scripts/run.sh login for the interactive magic-link flow.openclaw plugins install @edgefinder/openclaw-plugin, set it via: openclaw config set plugins.entries.edgefinder-cli.config.EDGEFINDER_API_KEY ef_live_...For conversational analysis, use ask:
sh {baseDir}/scripts/run.sh ask "Who should I bet on tonight?"
sh {baseDir}/scripts/run.sh ask --nba "Lakers vs Celtics prediction"
sh {baseDir}/scripts/run.sh ask --mlb "Yankees vs Red Sox prediction"
For structured data, prefer JSON output:
sh {baseDir}/scripts/run.sh schedule nfl --json
sh {baseDir}/scripts/run.sh schedule nba --date 2026-03-23 --json
sh {baseDir}/scripts/run.sh standings nba --json
sh {baseDir}/scripts/run.sh odds nfl --week 12 --json
sh {baseDir}/scripts/run.sh odds nba --date 2026-03-23 --json
sh {baseDir}/scripts/run.sh portfolio summary --json
sh {baseDir}/scripts/run.sh portfolio positions --league nba --json
sh {baseDir}/scripts/run.sh portfolio trades --league nfl --limit 20 --json
sh {baseDir}/scripts/run.sh status --json
--nba or --mlb is passed.ask --mlb and interactive mode after /mlb. Structured schedule, standings, odds, and portfolio league filters are currently NFL/NBA only.sh {baseDir}/scripts/run.sh with no subcommand starts the interactive REPL. In automated agent runs, prefer explicit subcommands.sh {baseDir}/scripts/run.sh login will prompt for email and may open the subscription page.