← 返回 Skills 市场
rsquaredsolutions2026

Sharp Line Detector

作者 rsquaredsolutions2026 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
112
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sharp-line-detector
功能描述
Monitor line movements at sharp sportsbooks (Pinnacle, Circa, Bookmaker). Detect steam moves, reverse line movement, and significant implied probability shif...
安全使用建议
This skill appears to do what it claims: call The Odds API, parse odds, and save snapshots. Before installing: 1) Confirm you will provide an ODDS_API_KEY (the SKILL.md expects this) and that the registry metadata is updated to reflect that requirement. 2) Consider setting SHARP_SNAPSHOT_DIR to a location you control (not world-writable) if you care about where files land. 3) The SKILL.md lists python3 as required but the sample uses only curl and jq—ask the publisher why python3 is required. 4) Verify you trust the skill owner (no homepage/source is included in the registry metadata). 5) Limit the API key scope/permissions where possible and rotate the key if you later remove the skill.
功能分析
Type: OpenClaw Skill Name: sharp-line-detector Version: 1.1.0 The skill contains a shell injection vulnerability in the SKILL.md file within the 'Snapshot Current Lines' operation. The environment variable SPORT_KEY is expanded directly into a shell command and a jq filter string without proper sanitization or the use of safe argument passing (e.g., jq --arg), which could allow for arbitrary command execution if the variable is manipulated. While the skill's logic is aligned with its stated purpose of tracking sports betting odds via The Odds API, this lack of input validation constitutes a high-risk security flaw.
能力评估
Purpose & Capability
The skill claims to monitor sharp sportsbook lines and its instructions call The Odds API and parse/save odds — this is coherent. However, the registry metadata lists no required environment variables while SKILL.md documents a credential (ODDS_API_KEY) and a credentials block, which is inconsistent. Also python3 is listed as a required binary but the provided snippet only uses curl and jq.
Instruction Scope
SKILL.md is instruction-only and the runtime steps are limited: perform a curl to api.the-odds-api.com with an API key, jq-process the JSON, and write timestamped snapshots to a configurable local directory (default /tmp/openclaw-sharp-snapshots). The instructions do not request unrelated files, system credentials, or network endpoints beyond The Odds API and linked documentation.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written by an installer. This minimizes supply-chain risk.
Credentials
The skill reasonably needs an Odds API key (ODDS_API_KEY) to function; that credential is declared inside SKILL.md. But the registry metadata omitted required env vars, creating a mismatch the publisher should resolve. No other credentials or broad secrets are requested.
Persistence & Privilege
The skill does not request elevated presence (always: false) and only writes snapshot JSON files to a configurable directory. Autonomous model invocation is allowed (platform default) but not by itself a red flag here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sharp-line-detector
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sharp-line-detector 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add attribution links to agentbets.ai guides
v1.0.0
Initial release — AgentBets OpenClaw Skills series
元数据
Slug sharp-line-detector
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Sharp Line Detector 是什么?

Monitor line movements at sharp sportsbooks (Pinnacle, Circa, Bookmaker). Detect steam moves, reverse line movement, and significant implied probability shif... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 Sharp Line Detector?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sharp-line-detector」即可一键安装,无需额外配置。

Sharp Line Detector 是免费的吗?

是的,Sharp Line Detector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sharp Line Detector 支持哪些平台?

Sharp Line Detector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sharp Line Detector?

由 rsquaredsolutions2026(@rsquaredsolutions2026)开发并维护,当前版本 v1.1.0。

💬 留言讨论