← 返回 Skills 市场
Odds for sports events
作者
diegopetrucci
· GitHub ↗
· v1.0.0
2212
总下载
2
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install odds-checker-api
功能描述
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.
安全使用建议
This skill's code looks like a simple, honest Odds-API.io client that makes only API requests to the documented base URL. However, the registry metadata does not declare the ODDS_API_KEY the SKILL.md and script require — that inconsistency should be resolved before trusting the package. Before installing: (1) confirm how the API key will be provided at runtime (environment vs. prompt) and ensure you won't accidentally store the key in the skill's files, (2) prefer passing the key via --api-key or setting ODDS_API_KEY in a secure environment, (3) review the included scripts yourself (they're short) to verify there are no hidden endpoints or telemetry, and (4) if possible ask the publisher for a homepage or source repo to improve transparency. If you can't verify these points, treat the omission of a declared required credential as a red flag and proceed cautiously.
功能分析
Type: OpenClaw Skill
Name: odds-checker-api
Version: 1.0.0
The skill bundle is a legitimate client for the Odds-API.io API. It securely handles API keys by expecting them via environment variables (`ODDS_API_KEY`) or command-line arguments, explicitly advising against storing them in the skill itself. All network communication in `scripts/odds_api.py` is directed to the documented `https://api.odds-api.io/v3` endpoint. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts in `SKILL.md` to subvert the agent's intended purpose.
能力评估
Purpose & Capability
The code and SKILL.md implement an Odds-API.io CLI and reference the v3 endpoints described in the description — this matches the skill's stated purpose. However, the registry metadata declares no required environment variables or primary credential, while the instructions and code clearly expect an API key (ODDS_API_KEY or --api-key). That mismatch is unexpected but could be a packaging oversight.
Instruction Scope
SKILL.md and the included reference and CLI are narrowly scoped to listing sports/bookmakers, searching events, and fetching odds. The runtime instructions only direct network calls to the documented Odds-API.io base URL and do not ask to read unrelated files, system state, or transmit data to unexpected endpoints.
Install Mechanism
No install spec is present (instruction-only plus a small included script). Nothing is downloaded from arbitrary URLs and no packages are installed. This is a low-risk install mechanism.
Credentials
The SKILL.md and scripts use an API key via ODDS_API_KEY or --api-key, which is appropriate for this API. However, the skill's registry metadata lists no required env vars or primary credential; that omission is inconsistent and could mislead users about what secrets will be requested at runtime. There are no other unrelated credentials requested.
Persistence & Privilege
The skill does not request 'always: true' or elevated persistence. It is user-invocable and can be invoked autonomously by the agent per platform defaults, which is expected for a network API integration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install odds-checker-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/odds-checker-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of skill for querying sports events and betting odds using Odds-API.io.
- Supports searching for events, listing sports and bookmakers, and fetching odds by event ID.
- Includes a CLI helper script (`odds_api.py`) with commands for sports, bookmakers, event search, odds retrieval, and streamlined "matchup" queries.
- Allows API key input via environment variable or CLI flag; keys are never stored with the skill.
- Offers concise endpoint documentation and usage examples in `SKILL.md`.
- Provides reference material with endpoint summaries and response details.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2212 次。
如何安装 Odds for sports events?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install odds-checker-api」即可一键安装,无需额外配置。
Odds for sports events 是免费的吗?
是的,Odds for sports events 完全免费(开源免费),可自由下载、安装和使用。
Odds for sports events 支持哪些平台?
Odds for sports events 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Odds for sports events?
由 diegopetrucci(@diegopetrucci)开发并维护,当前版本 v1.0.0。
推荐 Skills