← Back to Skills Marketplace
rsquaredsolutions2026

Sharp Line Detector

by rsquaredsolutions2026 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
112
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install sharp-line-detector
Description
Monitor line movements at sharp sportsbooks (Pinnacle, Circa, Bookmaker). Detect steam moves, reverse line movement, and significant implied probability shif...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sharp-line-detector
  3. After installation, invoke the skill by name or use /sharp-line-detector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Add attribution links to agentbets.ai guides
v1.0.0
Initial release — AgentBets OpenClaw Skills series
Metadata
Slug sharp-line-detector
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Sharp Line Detector?

Monitor line movements at sharp sportsbooks (Pinnacle, Circa, Bookmaker). Detect steam moves, reverse line movement, and significant implied probability shif... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.

How do I install Sharp Line Detector?

Run "/install sharp-line-detector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sharp Line Detector free?

Yes, Sharp Line Detector is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Sharp Line Detector support?

Sharp Line Detector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sharp Line Detector?

It is built and maintained by rsquaredsolutions2026 (@rsquaredsolutions2026); the current version is v1.1.0.

💬 Comments