Overview
- Skill Key
- drakec48/polymarket-trader
- Author
- drakec48
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/drakec48/polymarket-trader
- Latest Commit SHA
- 527622986c1c3eb93241b448c86dd62ce0ce5078
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Polymarket Trader 技能。 若已安装,则直接安装 Polymarket Trader 技能。
# Polymarket Trader
Maintain a profitable **BTC 1h Up/Down** strategy by anchoring decisions to **Binance BTCUSDT** (the resolution source) and enforcing anti-churn/risk rules.
## Workflow (use this order)
1) **Confirm the market type**
- This skill is optimized for `bitcoin-up-or-down-*` 1h markets (Binance 1H open vs close).
2) **Compute the anchor signal (Binance)**
- Fetch 1m closes + the 1h open for the relevant hour.
- Compute volatility (sigma) and time-to-expiry.
- Convert to **fair probability** for Up/Down.
3) **Trade only when there is measurable edge**
- Enter only if `edge = fair_prob - market_price` exceeds a threshold.
- Add a directional guardrail: do not bet against the sign of the move when |z| is non-trivial.
4) **Exit using the right logic for the entry mode**
- Model entries: exit on **edge decay / model flip**; hold to preclose when confidence is extreme.
- Mean-reversion entries: exit on **reversion targets** (not model-tp), with strict churn limits.
5) **Validate with logs**
- Every suspected “nonsense trade” must be explained via:
- `reason` / `entry_mode`
- Binance-derived fair probability + z
- whether the correct exit block fired
## Bundled scripts
All scripts are designed to be run from the OpenClaw workspace.
### 1) Fetch Binance klines
- `{baseDir}/scripts/binance_klines.py`
- Pulls klines and prints JSON.
### 2) Dump/stabilization and regime metrics
- `{baseDir}/scripts/binance_regime.py`
- Computes ret5/ret15/slope10 + simple “stabilized” boolean.
### 3) Explain fills (events.jsonl) with Binance context
- `{baseDir}/scripts/explain_fills.py`
- Reads paperbot `events.jsonl` and prints a concise table for the last N fills:
- side/outcome/px/reason
- estimated fair_up + z
- “against trend?” flag
## References
- `{baseDir}/references/strategy.md` — the math model, parameters, and tuning checklist.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.