Query Odds-API.io for sports events, bookmakers, and betting odds (e.g., "what are the odds for Inter vs Arsenal", "get odds for Paddy the Baddie vs Gaethje"). Use when you need to call the Odds-API.io v3 API or interpret its responses; requires a user-provided API key.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install odds-checker-api或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install odds-checker-api⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/odds-checker-api/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: odds-api-io description: Query Odds-API.io for sports events, bookmakers, and betting odds (e.g., "what are the odds for Inter vs Arsenal", "get odds for Paddy the Baddie vs Gaethje"). Use when you need to call the Odds-API.io v3 API or interpret its responses; requires a user-provided API key. ---
Use Odds-API.io to search events and fetch odds by event ID. This skill includes a small CLI helper and a concise endpoint reference.
ODDS_API_KEY or --api-key (never store it in this skill).# 1) List sports and bookmakers
python3 odds-api-io/scripts/odds_api.py sports
python3 odds-api-io/scripts/odds_api.py bookmakers
# 2) Search for an event
python3 odds-api-io/scripts/odds_api.py search --query "Inter vs Arsenal" --sport football
# 3) Fetch odds for the chosen event ID
python3 odds-api-io/scripts/odds_api.py odds --event-id 123456 --bookmakers "Bet365,Unibet"
# Optional: one-step search + odds
python3 odds-api-io/scripts/odds_api.py matchup --query "Inter vs Arsenal" --sport football --bookmakers "Bet365,Unibet"
Use scripts/odds_api.py for API calls. Pass global flags like --api-key and --dry-run before the subcommand. Prefer --dry-run to preview the URL when testing without a key. Use --summary on odds or matchup for a compact output.
Load references/odds-api-reference.md for base URL, endpoint summaries, and response fields.
安装 Odds for sports events 后,可以对 AI 说这些话来触发它
Help me get started with Odds for sports events
Explains what Odds for sports events does, walks through the setup, and runs a quick demo based on your current project
Use Odds for sports events to query Odds-API
Invokes Odds for sports events with the right parameters and returns the result directly in the conversation
What can I do with Odds for sports events in my marketing & growth workflow?
Lists the top use cases for Odds for sports events, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/odds-checker-api/ 目录(个人级,所有项目可用),或 .claude/skills/odds-checker-api/(项目级)。重启 AI 客户端后,用 /odds-checker-api 主动调用,或让 AI 根据上下文自动发现并使用。
Odds for sports events 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Odds for sports events 可免费安装使用。请查阅仓库了解许可证信息。
Query Odds-API.io for sports events, bookmakers, and betting odds (e.g., "what are the odds for Inter vs Arsenal", "get odds for Paddy the Baddie vs Gaethje"). Use when you need to call the Odds-API.io v3 API or interpret its responses; requires a user-provided API key.
Automate my marketing & growth tasks using Odds for sports events
Identifies repetitive steps in your workflow and sets up Odds for sports events to handle them automatically
Odds for sports events 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。