← 返回 Skills 市场
Polymarket Micro Session Edge Trader
作者
diagnostikon
· GitHub ↗
· v0.0.2
· MIT-0
138
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install polymarket-micro-session-edge-trader
功能描述
Trades session-transition mean-reversion in 5-minute crypto "Up or Down" markets on Polymarket, fading directional bursts that occur during US, Asia, and Eur...
安全使用建议
This skill appears coherent and paper-trades by default, but before installing: 1) Only provide a SIMMER_API_KEY you trust — it grants trading authority (use a restricted/test key if available). 2) Verify the simmer-sdk package (PyPI/GitHub) if you want to audit network behavior. 3) Note that running with `--live` will place real USDC trades; keep autostart/cron disabled until you've validated behavior in sim. 4) If you need extra assurance, review the remainder of trader.py (full file) and any calls the SimmerClient makes to external endpoints.
功能分析
Type: OpenClaw Skill
Name: polymarket-micro-session-edge-trader
Version: 0.0.2
The skill bundle is a legitimate trading bot designed for Polymarket's 5-minute crypto markets, implementing a mean-reversion strategy based on session-open volatility bursts. The code in trader.py follows the logic described in SKILL.md, using the simmer-sdk for market discovery and trade execution without any signs of data exfiltration, obfuscation, or unauthorized system access. It includes safety features such as paper-trading by default (venue='sim') and requires an explicit --live flag for real financial risk.
能力标签
能力评估
Purpose & Capability
Name/description, SKILL.md, clawhub.json, and trader.py consistently describe a Polymarket micro-session trader that uses the Simmer SDK and a single SIMMER_API_KEY credential. No unrelated services or credentials are requested.
Instruction Scope
Runtime instructions focus on market discovery, interval parsing, session detection, and trade execution via the Simmer SDK. The skill does not instruct the agent to read unrelated local files or environment variables beyond the declared SIMMER_API_KEY and tunables.
Install Mechanism
No install script in the package; clawhub.json lists a single pip dependency (simmer-sdk) hosted on PyPI/GitHub — appropriate and expected for this functionality. This is a moderate-risk standard package install, not a raw URL download.
Credentials
Only SIMMER_API_KEY is required (declared in clawhub.json and SKILL.md). Tunables are non-secret environment variables. Requested secrets and envs are proportionate to a trading skill.
Persistence & Privilege
autostart is false, cron null, always is false. The skill is not forced into every agent run and does not request system-wide config changes. Its automaton entrypoint is the included trader.py, which is normal.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-micro-session-edge-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-micro-session-edge-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.4
Add signal_data for backtest support
v1.0.3
Add get_fast_markets() for better 5-min market discovery
v1.0.2
Fix SKILL.md to match standard template structure — full consistency with trader.py and clawhub.json
v1.0.1
Fix metadata consistency between trader.py, clawhub.json and SKILL.md
v1.0.0
Initial release — micro-trading skill with conviction-based sizing
元数据
常见问题
Polymarket Micro Session Edge Trader 是什么?
Trades session-transition mean-reversion in 5-minute crypto "Up or Down" markets on Polymarket, fading directional bursts that occur during US, Asia, and Eur... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。
如何安装 Polymarket Micro Session Edge Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-micro-session-edge-trader」即可一键安装,无需额外配置。
Polymarket Micro Session Edge Trader 是免费的吗?
是的,Polymarket Micro Session Edge Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Micro Session Edge Trader 支持哪些平台?
Polymarket Micro Session Edge Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Micro Session Edge Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.2。
推荐 Skills