← 返回 Skills 市场
Polymarket Worldcup Group Repricer
作者
BridgeAISocial
· GitHub ↗
· v0.1.0
· MIT-0
40
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-worldcup-group-repricer
功能描述
World Cup Groups skill — a market-dynamics play on group-winner sets. Buys group favorites at pre-tournament prices and trims after qualification "becomes ob...
使用说明 (SKILL.md)
WC Group Repricer
A Groups-category skill for the 2026 World Cup built on market dynamics, not winner-picking:
- Repricing timing — enter group favorites at pre-tournament asks; exit after qualification becomes "obvious" and retail money reprices the leg up. "Obvious" is read from the market itself (the leg crossing a configured price threshold) — no sports model required. (Strategy family credit: group-stage repricing ideas circulating on X.)
- Group-set coherence — within a group's winner set (mutually exclusive, exhaustive), trade prices that sum incoherently back toward 1. Mutual exclusivity is confirmed from market text (a complete 4-leg "win Group X" set) — if it can't be confirmed, the set is alerted, never arbed.
- Elo anchor (tiebreak only) — a static Elo table decides which leg of an incoherent set is the mispriced one. It never picks winners standalone.
Safety rails
- Sim-first. Default venue is
$SIM; real trading requires--liveand--venue polymarketand a claimed, wallet-linked Simmer agent.--liveand--dry-runare mutually exclusive. - Budget = open exposure, not daily spend: new trades are rejected if
open_exposure + cost > DAILY_BUDGET_USD. State updates are lock-protected (fcntl.flock). - Dry-run never touches live state (separate
state_dry.json) and routes through the SDK paper engine rather than stubbing success. - Prices are passed raw to the SDK (no pre-rounding); edges are computed vs the ask when the
venue exposes one (falls back to mid on
$SIM— see Known limitations). - One position per market; every trade carries
skill_slug+ a publicreasoningstring.
Configuration (env — all knobs Autoresearch-mutable)
| Var | Default | Meaning |
|---|---|---|
TRADING_VENUE |
sim |
sim or polymarket (with --live) |
MAX_TRADE_USD |
5 |
per-leg cap |
DAILY_BUDGET_USD |
50 |
open-exposure cap |
ENTRY_MAX_ASK |
0.55 |
buy a group favorite only at/below this |
EXIT_REPRICE |
0.78 |
trim a held leg at/above this |
MIN_COHERENCE_GAP |
0.05 |
min ` |
MAX_SLIPPAGE_PCT |
0.03 |
skip legs whose context slippage exceeds this |
Usage
python scripts/group_repricer.py --dry-run # default; sim paper pass
python scripts/group_repricer.py --status # show positions/exposure
python scripts/group_repricer.py --live --venue polymarket # real money (after sim record)
Requires SIMMER_API_KEY.
Known limitations (v0.1)
$SIM(LMSR) has no order book — ask/spread/depth gates only bind on the real venue; sim validates logic, not microstructure.- Market discovery uses a text search for "win Group X" sets; the canonical WC tag/series slug is unverified upstream — discovery may need the paginated sports-markets workaround at launch.
- Coherence legs are entered sequentially, not atomically; partial-fill unwind is basic.
- The exit threshold (
EXIT_REPRICE) is the strategy's most sensitive knob — it ships at a reasonable default and is meant to be tuned in sim / by Autoresearch, not trusted blindly. - Real-venue depth (L2) checks are a TODO hook; v0.1 uses the context slippage gate.
- Platform per-leg stop-losses can fire on temporarily-down legs of a coherent set — review auto-risk settings before running live.
No performance claims are made or implied. This skill describes what it does, not what it returns.
安全使用建议
Install only if you are comfortable with an automated market-trading tool. Leave it in dry-run first, review MAX_TRADE_USD and DAILY_BUDGET_USD, confirm the venue is sim unless you intend real trading, and understand that enabling live Polymarket execution can lose money.
能力标签
能力评估
Purpose & Capability
The skill is explicitly for World Cup group-market repricing and includes code that discovers markets, places trades through Simmer, tracks positions, and can run on a cron; this matches the stated trading purpose but carries real-money risk if live mode is enabled.
Instruction Scope
Runtime instructions disclose dry-run default, live-mode requirements, budget caps, slippage checks, one-position behavior, and known limitations. I did not find hidden prompt instructions or unrelated agent-control behavior.
Install Mechanism
The manifest declares the simmer-sdk dependency, SIMMER_API_KEY requirement, managed automaton entrypoint, and 15-minute cron. Metadata also tags the skill as crypto, wallet-requiring, and sensitive-credential-requiring.
Credentials
Use of SIMMER_API_KEY, market network access through the SDK, and local state files is proportionate for a Simmer trading bot. Defaults are dry-run/paper execution unless live mode is explicitly invoked.
Persistence & Privilege
The skill persists local position and exposure state in artifact-local dry/live JSON files with lock files. This is disclosed and scoped, but users should understand it maintains state across cron runs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-worldcup-group-repricer - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-worldcup-group-repricer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
WC Group Repricer v0.1.0 — Initial Launch
- Introduces a World Cup group stage trading skill focusing on repricing group-winner sets rather than picking champions.
- Implements strategies to buy group favorites pre-tournament and trim after qualification odds become apparent via market dynamics.
- Trades group markets back toward coherent probabilities using mutual exclusivity confirmed from market text.
- Offers simulation-first safety, configurable spending/exposure caps, slippage checks, and distinct live/sim trading modes.
- Provides detailed environment configuration and operational usage; lists current limitations for transparency.
元数据
常见问题
Polymarket Worldcup Group Repricer 是什么?
World Cup Groups skill — a market-dynamics play on group-winner sets. Buys group favorites at pre-tournament prices and trims after qualification "becomes ob... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。
如何安装 Polymarket Worldcup Group Repricer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-worldcup-group-repricer」即可一键安装,无需额外配置。
Polymarket Worldcup Group Repricer 是免费的吗?
是的,Polymarket Worldcup Group Repricer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Worldcup Group Repricer 支持哪些平台?
Polymarket Worldcup Group Repricer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Worldcup Group Repricer?
由 BridgeAISocial(@bridgeaisocial)开发并维护,当前版本 v0.1.0。
推荐 Skills