← 返回 Skills 市场
diagnostikon

Polymarket Geopolitics Sentiment Reversal Trader

作者 diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ⚠ suspicious
188
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-geopolitics-sentiment-reversal-trader
功能描述
Trades mean reversion on geopolitical markets pushed to probability extremes by breaking news. Markets at >92% or <8% with long time horizons systematically...
安全使用建议
Do not install or provide credentials until you verify the source. Key issues: (1) SKILL.md claims 'no external API required' but the code needs SIMMER_API_KEY and the simmer-sdk — metadata at the top omitted this env var; (2) the skill can execute trades via the Simmer API (paper mode by default, but real trades are possible with --live). Before using: confirm who publishes this skill and get a homepage/repo; review the simmer-sdk package source and ensure it is trustworthy; if you must provide SIMMER_API_KEY, create a limited-scope/test key (paper-only if available) and never expose a production key with full fund access until you've audited the integration; be cautious about allowing autonomous invocation to run live trades — require manual review/explicit opt-in for live mode.
功能分析
Type: OpenClaw Skill Name: polymarket-geopolitics-sentiment-reversal-trader Version: 0.0.3 The skill implements a mean-reversion trading strategy for geopolitical prediction markets using the simmer-sdk. It includes logic for market discovery, signal calculation based on probability extremes and time horizons, and execution safeguards. The code in trader.py is well-structured, lacks any signs of malicious behavior (such as data exfiltration or unauthorized execution), and defaults to a safe simulation mode.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The SKILL.md repeatedly states the default signal is price-based and 'no external API required', but the code and clawhub.json depend on a Simmer integration (simmer-sdk) and require SIMMER_API_KEY to operate. Requesting an API key and SDK is proportionate for a trading skill, but it contradicts the SKILL.md claim and the top-level registry metadata (which listed no required env vars).
Instruction Scope
SKILL.md describes market discovery, filtering and trade execution but labels the template as 'no external API required' while the runtime instructions (the agent's actual behavior) use SimmerClient to discover markets and execute trades. The SKILL.md also leaves trading 'alpha' to the agent (open-ended decision-making), which gives the agent broad discretion in signal selection. The runtime code references only the SIMMER_* tunables and does not access other unrelated system files, but the mismatch between prose and code is misleading.
Install Mechanism
No external download URLs; clawhub.json lists a pip dependency 'simmer-sdk'. Using a PyPI package is a typical install path for this functionality. This is a moderate-risk but expected install mechanism for a trading integration—verify the simmer-sdk package provenance before installing.
Credentials
The code requires a single credential, SIMMER_API_KEY, which is appropriate for a trading integration. However, the registry metadata omitted this required env var while clawhub.json correctly declares SIMMER_API_KEY. That inconsistency is risky: users may not realize they must supply a credential, and metadata does not match the actual secrets requested. No other unrelated credentials are requested.
Persistence & Privilege
The skill is not always:true and autostart is false. The automaton entrypoint is trader.py (managed), and agent autonomous invocation is allowed by platform defaults. This is expected for an agent-invocable trading skill—note that autonomous invocation plus a live API key could place real trades if --live is used or the runtime toggles live operation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-geopolitics-sentiment-reversal-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-geopolitics-sentiment-reversal-trader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
SDK resilience: try/except runt apply_skill_config
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.1
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.0
Initial release of Geopolitics Sentiment Reversal Trader. Key features: - Automatically detects and trades mean reversion on geopolitical prediction markets at probability extremes (>92% or <8%) following breaking news. - Uses a staleness factor based on days to resolution to size trades for maximal statistical edge. - Built-in safeguards: paper/simulation mode is default, no live trades without explicit confirmation. - Fully parameterized for risk management, market filtering, and customization via Simmer UI. - Clear logic and rationale for overreaction detection rooted in behavioral finance research. - Simple integration: handles market discovery, filtering, and execution; user supplies only credentials and optional custom logic.
元数据
Slug polymarket-geopolitics-sentiment-reversal-trader
版本 0.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Polymarket Geopolitics Sentiment Reversal Trader 是什么?

Trades mean reversion on geopolitical markets pushed to probability extremes by breaking news. Markets at >92% or <8% with long time horizons systematically... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 188 次。

如何安装 Polymarket Geopolitics Sentiment Reversal Trader?

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

Polymarket Geopolitics Sentiment Reversal Trader 是免费的吗?

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

Polymarket Geopolitics Sentiment Reversal Trader 支持哪些平台?

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

谁开发了 Polymarket Geopolitics Sentiment Reversal Trader?

由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。

💬 留言讨论