← Back to Skills Marketplace
rsquaredsolutions2026

Odds Converter

by rsquaredsolutions2026 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
123
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install odds-converter
Description
Convert between American odds, decimal odds, fractional odds, implied probability, and Kalshi contract prices. Use when asked to convert odds formats, explai...
Usage Guidance
This skill appears coherent and limited to odds conversions and requires only python3. Before installing, ensure the agent replaces placeholders safely (don’t interpolate raw user text into shell/python -c commands) to avoid code-injection risks. Confirm your agent has python3 available and that you trust the agent to handle numeric input sanitization. No credentials or network access are required by the skill.
Capability Analysis
Type: OpenClaw Skill Name: odds-converter Version: 1.1.0 The skill uses `python3 -c` to execute dynamically constructed Python code for mathematical conversions. The instructions in `SKILL.md` direct the agent to perform string replacement of placeholders (like `ODDS`, `DEC`, or `PROB`) with user-provided values, which creates a high risk of Python code injection if the input is not strictly sanitized. While the intent appears to be a legitimate betting utility, the execution pattern is a significant security vulnerability.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md provides direct conversion formulas for American, decimal, fractional, implied probability, and Kalshi prices and explicitly requires python3, which is necessary to run the provided snippets.
Instruction Scope
Instructions are narrowly scoped to numeric conversions and formatting. One operational caveat: the skill tells the agent to run python3 -c with placeholders (e.g., ODDS, DEC) that must be replaced before execution. If an agent naively interpolates unsanitized user input into a shell command, that could permit code injection. The skill itself does not instruct reading files, environment variables, or external endpoints.
Install Mechanism
No install spec or third-party download; this is instruction-only and requires only an existing python3 binary, which is proportionate and low-risk.
Credentials
No environment variables, credentials, or config paths are requested. The required binary (python3) is directly justified by the provided inline Python snippets.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills. Autonomous invocation is allowed (default), which is expected for skills of this type.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install odds-converter
  3. After installation, invoke the skill by name or use /odds-converter
  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 odds-converter
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Odds Converter?

Convert between American odds, decimal odds, fractional odds, implied probability, and Kalshi contract prices. Use when asked to convert odds formats, explai... It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.

How do I install Odds Converter?

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

Is Odds Converter free?

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

Which platforms does Odds Converter support?

Odds Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Odds Converter?

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

💬 Comments