← 返回 Skills 市场
Polymarket Bundle Crypto Hourly Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
174
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-bundle-crypto-hourly-trader
功能描述
Trades crypto hourly Up/Down markets when sub-interval consensus disagrees with the hourly price on Polymarket. BTC/ETH/SOL 5-min interval markets within the...
安全使用建议
Key points to check before installing: 1) The skill requires SIMMER_API_KEY (trading authority) despite the registry summary claiming none — verify you are willing to give that API key. 2) Review the simmer-sdk package (PyPI and GitHub) to confirm the client does what you expect and has no unexpected network endpoints. 3) Test entirely in paper mode (default) and confirm autostart is disabled locally; only enable --live when you trust the code and the API key scope. 4) Ensure the SIMMER_API_KEY has least privilege (limit withdrawal/transfer rights if possible) and rotate it if you later revoke trust. 5) The owner and homepage are missing/unknown — prefer skills from known publishers or inspect the full code; if you cannot audit simmer-sdk or the Simmer service, treat real trading as high risk. If you want higher confidence, ask the publisher for a signed homepage/repo link and a changelog, or run the skill in an isolated environment and inspect network traffic while in paper mode.
功能分析
Type: OpenClaw Skill
Name: polymarket-bundle-crypto-hourly-trader
Version: 0.0.3
The bundle implements a crypto trading strategy for Polymarket using the simmer-sdk. The logic in trader.py uses regex to identify and group hourly markets with their sub-intervals to detect price discrepancies based on consensus. The code includes robust safety features such as paper trading by default (venue='sim'), slippage checks, and configurable risk parameters via clawhub.json. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力标签
能力评估
Purpose & Capability
The skill's declared dependency (simmer-sdk) and the code (trader.py) match the stated purpose of trading Polymarket Up/Down markets. However, the registry summary at the top (requirements: none) contradicts the included clawhub.json and SKILL.md which require SIMMER_API_KEY and list simmer-sdk as a pip dependency. That metadata mismatch is a coherence problem (likely packaging/documentation error) but not necessarily malicious.
Instruction Scope
SKILL.md and trader.py describe market discovery, bundle construction, and trade execution and confine network activity to the Simmer client (and optionally external exchange APIs as a remix idea). The instructions emphasize paper mode by default and require an explicit --live flag for real trades. The runtime instructions do not tell the agent to read unrelated files or exfiltrate data.
Install Mechanism
There is no arbitrary URL download. The manifest requests a PyPI package (simmer-sdk), which is a standard, traceable install mechanism. No extract-from-URL or unknown host installs are present.
Credentials
The only required secret in the files is SIMMER_API_KEY (used to authenticate to the Simmer client) which is proportionate to a trading skill. The code also reads a set of SIMMER_* tunables from environment (reasonable). The note: the top-level 'Requirements' summary incorrectly lists no required env vars while clawhub.json and SKILL.md require SIMMER_API_KEY — this inconsistency should be resolved before trusting the skill.
Persistence & Privilege
The skill does not request always:true and autostart is false. The clawhub.json declares an automaton entrypoint but autostart:false means it won't run automatically. disable-model-invocation is false (normal). The skill does not attempt to modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-bundle-crypto-hourly-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-bundle-crypto-hourly-trader触发 - 根据 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
Polymarket-Bundle-Crypto-Hourly-Trader v1.0.0 — Initial Release
- Launches a crypto bundle trading skill targeting Polymarket hourly Up/Down markets (BTC/ETH/SOL).
- Detects mispricings using consensus from 5-min sub-interval market signals versus hourly.
- Includes conviction-based sizing: position size scales with magnitude of disagreement.
- Strictly paper trades by default; live trades only with explicit flag for safety.
- Fully documented with edge thesis, tunable risk parameters, and signal logic for remixing.
元数据
常见问题
Polymarket Bundle Crypto Hourly Trader 是什么?
Trades crypto hourly Up/Down markets when sub-interval consensus disagrees with the hourly price on Polymarket. BTC/ETH/SOL 5-min interval markets within the... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 174 次。
如何安装 Polymarket Bundle Crypto Hourly Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-bundle-crypto-hourly-trader」即可一键安装,无需额外配置。
Polymarket Bundle Crypto Hourly Trader 是免费的吗?
是的,Polymarket Bundle Crypto Hourly Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Bundle Crypto Hourly Trader 支持哪些平台?
Polymarket Bundle Crypto Hourly Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Bundle Crypto Hourly Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills