← 返回 Skills 市场
diagnostikon

Polymarket 24h Equity Strike Trader

作者 diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ✓ 安全检测通过
187
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-24h-equity-strike-trader
功能描述
Trades structural mispricings in equity/stock price-threshold markets by reconstructing the implied probability curve across strike levels for the same compa...
安全使用建议
This skill appears internally consistent, but take these precautions before installing: - Treat SIMMER_API_KEY as high-value: only provide it if you trust the Simmer account and service. Consider using a key with limited permissions if possible. - Keep the default paper/sim mode when testing (run without --live) and verify behavior against simulated markets first. - Audit or review the simmer-sdk package (PyPI/GitHub) before installing to ensure it matches expected behavior and endpoints. - Inspect the full trader.py (run locally) and logs during a trial run to confirm no unexpected outbound endpoints or actions. - Only enable live trading after manual review and when you accept the financial risk; tunables in clawhub.json control position sizing and thresholds. If you want, I can scan the remainder of trader.py (the truncated tail) for any hidden network calls or unexpected behavior before you install.
功能分析
Type: OpenClaw Skill Name: polymarket-24h-equity-strike-trader Version: 0.0.3 The skill implements a legitimate mathematical arbitrage strategy for Polymarket equity strike ladders, specifically targeting monotonicity and bin-sum inconsistencies in stock price markets. The code in `trader.py` is well-structured, uses a dedicated trading SDK (`simmer-sdk`), and includes safety features such as a default paper-trading mode and configurable risk thresholds. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description, SKILL.md, clawhub.json, and trader.py all describe the same functionality (discover Polymarket strike/threshold markets, reconstruct implied distributions, detect violations, and place trades via Simmer). Declared dependency (simmer-sdk) and required env var (SIMMER_API_KEY) directly match the described trading integration.
Instruction Scope
SKILL.md instructs discovery, parsing, curve construction, ranking, and execution; it explicitly defaults to simulation and only performs live trades with an explicit flag. Instructions and trader.py do not request unrelated files, unrelated environment variables, or hidden exfiltration steps in the parts provided.
Install Mechanism
No external downloads or extract steps; the package declares a PyPI dependency (simmer-sdk) and no custom install URLs. This is a standard third-party library install and is proportionate to a trading integration.
Credentials
Only SIMMER_API_KEY is required for operation; other runtime tunables are optional environment variables declared in clawhub.json. Requesting a single trading API key is appropriate for a trading skill. Note: SIMMER_API_KEY is high-value and grants trading authority on the Simmer venue.
Persistence & Privilege
autostart: false and cron: null mean it won't run automatically by default. always is false. The automaton entrypoint points to trader.py (expected for a skill that can be executed), and the code calls apply_skill_config only if present. No privileged system-wide modifications are attempted in the provided code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-24h-equity-strike-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-24h-equity-strike-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 24h Equity Strike Trader. - Detects and trades mathematical mispricings in equity price-threshold markets on Polymarket by reconstructing implied probability curves. - Identifies three types of curve violations: monotonicity breaks, range-sum inconsistencies, and bin-sum over/underflows. - Supports paper and live trading modes, with strong safeguards and adjustable risk/tunable parameters. - Works with multiple tickers (PLTR, MSFT, NVDA, TSLA, SpaceX, Nasdaq-100, etc.) and parses market ladders automatically. - Requires simmer-sdk dependency and SIMMER_API_KEY for operation.
元数据
Slug polymarket-24h-equity-strike-trader
版本 0.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Polymarket 24h Equity Strike Trader 是什么?

Trades structural mispricings in equity/stock price-threshold markets by reconstructing the implied probability curve across strike levels for the same compa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 187 次。

如何安装 Polymarket 24h Equity Strike Trader?

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

Polymarket 24h Equity Strike Trader 是免费的吗?

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

Polymarket 24h Equity Strike Trader 支持哪些平台?

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

谁开发了 Polymarket 24h Equity Strike Trader?

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

💬 留言讨论