Build and analyze a BTC 1h Up/Down trading strategy anchored to Binance BTCUSDT, applying edge thresholds, regime filters, and detailed trade validation.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install polymarket-trader或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install polymarket-trader⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/polymarket-trader/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: polymarket-trader description: Build, evaluate, and tune a Polymarket BTC 1h Up/Down trading strategy using Binance (resolution source) as the anchor. Use when: (1) designing a mispricing/edge model (fair probability vs market price), (2) adding regime filters (trend vs range), (3) debugging bad entries/exits from events.jsonl/state.json, (4) running quick offline analysis or parameter sweeps with the bundled scripts. ---
Maintain a profitable BTC 1h Up/Down strategy by anchoring decisions to Binance BTCUSDT (the resolution source) and enforcing anti-churn/risk rules.
1) Confirm the market type
bitcoin-up-or-down-* 1h markets (Binance 1H open vs close).2) Compute the anchor signal (Binance)
3) Trade only when there is measurable edge
edge = fair_prob - market_price exceeds a threshold.4) Exit using the right logic for the entry mode
5) Validate with logs
- reason / entry_mode - Binance-derived fair probability + z - whether the correct exit block fired
All scripts are designed to be run from the OpenClaw workspace.
{baseDir}/scripts/binance_klines.py- Pulls klines and prints JSON.
{baseDir}/scripts/binance_regime.py- Computes ret5/ret15/slope10 + simple “stabilized” boolean.
{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
{baseDir}/references/strategy.md — the math model, parameters, and tuning checklist.安装 Polymarket Trader 后,可以对 AI 说这些话来触发它
Help me get started with Polymarket Trader
Explains what Polymarket Trader does, walks through the setup, and runs a quick demo based on your current project
Use Polymarket Trader to build and analyze a BTC 1h Up/Down trading strategy anchored to Bin...
Invokes Polymarket Trader with the right parameters and returns the result directly in the conversation
What can I do with Polymarket Trader in my finance & investment workflow?
Lists the top use cases for Polymarket Trader, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/polymarket-trader/ 目录(个人级,所有项目可用),或 .claude/skills/polymarket-trader/(项目级)。重启 AI 客户端后,用 /polymarket-trader 主动调用,或让 AI 根据上下文自动发现并使用。
Polymarket Trader 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Polymarket Trader 可免费安装使用。请查阅仓库了解许可证信息。
Build and analyze a BTC 1h Up/Down trading strategy anchored to Binance BTCUSDT, applying edge thresholds, regime filters, and detailed trade validation.
Polymarket Trader 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Polymarket Trader
Identifies repetitive steps in your workflow and sets up Polymarket Trader to handle them automatically