← 返回 Skills 市场
diagnostikon

Polymarket 48h Equity Strike Trader

作者 diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ✓ 安全检测通过
188
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-48h-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 coherent for a Polymarket trading bot and defaults to paper trading, which is good. Before installing: 1) Review the simmer-sdk PyPI repo (and its GitHub) to verify there are no unexpected network calls or credential usages; 2) Use a limited-scope or simulation-only SIMMER_API_KEY while testing, and keep live trading keys offline until you fully trust the skill; 3) Run the skill in paper mode and inspect logs to verify behavior and that trades only occur when you pass --live; 4) Confirm the owner/repo trustworthiness (source/homepage is unknown here) and consider code-review or running in an isolated environment if you plan to use live funds. I have medium confidence because I can't inspect the simmer-sdk implementation or external runtime behavior from the provided files.
功能分析
Type: OpenClaw Skill Name: polymarket-48h-equity-strike-trader Version: 0.0.3 The skill is a legitimate trading bot designed to detect and trade mathematical inconsistencies (monotonicity and range-sum violations) in Polymarket equity strike-ladder markets. The code in `trader.py` implements clear arbitrage logic using the `simmer-sdk`, follows standard security practices by using environment variables for credentials, and includes a safety-first approach by defaulting to paper trading (`venue='sim'`). No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (trading arbitrage on Polymarket) matches the code and declared requirements: trader.py uses a Simmer SDK client and expects SIMMER_API_KEY. The tunables and filters are declared in clawhub.json and referenced by the code. No unrelated credentials or binaries are requested.
Instruction Scope
Runtime instructions and trader.py focus on market discovery, parsing, curve construction, violation detection, and trade execution. The code reads only SIMMER_API_KEY and SIMMER_* tunables (all declared). It does not reference other system paths, user files, shell history, or unexpected external endpoints in the provided files.
Install Mechanism
No install script is provided, but clawhub.json declares a pip dependency on 'simmer-sdk'. Installing a third-party PyPI package is a normal dependency but does carry supply-chain risk — you should review the simmer-sdk package source/reputation before installing.
Credentials
Only one primary secret is required: SIMMER_API_KEY (trading authority). The skill also reads multiple SIMMER_* tunables (declared in clawhub.json). These variables are proportionate to a trading skill. No unrelated SECRET/TOKEN variables are requested.
Persistence & Privilege
autostart is false and the skill does not request always:true. The agent can invoke the skill autonomously (platform default), which is expected. Because the skill can place live trades if run with --live and has access to a trading API key, allowlisting/autonomy policies and key scoping should be considered before enabling autonomous runs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-48h-equity-strike-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-48h-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 48h Equity Strike Trader. - Detects and trades violations in implied probability curves for equity/stock price-threshold markets on Polymarket. - Supports major equities (PLTR, MSFT, NVDA, TSLA, SpaceX, Nasdaq-100, and others). - Identifies three types of curve violations: monotonicity breaks, range-sum inconsistencies, and bin-sum errors. - Includes adjustable risk and trade parameters; defaults to paper trading (no live trading unless specified).
元数据
Slug polymarket-48h-equity-strike-trader
版本 0.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Polymarket 48h 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 插件,目前累计下载 188 次。

如何安装 Polymarket 48h Equity Strike Trader?

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

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

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

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

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

谁开发了 Polymarket 48h Equity Strike Trader?

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

💬 留言讨论