← Back to Skills Marketplace
508
Downloads
0
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-odds-1-0-0
Description
Query Polymarket prediction market odds and events via CLI. Search for markets, get current prices, list events by category. Supports sports betting (NFL, NB...
Usage Guidance
This skill appears coherent and low-risk: it queries public Polymarket endpoints and requires no credentials. Before installing or executing the script, consider (1) verifying the skill source since 'source' and homepage are missing, (2) reviewing the included polymarket.mjs file yourself or running it in a sandbox to confirm behavior, (3) ensuring your Node runtime supports global fetch (Node 18+), and (4) noting a minor metadata mismatch (ownerId in _meta.json differs from registry metadata) which could indicate packaging inconsistency rather than malicious intent. If you plan to run it on sensitive systems, run it in an isolated environment and monitor network calls to confirm they only target the documented Polymarket domains.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-odds-1-0-0
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` provides clear, non-malicious instructions for the AI agent, aligning with the skill's stated purpose without any prompt injection attempts. The `polymarket.mjs` script uses standard Node.js `fetch` to interact with legitimate Polymarket APIs (`https://gamma-api.polymarket.com`, `https://clob.polymarket.com`). Crucially, all user-provided inputs for URL parameters are properly sanitized using `encodeURIComponent`, preventing URL injection vulnerabilities. There is no evidence of file system access, environment variable exfiltration, arbitrary command execution, persistence mechanisms, or communication with suspicious external domains.
Capability Assessment
Purpose & Capability
Name/description (Polymarket odds) match the included CLI and code. The script only calls Polymarket public endpoints (gamma-api.polymarket.com and clob.polymarket.com) to search markets, list events, fetch market details, prices, and order books—exactly what the description promises.
Instruction Scope
SKILL.md instructs running the provided Node script and documents the public endpoints used. The runtime instructions do not ask the agent to read unrelated files, access environment variables, or transmit data to unexpected endpoints. Output is printed to console; no hidden exfiltration or file writes are present in the code.
Install Mechanism
This is an instruction-only skill with no install spec. A single code file is provided (polymarket.mjs) and there are no downloads or package installers referenced. Low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The script uses only network access to the public Polymarket APIs; the absence of secret requirements is proportional to the functionality.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It runs as a one-off CLI tool; autonomous invocation is allowed by platform defaults but presents no additional flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-odds-1-0-0 - After installation, invoke the skill by name or use
/polymarket-odds-1-0-0 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the Polymarket skill CLI.
- Search and browse Polymarket prediction markets by keyword or category (sports, politics, crypto, etc.).
- Retrieve real-time market odds and details (probabilities, volume, liquidity).
- Supports commands for searching, event listing, market details, price quotes, and orderbook depth.
- No API key required; relies on Polymarket’s public endpoints.
- Designed for quick, accurate answers to betting odds or probability questions in various domains.
Metadata
Frequently Asked Questions
What is Polymarket Odds 1.0.0?
Query Polymarket prediction market odds and events via CLI. Search for markets, get current prices, list events by category. Supports sports betting (NFL, NB... It is an AI Agent Skill for Claude Code / OpenClaw, with 508 downloads so far.
How do I install Polymarket Odds 1.0.0?
Run "/install polymarket-odds-1-0-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Odds 1.0.0 free?
Yes, Polymarket Odds 1.0.0 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Polymarket Odds 1.0.0 support?
Polymarket Odds 1.0.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Odds 1.0.0?
It is built and maintained by 丹青不及你眉眼 (@ceeyang); the current version is v1.0.0.
More Skills