← 返回 Skills 市场
simmer

Polymarket Research

作者 Simmer.Markets · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
37
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-research
功能描述
Research any Polymarket topic — get market data, probabilities, volumes, and top holders in one snapshot. Read-only, no trading.
使用说明 (SKILL.md)

Polymarket Research

Get a structured research snapshot for any Polymarket topic. Returns market probabilities, volume across time windows, and the top holders (largest positions) per outcome. Read-only — no trades, no wallet needed.

This is a template. The default output is a research snapshot — remix it to feed into your own trading logic, dashboard, or analysis pipeline. The skill handles market discovery and data retrieval. Your agent decides what to do with the signal.

Setup

pip install simmer-sdk
export SIMMER_API_KEY="sk_live_..."

Quick start

python research.py "bitcoin price"
python research.py "us election" --top-holders 20
python research.py "weather" --min-volume 100000

What you get

For each matching market:

Field Source
Question, status, resolution date Simmer SDK
YES/NO probability Simmer SDK (synced from Polymarket CLOB)
24h volume Simmer SDK
Top holders per outcome Polymarket data API (free, no auth)
Edge analysis vs AI price Simmer SDK context endpoint

Configuration

Parameter Env var Default Description
Search query (CLI arg) required Topic to search for
Min volume SIMMER_RESEARCH_MIN_VOLUME 10000 Skip markets below this 24h volume
Max results SIMMER_RESEARCH_MAX_RESULTS 5 Markets to return
Top holders SIMMER_RESEARCH_TOP_HOLDERS 10 Holders per outcome

Example output

=== Bitcoin Price Markets ===

1. Will BTC hit $150k by end of 2026?
   YES: 32.5% | NO: 67.5%
   Volume (24h): $284,102
   Resolves: 2026-12-31

   Top holders (YES):
     Gabagool22: 142,301 shares
     xuanxuan008: 89,442 shares
     marketing101: 67,221 shares

   Top holders (NO):
     0xe1d6...907: 203,112 shares
     sharky6999: 156,004 shares

Troubleshooting

  • No markets found: try broader search terms or lower --min-volume
  • No top holders: market may be new or have low participation; the holders endpoint returns empty for very new markets
  • Timeout on holders: the Polymarket data API is occasionally slow; the skill retries once with a 10s timeout
安全使用建议
Install only if you are comfortable providing a Simmer API key and installing simmer-sdk. The reviewed artifact appears read-only and purpose-aligned, but because the provider is related to prediction-market tooling, prefer an API key with minimal permissions and avoid reusing credentials that can trade or manage funds.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is market research, and the script only searches markets, lists importable markets, and fetches top holders through Simmer SDK with live=false; no wallet use, order placement, transfer, or deletion behavior was found.
Instruction Scope
Runtime instructions are limited to running research.py with a user-provided query and optional filters. The import_market text is printed as guidance only and is not executed by the script.
Install Mechanism
Installation requires pip installing simmer-sdk and setting SIMMER_API_KEY, both disclosed in SKILL.md and clawhub.json. Users should trust the Simmer provider and use a least-privilege API key where possible.
Credentials
The requested environment access is proportionate to authenticated market-data retrieval: one API key and bounded tuning variables. No broad filesystem reads, local credential scraping, or hidden outbound endpoints were present in the artifact code.
Persistence & Privilege
The manifest sets autostart to false and cron to null, and the script does not install persistence, spawn background workers, write files, or request elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-research
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-research 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Polymarket Research skill. - Research any Polymarket topic and receive structured market data in one snapshot. - Returns probabilities, 24h volume, and top holders per outcome for each market. - Read-only access—no trading or wallet required. - Simple CLI usage with flexible filtering by query, volume, and number of top holders. - Designed as a template: output can be customized for dashboards or analysis pipelines.
元数据
Slug polymarket-research
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Polymarket Research 是什么?

Research any Polymarket topic — get market data, probabilities, volumes, and top holders in one snapshot. Read-only, no trading. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。

如何安装 Polymarket Research?

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

Polymarket Research 是免费的吗?

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

Polymarket Research 支持哪些平台?

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

谁开发了 Polymarket Research?

由 Simmer.Markets(@simmer)开发并维护,当前版本 v1.0.0。

💬 留言讨论