The EdgeFinder OpenClaw plugin bundles theDocumentation Index
Fetch the complete documentation index at: https://edgefinder.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
edgefinder-cli skill directly into your OpenClaw agent. Once installed, your agent can run sports analysis, pull Polymarket odds, check standings, and look up your portfolio — all without leaving a conversation.
Prerequisites
- An active OpenClaw gateway running locally
- An EdgeFinder subscription (Starter, Pro, or Ultimate)
- Your EdgeFinder API key from chat.edgefinder.io/settings/integrations
Install the plugin
Run the install command
Install the plugin from npm:If you’re testing a local copy instead, pass the absolute path to the plugin directory:
Restart the OpenClaw gateway
The plugin won’t load until the gateway restarts. Stop and start the gateway process after installation completes.
Authenticate with EdgeFinder
The plugin needs your EdgeFinder API key to run analysis. Choose one of the following methods:Option 1 — Environment variable (recommended):Set Option 2 — Plugin config:Set the key directly in OpenClaw’s config store:Option 3 — Interactive login:Open the OpenClaw REPL and use the skill’s login command:Then follow the EdgeFinder login prompt to authenticate with a magic link.
EDGEFINDER_API_KEY in your shell profile so it’s available whenever OpenClaw runs:What the plugin provides
The plugin installs theedgefinder-cli skill, which gives your OpenClaw agent access to EdgeFinder’s full analysis suite:
| Capability | What you can ask |
|---|---|
| AI analysis | ”Who should I bet on tonight?” or “Lakers vs Celtics prediction” |
| Schedules | Today’s NFL or NBA games and scores |
| Standings | Current league standings for NFL or NBA |
| Polymarket odds | Live betting odds for upcoming games |
| Portfolio | Your Polymarket positions, trade history, and AI position analysis |
CLI access requires an active paid EdgeFinder subscription. If authentication is missing or expired, prompt your agent to run the EdgeFinder login command and follow the magic-link flow.