/install edgefinder-cli
EdgeFinder CLI
Use 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.
Setup
- Use the bundled wrapper script:
sh {baseDir}/scripts/run.sh ... - The wrapper prefers the installed
edgefinderbinary and falls back tonpx -y @edgefinder/cli. - Authenticate in one of these ways:
- Set
EDGEFINDER_API_KEY=ef_live_...in your environment (recommended — add to shell profile or OpenClaw's env config). - Run
sh {baseDir}/scripts/run.sh loginfor the interactive magic-link flow. - If installed via
openclaw plugins install @edgefinder/openclaw-plugin, set it via:openclaw config set plugins.entries.edgefinder-cli.config.EDGEFINDER_API_KEY ef_live_...
- Set
Usage
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
Notes
- NFL is the default league unless
--nbaor--mlbis passed. - MLB is currently available for conversational analysis via
ask --mlband interactive mode after/mlb. Structured schedule, standings, odds, and portfolio league filters are currently NFL/NBA only. sh {baseDir}/scripts/run.shwith no subcommand starts the interactive REPL. In automated agent runs, prefer explicit subcommands.- CLI access requires an active paid EdgeFinder subscription. If auth is missing,
sh {baseDir}/scripts/run.sh loginwill prompt for email and may open the subscription page. - Never print or echo the full API key back to the user.
- After installing this skill, start a new conversation with your agent for it to take effect.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install edgefinder-cli - After installation, invoke the skill by name or use
/edgefinder-cli - Provide required inputs per the skill's parameter spec and get structured output
What is Edgefinder Cli?
Use the EdgeFinder CLI for NFL, NBA, and MLB analysis, plus NFL/NBA schedules, standings, Polymarket odds, and portfolio lookups from the terminal. It is an AI Agent Skill for Claude Code / OpenClaw, with 190 downloads so far.
How do I install Edgefinder Cli?
Run "/install edgefinder-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Edgefinder Cli free?
Yes, Edgefinder Cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Edgefinder Cli support?
Edgefinder Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Edgefinder Cli?
It is built and maintained by Andrew (@andrewnexys); the current version is v0.1.2.