openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Polymarket Odds

Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.

开发与 DevOps

作者:Danny Shmueli @dannyshmueli

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 4 · 2.2k · 5 current installs · 5 all-time installs

4

安装量(当前) 5

🛡 VirusTotal :良性 · OpenClaw :良性

Package:dannyshmueli/pm-odds

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's code, instructions, and requirements are consistent with its stated purpose of querying Polymarket's public API; it makes only outbound reads to the Polymarket domain and requests no credentials or unusual privileges.

目的

Name/description (Polymarket odds) matches the included Python script and SKILL.md which fetch market and event data from Polymarket's public API (gamma-api.polymarket.com). No unrelated services, binaries, or credentials are requested.

说明范围

SKILL.md and the script limit behavior to fetching and formatting public market/event data. The runtime instructions and code do not read local files, environment variables, or send data to third parties outside the documented Polymarket API.

安装机制

There is no install spec; this is instruction + a small Python script that runs with standard library modules. Nothing is downloaded or written by an installer, reducing install-time risk.

证书

The skill requires no environment variables, credentials, or config paths. No secrets are requested or used; network access is only to the documented Polymarket API host.

持久

The skill does not request always:true, does not modify other skills or system configs, and requires no special persistence. Default autonomous invocation is allowed but is normal and expected for such a skill.

综合结论

This skill appears coherent and low-risk: it simply queries Polymarket's public API and prints results, and it does not request keys or read local files. Before installing, verify you are comfortable with the agent making outbound HTTPS requests to gamma-api.polymarket.com and review the included script if you want to confirm there is no additional behavior. If you need to restrict network access, be aware the skill requires internet access to…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Polymarket Odds」。简介:Query Polymarket prediction markets. Use for questions about prediction markets…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/dannyshmueli/pm-odds/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: polymarket
description: Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.
---

# Polymarket

Query prediction market data from Polymarket's public API (no auth required).

## Quick Start

```bash
# Top markets by 24h volume
python3 scripts/polymarket.py --top

# Search markets
python3 scripts/polymarket.py --search "trump"

# Get specific market by slug
python3 scripts/polymarket.py --slug "will-trump-win-the-2024-election"

# List events (grouped markets)
python3 scripts/polymarket.py --events
```

## Script Location

`skills/polymarket/scripts/polymarket.py`

## API Endpoints

The script uses `gamma-api.polymarket.com`:
- `/markets` - Individual markets with prices, volumes
- `/events` - Event groups containing related markets

## Output Format

Markets show: question, Yes/No prices (as percentages), 24h volume, total volume.

## Interpreting Prices

- `outcomePrices` are 0-1 representing probability
- Price of 0.65 for "Yes" = market thinks 65% chance of Yes
- Higher volume = more liquid, more reliable signal