← 返回 Skills 市场
Polymarket Bundle Btc 5min Streak Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
190
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-bundle-btc-5min-streak-trader
功能描述
Trades BTC "Up or Down" 5-minute interval markets on Polymarket by detecting streaks of 3+ consecutive same-direction intervals and trading mean-reversion on...
安全使用建议
This skill appears to do what it says: it finds Polymarket BTC 5-minute markets and places contrarian trades, using only the SIMMER_API_KEY and simmer-sdk. Before installing: 1) Only provide SIMMER_API_KEY if you trust the skill/source — it's a high-value credential that can place live trades. 2) Keep the default paper mode and test extensively (paper trading) before enabling --live. 3) Review the simmer-sdk package and the SimmerClient network behavior if you want to verify exactly where credentials and orders are sent. 4) Note the author/source is unknown (no homepage) — that reduces provenance; consider reviewing the full trader.py (including the truncated portion) and running it in an isolated environment first. If you need higher assurance, ask the author for a verified package source or run the code through your own code review and sandboxed tests.
功能分析
Type: OpenClaw Skill
Name: polymarket-bundle-btc-5min-streak-trader
Version: 0.0.3
The bundle implements a BTC 5-minute interval mean-reversion trading strategy for Polymarket using the 'simmer-sdk'. The code in trader.py performs market discovery, parses interval timing using regular expressions, and executes trades based on detected price streaks. It includes a 'safe by default' mechanism that requires an explicit --live flag to move from paper trading to real execution. No evidence of data exfiltration, credential theft, or malicious prompt injection was found in SKILL.md or the source code.
能力标签
能力评估
Purpose & Capability
Name, description, SKILL.md, clawhub.json and trader.py consistently describe a Polymarket BTC 5-min streak contrarian trader. Declared dependency (simmer-sdk) and required environment variable (SIMMER_API_KEY) are directly relevant to performing trades via the Simmer platform. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to discover markets, parse intervals, detect streaks, and place trades; it explicitly defaults to paper trading and requires an explicit --live flag for real trades. The instructions do not ask the agent to read arbitrary local files, other environment variables, or exfiltrate data outside the trading flow. The optional 'remix' suggestions (e.g., wire Binance feed) are advisory and not required.
Install Mechanism
There is no arbitrary download install; clawhub.json lists a pip dependency (simmer-sdk), which is an expected package for interacting with the Simmer API. No URL downloads, extract steps, or personal servers are used.
Credentials
Only one required env var (SIMMER_API_KEY) is declared, which is proportionate to a trading skill. This is a high-value credential (trading authority) — its request is expected but sensitive. Other tunables are optional environment configs and are reasonable for the strategy.
Persistence & Privilege
always is false and autostart/cron are false/null so the skill is not forced into every agent run and will not run automatically by default. clawhub.json marks the skill as automaton-managed with an entrypoint (trader.py), which is consistent with providing an executable trading agent, but autostart=false means it won't execute unless explicitly started. Model invocation is allowed (default), which is normal; be aware an autonomous agent could invoke the skill and, if configured to run live, place real trades.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-bundle-btc-5min-streak-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-bundle-btc-5min-streak-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
Bundle BTC 5-Min Streak Trader – initial release
- Detects 3+ consecutive same-direction BTC 5-min interval streaks on Polymarket and trades mean-reversion on the next interval.
- Implements conviction scaling with streak length and configurable trade sizing.
- Fully automates signal generation, market selection, trade execution, and safety checks; defaults to paper trading.
- Highly customizable: supports remixing with external data, tuning thresholds, and switching between mean-reversion and momentum modes.
- All key parameters are user-adjustable in Simmer UI.
元数据
常见问题
Polymarket Bundle Btc 5min Streak Trader 是什么?
Trades BTC "Up or Down" 5-minute interval markets on Polymarket by detecting streaks of 3+ consecutive same-direction intervals and trading mean-reversion on... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 190 次。
如何安装 Polymarket Bundle Btc 5min Streak Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-bundle-btc-5min-streak-trader」即可一键安装,无需额外配置。
Polymarket Bundle Btc 5min Streak Trader 是免费的吗?
是的,Polymarket Bundle Btc 5min Streak Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Bundle Btc 5min Streak Trader 支持哪些平台?
Polymarket Bundle Btc 5min Streak Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Bundle Btc 5min Streak Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills