ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/andrewnexys/edgefinder-cli
Or

What This Skill Does

The edgefinder-cli skill integrates OpenClaw directly with the EdgeFinder platform, allowing the AI agent to retrieve and analyze professional sports betting data, schedules, standings, and portfolio metrics. By leveraging the EdgeFinder command-line interface, this skill enables seamless access to NFL and NBA insights, Polymarket odds, and historical trade data, all from the terminal. It is designed to empower data-driven sports betting analysis through an automated, efficient interface.

Installation

To install this skill, run clawhub install openclaw/skills/skills/andrewnexys/edgefinder-cli in your terminal. After installation, restart your OpenClaw session to initialize the new capabilities. Authentication is required for full functionality; you should either set the EDGEFINDER_API_KEY environment variable in your shell profile or use the interactive login command by running sh {baseDir}/scripts/run.sh login to complete the magic-link authentication process.

Use Cases

This skill is ideal for sports enthusiasts and bettors who need quick, data-backed insights. Use it to check upcoming NFL or NBA schedules, compare team standings, monitor live Polymarket odds, or perform an audit of your betting portfolio. For example, if you are planning your weekend bets, you can ask the agent to fetch the NFL schedule for a specific week, compare team stats, or evaluate recent performance trends. It is particularly useful for users who require machine-readable data, as most subcommands support a --json flag for easy integration into custom data pipelines or dashboards.

Example Prompts

  1. "Check the current NFL standings and tell me which teams have the best records in the AFC."
  2. "What are the latest Polymarket odds for the upcoming Lakers vs Celtics game?"
  3. "Summarize my current EdgeFinder portfolio performance for the NBA season so far."

Tips & Limitations

  • Default League: NFL is treated as the default league by the CLI; always use the --nba flag if you require league-specific information.
  • Formatting: Always append --json to your subcommands if you need the data in a structured, parseable format for further AI processing.
  • Subscription: Note that this skill requires an active paid EdgeFinder subscription to function. If you encounter authorization errors, verify that your API key is correctly configured in the OpenClaw environment config or your local shell profile.
  • Security: Never expose or echo your API key in conversation logs or public transcripts; handle credentials with standard security best practices.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-andrewnexys-edgefinder-cli": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#sports-betting#nfl#nba#data-analysis#betting-tools
Safety Score: 4/5

Flags: network-access, external-api, code-execution