← 返回 Skills 市场
mibayy

Polymarket Multi Source Estimator

作者 Mibayy · GitHub ↗ · v1.1.4 · MIT-0
cross-platform ✓ 安全检测通过
157
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install polymarket-multi-source-estimator
功能描述
Trade prediction markets using LLM probability estimation enriched with 10+ real-time data sources (news, economic data, sports odds, political polling, and...
安全使用建议
This skill looks coherent for its purpose, but it is a live-capable trading bot and will transmit market questions + gathered public context to whichever LLM endpoint you configure. Before installing: (1) review the full multi_source_estimator.py (the provided snippet was truncated) to confirm no unexpected I/O or hidden endpoints; (2) run in dry-run/sim mode initially and test locally; (3) use paper/sim TRADING_VENUE and avoid setting --live until you’re confident; (4) limit the SIMMER_API_KEY to the minimum permissions possible and consider using a test key; (5) set LLM_API_URL to a provider you trust (self-hosted if privacy is a concern); (6) only provide optional data-source API keys you trust and rotate keys after testing; (7) run the code in an isolated environment and monitor outbound traffic/logs. If you want higher confidence, provide the complete (untruncated) source for review or run a static audit on the full file.
功能分析
Type: OpenClaw Skill Name: polymarket-multi-source-estimator Version: 1.1.4 The skill is a legitimate prediction market trading bot that integrates over 10 real-time data sources (including FRED, GDELT, and Finnhub) to inform LLM-based probability estimates. The code in multi_source_estimator.py is well-structured, lacks obfuscation, and uses the simmer-sdk as intended for trading without any evidence of credential theft, unauthorized data exfiltration, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description, SKILL.md, clawhub.json, and the Python code align: a prediction-market trading estimator that needs a trading API key (SIMMER_API_KEY) and an LLM key (LLM_API_KEY). Optional API keys correspond to the listed data sources. Required pip packages (simmer-sdk, requests) are appropriate for the functionality.
Instruction Scope
SKILL.md instructs the agent to fetch many external public data sources, build context, call an LLM, compare estimates to market prices, and trade via Simmer. This matches the code you shipped. Caveats: the skill makes outbound HTTP requests to data APIs and to whatever LLM endpoint you configure (default OpenRouter). That means market questions + gathered public context will be transmitted off-host to the chosen LLM provider. The SKILL.md states only public context is sent, but you should verify the full source (the file was truncated in the provided snippet) to confirm no accidental inclusion of other environment values or secrets in LLM payloads.
Install Mechanism
No install script is included; the registry metadata lists pip dependencies (simmer-sdk, requests). Using pip is normal here, but pip-installed packages run arbitrary Python code on install—standard risk. There are no downloads from unknown URLs or archive extracts declared.
Credentials
Only two required env vars are declared (SIMMER_API_KEY and LLM_API_KEY), which is proportionate for a trading bot that calls an external LLM. Several optional API keys for public-data providers are sensible. Reminder: both required vars are sensitive—SIMMER_API_KEY grants ability to place trades via the Simmer SDK, and LLM_API_KEY allows sending data to an external model. Ensure the SIMMER_API_KEY scope/permissions are restricted and use paper mode for testing.
Persistence & Privilege
The skill is an automaton scheduled every 5 minutes (clawhub.json cron and SKILL.md). always:false (default) so it is not force-included in every agent, but managed scheduling + autonomous invocation means it can run and place trades without manual steps if configured with live credentials. This is expected for a trading bot, but you should be deliberate about enabling --live and where the skill runs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-multi-source-estimator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-multi-source-estimator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.4
Fix requires.env: only list mandatory vars, optional vars documented in SKILL.md only
v1.1.3
Declare all env vars in manifest, sync version, add scheduling/security docs
v1.1.2
Fix manifest/code consistency: sync versions, declare all env vars, set managed:true, type:automaton
v1.1.1
Fix Market dataclass access, SimmerClient api_key, venue default to sim, MiMo LLM
v1.1.0
- Reduced number of RSS news feeds from 20 to 10 for faster context fetching. - Minor documentation updates for clarity on data sources. - No changes to API or trading behavior.
v1.0.0
Multi-Source LLM Estimator skill v1.0.0: Trade on Polymarket using LLM probability estimates enriched with 10+ real-time data sources. - Fetches live context for each market from news, polling, sports odds, financial, legislative, and other APIs. - Estimates event probabilities using an LLM prompt constructed from the data. - Trades automatically when LLM-derived probabilities significantly diverge from market prices. - Cross-checks prices on Manifold and Kalshi for arbitrage opportunities. - Highly customizable: add data sources, swap LLM providers, tune thresholds, and edit prompting. - Includes clear setup instructions and API key usage guidance.
元数据
Slug polymarket-multi-source-estimator
版本 1.1.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

Polymarket Multi Source Estimator 是什么?

Trade prediction markets using LLM probability estimation enriched with 10+ real-time data sources (news, economic data, sports odds, political polling, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 157 次。

如何安装 Polymarket Multi Source Estimator?

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

Polymarket Multi Source Estimator 是免费的吗?

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

Polymarket Multi Source Estimator 支持哪些平台?

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

谁开发了 Polymarket Multi Source Estimator?

由 Mibayy(@mibayy)开发并维护,当前版本 v1.1.4。

💬 留言讨论